[Libreoffice-commits] core.git: cui/source

Andras Timar atimar at suse.com
Wed Aug 7 22:23:22 PDT 2013


 cui/source/options/optpath.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit aecd2510e53ea6457dd4f4fa032d82b7dd6178ef
Author: Andras Timar <atimar at suse.com>
Date:   Thu Aug 8 07:22:57 2013 +0200

    fdo#36558 Allow custom paths for user dictionaries
    
    Change-Id: I7c1e473fb1e874c137cf47a169fd78bf7a842d4e

diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index d4bff5d..7a4ac8d 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -115,9 +115,9 @@ static Handle2CfgNameMapping_Impl const Hdl2CfgMap_Impl[] =
     { SvtPathOptions::PATH_TEMP,        "Temp" },
     { SvtPathOptions::PATH_TEMPLATE,    "Template" },
     { SvtPathOptions::PATH_WORK,        "Work" },
+    { SvtPathOptions::PATH_DICTIONARY,        "Dictionary" },
 #if OSL_DEBUG_LEVEL > 1
     { SvtPathOptions::PATH_LINGUISTIC,        "Linguistic" },
-    { SvtPathOptions::PATH_DICTIONARY,        "Dictionary" },
 #endif
     { USHRT_MAX, NULL }
 };
@@ -302,9 +302,9 @@ void SvxPathTabPage::Reset( const SfxItemSet& )
             case SvtPathOptions::PATH_GRAPHIC:
             case SvtPathOptions::PATH_TEMP:
             case SvtPathOptions::PATH_TEMPLATE:
+            case SvtPathOptions::PATH_DICTIONARY:
 #if OSL_DEBUG_LEVEL > 1
             case SvtPathOptions::PATH_LINGUISTIC:
-            case SvtPathOptions::PATH_DICTIONARY:
 #endif
             case SvtPathOptions::PATH_WORK:
             {


More information about the Libreoffice-commits mailing list