[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-5-2+backports' - sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Feb 6 09:39:21 UTC 2019


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

New commits:
commit 2d37ebf1dfa53c865a646dbd613933c7cdba7341
Author:     Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Wed Feb 6 10:37:57 2019 +0100
Commit:     Michael Stahl <Michael.Stahl at 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());


More information about the Libreoffice-commits mailing list