diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:17:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 09:14:49 -0600 |
commit | 613d53637eb6d84d48b379efacc469659634d669 (patch) | |
tree | de6ad15e77bb8535a6c84fc0f1969929bd282320 /linguistic/source/dicimp.cxx | |
parent | cd35fd41df314d0176ae1da4a67e6a7d978f3cf2 (diff) |
Remove visual noise from linguistic
Change-Id: I9ed8b9cf844d9e5909cc87dac1438ec7a54613b8
Reviewed-on: https://gerrit.libreoffice.org/8280
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'linguistic/source/dicimp.cxx')
-rw-r--r-- | linguistic/source/dicimp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index 0afa14d1eadd..0ce35b54f1af 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -456,9 +456,9 @@ sal_uLong DictionaryNeo::saveEntries(const OUString &rURL) sal_uLong nErr = sal::static_int_cast< sal_uLong >(-1); SvStreamPtr pStream = SvStreamPtr( utl::UcbStreamHelper::CreateStream( xStream ) ); - // + // Always write as the latest version, i.e. DIC_VERSION_7 - // + rtl_TextEncoding eEnc = RTL_TEXTENCODING_UTF8; pStream->WriteLine(OString(pVerOOo7)); if (0 != (nErr = pStream->GetError())) |