sc/source/ui/unoobj/filtuno.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 2d37ebf1dfa53c865a646dbd613933c7cdba7341
Author:     Michael Stahl <michael.st...@cib.de>
AuthorDate: Wed Feb 6 10:37:57 2019 +0100
Commit:     Michael Stahl <michael.st...@cib.de>
CommitDate: Wed Feb 6 10:37:57 2019 +0100

    Revert "sc: set default charset for CSV export to UTF-16"
    
    This reverts commit d3ffa88402839cf6ee6fdb16e9150fa3fb3f7ba5.
    
    Instead use configuration 
org.openoffice.Office.Calc/Dialogs/CSVExport/CharSet

diff --git a/sc/source/ui/unoobj/filtuno.cxx b/sc/source/ui/unoobj/filtuno.cxx
index e59a7fe719d6..1ee2b3665d07 100644
--- a/sc/source/ui/unoobj/filtuno.cxx
+++ b/sc/source/ui/unoobj/filtuno.cxx
@@ -225,7 +225,6 @@ sal_Int16 SAL_CALL ScFilterOptionsObj::execute() 
throw(uno::RuntimeException, st
         if ( aFilterString == ScDocShell::GetAsciiFilterName() )
         {
             //  ascii export (import is handled above)
-            eEncoding = RTL_TEXTENCODING_UCS2; // UTF-16 default for LHM
 
             INetURLObject aURL( aFileName );
             OUString aExt(aURL.getExtension());
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to