summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-08-08 07:22:57 +0200
committerAndras Timar <atimar@suse.com>2013-08-08 07:23:28 +0200
commitaecd2510e53ea6457dd4f4fa032d82b7dd6178ef (patch)
treebd6041bda6947f5978bba395c5e8c4bcf491ac76 /cui
parent07112a712245bdcca40bb87e2bd118eec9635848 (diff)
fdo#36558 Allow custom paths for user dictionaries
Change-Id: I7c1e473fb1e874c137cf47a169fd78bf7a842d4e
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optpath.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index d4bff5d796b1..7a4ac8db4273 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:
{