diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 15:54:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 15:54:49 +0000 |
commit | 3559a8314c102dd44c1062255f3f11de96b4c53c (patch) | |
tree | cf6e71d9f54f91a606d2af2439cdd13e0a92616f /sfx2 | |
parent | 5624e7809a288ba2a391dc525cd8e7761fac033d (diff) |
INTEGRATION: CWS tl41_DEV300 (1.71.20); FILE MERGED
2007/08/06 11:25:20 tl 1.71.20.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appcfg.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx index 1ef9f7f69452..335388a6addb 100644 --- a/sfx2/source/appl/appcfg.cxx +++ b/sfx2/source/appl/appcfg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appcfg.cxx,v $ * - * $Revision: 1.72 $ + * $Revision: 1.73 $ * - * last change: $Author: obo $ $Date: 2008-02-26 15:01:06 $ + * last change: $Author: obo $ $Date: 2008-03-25 16:54:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -556,7 +556,6 @@ BOOL SfxApplication::GetOptions( SfxItemSet& rSet ) case SvtPathOptions::PATH_TEMP: aValue = aPathCfg.GetTempPath(); break; case SvtPathOptions::PATH_TEMPLATE: aValue = aPathCfg.GetTemplatePath(); break; case SvtPathOptions::PATH_USERCONFIG: aValue = aPathCfg.GetUserConfigPath(); break; - case SvtPathOptions::PATH_USERDICTIONARY: aValue = aPathCfg.GetUserDictionaryPath(); break; case SvtPathOptions::PATH_WORK: aValue = aPathCfg.GetWorkPath(); break; } aValues.InsertValue( nProp, aValue ); @@ -1003,7 +1002,6 @@ void SfxApplication::SetOptions(const SfxItemSet &rSet) case SvtPathOptions::PATH_TEMP: aPathOptions.SetTempPath( sValue );break; case SvtPathOptions::PATH_TEMPLATE: aPathOptions.SetTemplatePath( sValue );break; case SvtPathOptions::PATH_USERCONFIG: aPathOptions.SetUserConfigPath( sValue );break; - case SvtPathOptions::PATH_USERDICTIONARY:aPathOptions.SetUserDictionaryPath( sValue );break; case SvtPathOptions::PATH_WORK: aPathOptions.SetWorkPath( sValue );break; default: DBG_ERRORFILE("SfxApplication::SetOptions_Impl()\nInvalid path number found for set directories!"); } |