summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 07:51:46 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 07:51:46 +0000
commit83c147c81e9467f06ffa2f35a88c0f69778fcaf6 (patch)
treefdf16801746359c9db1312e1a88b34f9dae39468 /svtools/source
parent364bb2d1e27daa43f6e8393012725287aeb7811a (diff)
INTEGRATION: CWS perform06 (1.9.60); FILE MERGED
2005/10/25 08:04:05 as 1.9.60.1: #i56589# hold config items alive till office die
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/config/menuoptions.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx
index 3fd0a60a240c..bd11ee4fae7e 100644
--- a/svtools/source/config/menuoptions.cxx
+++ b/svtools/source/config/menuoptions.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: menuoptions.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:43:11 $
+ * last change: $Author: rt $ $Date: 2005-11-11 08:51:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -441,8 +441,7 @@ SvtMenuOptions::SvtMenuOptions()
RTL_LOGFILE_CONTEXT(aLog, "svtools (???) ::SvtMenuOptions_Impl::ctor()");
m_pDataContainer = new SvtMenuOptions_Impl();
- ItemHolder1* pHolder = ItemHolder1::getGlobalItemHolder();
- pHolder->holdConfigItem(E_MENUOPTIONS);
+ ItemHolder1::holdConfigItem(E_MENUOPTIONS);
}
}