summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-25 15:54:49 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-25 15:54:49 +0000
commitd81a64c426a281cbb0e7b9aa070583d0695829bf (patch)
tree81563362bac46406942c5696a8441b015e8c293d /sfx2
parentcbfd00821adbaf345e42266760da512ccd54195a (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.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index ade2761c2e..78caa192e7 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!");
}