summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-11-03 14:52:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-11-06 09:50:04 +0000
commite963f4ee14fdda118a54745dcfca46e6244f0999 (patch)
tree0d1a41c550b806fa689318b6cb1e1151d2a9682a
parent0fae44a2c9c17d6e3325c7ca2d56d4f90ad539c9 (diff)
fdo#85403 broadcast changes after TextToColumn
Regression introduced with 3d869cda8db03820dea8c4ba463eb155d05e933b for fdo#74014 Change-Id: Ie8ca1e7c15609aaf80b4ecbb6ccffc30a3f79f0a (cherry picked from commit 99cfc0f8a321c3fd3ef1a49d669ebc5744dbf606) Reviewed-on: https://gerrit.libreoffice.org/12216 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sc/source/ui/view/cellsh2.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/view/cellsh2.cxx b/sc/source/ui/view/cellsh2.cxx
index 9a0fc85345a9..7b7189c9549b 100644
--- a/sc/source/ui/view/cellsh2.cxx
+++ b/sc/source/ui/view/cellsh2.cxx
@@ -976,6 +976,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 );