[libreoffice/f20] Resolves: fdo#85403 broadcast changes after TextToColumn

Eike Rathke erack at fedoraproject.org
Mon Nov 3 14:13:38 UTC 2014


commit 4d05b96d9fb536b022e3e38189b30bd04bdabd47
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Nov 3 15:13:02 2014 +0100

    Resolves: fdo#85403 broadcast changes after TextToColumn

 ...5403-broadcast-changes-after-TextToColumn.patch |   45 ++++++++++++++++++++
 libreoffice.spec                                   |    2 +
 2 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/0001-fdo-85403-broadcast-changes-after-TextToColumn.patch b/0001-fdo-85403-broadcast-changes-after-TextToColumn.patch
new file mode 100644
index 0000000..f59508b
--- /dev/null
+++ b/0001-fdo-85403-broadcast-changes-after-TextToColumn.patch
@@ -0,0 +1,45 @@
+From 1b0a732bd014566ac6e66939cca26f37a559f6a4 Mon Sep 17 00:00:00 2001
+Message-Id: <1b0a732bd014566ac6e66939cca26f37a559f6a4.1415023712.git.erack at redhat.com>
+From: Eike Rathke <erack at redhat.com>
+Date: Mon, 3 Nov 2014 14:52:27 +0100
+Subject: [PATCH] fdo#85403 broadcast changes after TextToColumn
+MIME-Version: 1.0
+Content-Type: multipart/mixed; boundary="------------erAck-patch-parts"
+
+This is a multi-part message in MIME format.
+--------------erAck-patch-parts
+Content-Type: text/plain; charset=UTF-8; format=fixed
+Content-Transfer-Encoding: 8bit
+
+
+Regression introduced with 3d869cda8db03820dea8c4ba463eb155d05e933b for
+fdo#74014
+
+Change-Id: Ie8ca1e7c15609aaf80b4ecbb6ccffc30a3f79f0a
+(cherry picked from commit 99cfc0f8a321c3fd3ef1a49d669ebc5744dbf606)
+---
+ sc/source/ui/view/cellsh2.cxx | 1 +
+ 1 file changed, 1 insertion(+)
+
+
+--------------erAck-patch-parts
+Content-Type: text/x-patch; name="0001-fdo-85403-broadcast-changes-after-TextToColumn.patch"
+Content-Transfer-Encoding: 8bit
+Content-Disposition: attachment; filename="0001-fdo-85403-broadcast-changes-after-TextToColumn.patch"
+
+diff --git a/sc/source/ui/view/cellsh2.cxx b/sc/source/ui/view/cellsh2.cxx
+index a93761c..85d3365 100644
+--- a/sc/source/ui/view/cellsh2.cxx
++++ b/sc/source/ui/view/cellsh2.cxx
+@@ -983,6 +983,7 @@ void ScCellShell::ExecuteDB( SfxRequest& rReq )
+                         pDlg->SaveParameters();
+                         aImport.SetExtOptions( aOptions );
+                         aImport.SetApi( false );
++                        aImport.SetImportBroadcast( true );
+                         aStream.Seek( 0 );
+                         aImport.ImportStream( aStream, OUString(), FORMAT_STRING );
+ 
+
+--------------erAck-patch-parts--
+
+
diff --git a/libreoffice.spec b/libreoffice.spec
index 7a95c1b..9ef0333 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -315,6 +315,7 @@ Patch59: 0001-fdo-78921-Don-t-crash-when-there-is-no-storage-speci.patch
 Patch60: 0001-Resolves-rhbz-1146169-a11y-frames-label-dies-before-.patch
 Patch61: 0001-fdo-79602-sw-fix-text-formatting-of-proportional-lin.patch
 Patch62: 0002-fdo-79602-sw-add-new-compatibiltiy-flag-PropLineSpac.patch
+Patch63: 0001-fdo-85403-broadcast-changes-after-TextToColumn.patch
 
 %define instdir %{_libdir}
 %define baseinstdir %{instdir}/libreoffice
@@ -2258,6 +2259,7 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %changelog
 * Wed Oct 29 2014 Caolán McNamara <caolanm at redhat.com> - 1:4.2.7.2-4.UNBUILT
 - Resolves: fdo#79602: Writer text formatting of proportional line space < 100%
+- Resolves: fdo#85403 broadcast changes after TextToColumn
 
 * Wed Oct 29 2014 Caolán McNamara <caolanm at redhat.com> - 1:4.2.7.2-3
 - Resolves: rhbz#1146169 a11y frame's label dies before frame


More information about the scm-commits mailing list