Kaydet (Commit) 00adc136 authored tarafından Eike Rathke's avatar Eike Rathke Kaydeden (comit) Markus Mohrhard

Resolves: tdf#85979 TextToColumns is overwriting, so set at ScImportExport

Change-Id: Id0fec512b53aab47f9951056e8726af0cce45708
(cherry picked from commit 624ab2e5)
Reviewed-on: https://gerrit.libreoffice.org/18664Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst a4532151
...@@ -979,6 +979,7 @@ void ScCellShell::ExecuteDB( SfxRequest& rReq ) ...@@ -979,6 +979,7 @@ void ScCellShell::ExecuteDB( SfxRequest& rReq )
aImport.SetExtOptions( aOptions ); aImport.SetExtOptions( aOptions );
aImport.SetApi( false ); aImport.SetApi( false );
aImport.SetImportBroadcast( true ); aImport.SetImportBroadcast( true );
aImport.SetOverwriting( true );
aStream.Seek( 0 ); aStream.Seek( 0 );
aImport.ImportStream( aStream, OUString(), SotClipboardFormatId::STRING ); aImport.ImportStream( aStream, OUString(), SotClipboardFormatId::STRING );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment