4d05b96
From 1b0a732bd014566ac6e66939cca26f37a559f6a4 Mon Sep 17 00:00:00 2001
4d05b96
Message-Id: <1b0a732bd014566ac6e66939cca26f37a559f6a4.1415023712.git.erack@redhat.com>
4d05b96
From: Eike Rathke <erack@redhat.com>
4d05b96
Date: Mon, 3 Nov 2014 14:52:27 +0100
4d05b96
Subject: [PATCH] fdo#85403 broadcast changes after TextToColumn
4d05b96
MIME-Version: 1.0
4d05b96
Content-Type: multipart/mixed; boundary="------------erAck-patch-parts"
4d05b96
4d05b96
This is a multi-part message in MIME format.
4d05b96
--------------erAck-patch-parts
4d05b96
Content-Type: text/plain; charset=UTF-8; format=fixed
4d05b96
Content-Transfer-Encoding: 8bit
4d05b96
4d05b96
4d05b96
Regression introduced with 3d869cda8db03820dea8c4ba463eb155d05e933b for
4d05b96
fdo#74014
4d05b96
4d05b96
Change-Id: Ie8ca1e7c15609aaf80b4ecbb6ccffc30a3f79f0a
4d05b96
(cherry picked from commit 99cfc0f8a321c3fd3ef1a49d669ebc5744dbf606)
4d05b96
---
4d05b96
 sc/source/ui/view/cellsh2.cxx | 1 +
4d05b96
 1 file changed, 1 insertion(+)
4d05b96
4d05b96
4d05b96
--------------erAck-patch-parts
4d05b96
Content-Type: text/x-patch; name="0001-fdo-85403-broadcast-changes-after-TextToColumn.patch"
4d05b96
Content-Transfer-Encoding: 8bit
4d05b96
Content-Disposition: attachment; filename="0001-fdo-85403-broadcast-changes-after-TextToColumn.patch"
4d05b96
4d05b96
diff --git a/sc/source/ui/view/cellsh2.cxx b/sc/source/ui/view/cellsh2.cxx
4d05b96
index a93761c..85d3365 100644
4d05b96
--- a/sc/source/ui/view/cellsh2.cxx
4d05b96
+++ b/sc/source/ui/view/cellsh2.cxx
4d05b96
@@ -983,6 +983,7 @@ void ScCellShell::ExecuteDB( SfxRequest& rReq )
4d05b96
                         pDlg->SaveParameters();
4d05b96
                         aImport.SetExtOptions( aOptions );
4d05b96
                         aImport.SetApi( false );
4d05b96
+                        aImport.SetImportBroadcast( true );
4d05b96
                         aStream.Seek( 0 );
4d05b96
                         aImport.ImportStream( aStream, OUString(), FORMAT_STRING );
4d05b96
 
4d05b96
4d05b96
--------------erAck-patch-parts--
4d05b96
4d05b96