summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-11-03 14:52:27 +0100
committerEike Rathke <erack@redhat.com>2014-11-03 14:56:15 +0100
commit99cfc0f8a321c3fd3ef1a49d669ebc5744dbf606 (patch)
tree7015d743824da7102341fb228bcfa625249c071a
parent78b0b292637ebdeb2e4a7f08e0e8128530caaa18 (diff)
fdo#85403 broadcast changes after TextToColumn
Regression introduced with 3d869cda8db03820dea8c4ba463eb155d05e933b for fdo#74014 Change-Id: Ie8ca1e7c15609aaf80b4ecbb6ccffc30a3f79f0a
-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 a6771012e842..b65677172bd0 100644
--- a/sc/source/ui/view/cellsh2.cxx
+++ b/sc/source/ui/view/cellsh2.cxx
@@ -978,6 +978,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 );