[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - cui/source
Andras Timar
atimar at suse.com
Thu Aug 8 05:04:39 PDT 2013
cui/source/options/optpath.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 01ad0524859ae9566fc063179c80fc6a67f7bb0c
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
Reviewed-on: https://gerrit.libreoffice.org/5313
Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 774d335..dc7ee4d 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -116,9 +116,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 }
};
@@ -303,9 +303,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