cui/source/options/optpath.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 01ad0524859ae9566fc063179c80fc6a67f7bb0c Author: Andras Timar <[email protected]> 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 <[email protected]> Tested-by: Norbert Thiebaud <[email protected]> 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: { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
