diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 07:54:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 07:54:43 +0000 |
commit | 73186f001c4848efbfcb987165e551abb651f145 (patch) | |
tree | 1ca7589bb69c20b6387f2da5ad67fe028b23db5f /svtools/source | |
parent | f29c5a807e7e8593c34f6d8640fcada0e268f603 (diff) |
INTEGRATION: CWS perform06 (1.15.60); FILE MERGED
2005/10/25 08:04:12 as 1.15.60.1: #i56589# hold config items alive till office die
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/config/syslocaleoptions.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svtools/source/config/syslocaleoptions.cxx b/svtools/source/config/syslocaleoptions.cxx index 81633be408f4..30d357bcbbd1 100644 --- a/svtools/source/config/syslocaleoptions.cxx +++ b/svtools/source/config/syslocaleoptions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: syslocaleoptions.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:47:29 $ + * last change: $Author: rt $ $Date: 2005-11-11 08:54:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -479,8 +479,7 @@ SvtSysLocaleOptions::SvtSysLocaleOptions() RTL_LOGFILE_CONTEXT(aLog, "svtools (???) ::SvtSysLocaleOptions_Impl::ctor()"); pOptions = new SvtSysLocaleOptions_Impl; - ItemHolder2* pHolder = ItemHolder2::getGlobalItemHolder(); - pHolder->holdConfigItem(E_SYSLOCALEOPTIONS); + ItemHolder2::holdConfigItem(E_SYSLOCALEOPTIONS); } ++nRefCount; } |