summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 07:49:58 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 07:49:58 +0000
commitca34339d994ff3a3e2f8971f46ba0db6dd93b20a (patch)
tree62a63965e1d72f433100fb431afad8dc07b68a25
parentbc9f27f7a9d267c817a85c4f18fbcb29e4dd6535 (diff)
INTEGRATION: CWS perform06 (1.15.60); FILE MERGED
2005/10/25 08:04:01 as 1.15.60.1: #i56589# hold config items alive till office die
-rw-r--r--svtools/source/config/internaloptions.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svtools/source/config/internaloptions.cxx b/svtools/source/config/internaloptions.cxx
index 2d555b78974e..488e4414a565 100644
--- a/svtools/source/config/internaloptions.cxx
+++ b/svtools/source/config/internaloptions.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: internaloptions.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:40:00 $
+ * last change: $Author: rt $ $Date: 2005-11-11 08:49:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -536,8 +536,7 @@ SvtInternalOptions::SvtInternalOptions()
RTL_LOGFILE_CONTEXT(aLog, "svtools (???) ::SvtInternalOptions_Impl::ctor()");
m_pDataContainer = new SvtInternalOptions_Impl();
- ItemHolder1* pHolder = ItemHolder1::getGlobalItemHolder();
- pHolder->holdConfigItem(E_INTERNALOPTIONS);
+ ItemHolder1::holdConfigItem(E_INTERNALOPTIONS);
}
}