summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 07:53:33 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 07:53:33 +0000
commitbfcd673ec1c0ada8dc7cf6f35d59354e55f0b456 (patch)
treee51a33e7d3635dfede7c87f95c0b142f8cc763d6 /svtools/source
parenta8c11bbd296edd0fd277d972fe69e594f4b6871b (diff)
INTEGRATION: CWS perform06 (1.22.60); FILE MERGED
2005/10/25 08:04:09 as 1.22.60.1: #i56589# hold config items alive till office die
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/config/saveopt.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svtools/source/config/saveopt.cxx b/svtools/source/config/saveopt.cxx
index 1dec9a542d07..0cdeed1bc916 100644
--- a/svtools/source/config/saveopt.cxx
+++ b/svtools/source/config/saveopt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: saveopt.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:46:01 $
+ * last change: $Author: rt $ $Date: 2005-11-11 08:53:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -807,8 +807,7 @@ SvtSaveOptions::SvtSaveOptions()
pOptions->pSaveOpt = new SvtSaveOptions_Impl;
pOptions->pLoadOpt = new SvtLoadOptions_Impl;
- ItemHolder1* pHolder = ItemHolder1::getGlobalItemHolder();
- pHolder->holdConfigItem(E_SAVEOPTIONS);
+ ItemHolder1::holdConfigItem(E_SAVEOPTIONS);
}
++nRefCount;
pImp = pOptions;