diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 07:46:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 07:46:14 +0000 |
commit | 2ea5d5e22e5dd64afaed1d8ebe494f5a737501bd (patch) | |
tree | 09f0e31aa717e32f55693bcd8bb3609de2356832 /svtools/source | |
parent | b85a1430536d63d582a67faa2cb37cb3a7e2d2de (diff) |
INTEGRATION: CWS perform06 (1.4.60); FILE MERGED
2005/10/25 08:03:53 as 1.4.60.1: #i56589# hold config items alive till office die
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/config/addxmltostorageoptions.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svtools/source/config/addxmltostorageoptions.cxx b/svtools/source/config/addxmltostorageoptions.cxx index 51a5528cfded..d2f7e71f34c3 100644 --- a/svtools/source/config/addxmltostorageoptions.cxx +++ b/svtools/source/config/addxmltostorageoptions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: addxmltostorageoptions.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:34:23 $ + * last change: $Author: rt $ $Date: 2005-11-11 08:46:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -242,8 +242,7 @@ SvtAddXMLToStorageOptions::SvtAddXMLToStorageOptions() RTL_LOGFILE_CONTEXT(aLog, "svtools (???) ::SvtAddXMLToStorageOptions_Impl::ctor()"); m_pDataContainer = new SvtAddXMLToStorageOptions_Impl; - ItemHolder1* pHolder = ItemHolder1::getGlobalItemHolder(); - pHolder->holdConfigItem(E_ADDXMLTOSTORAGEOPTIONS); + ItemHolder1::holdConfigItem(E_ADDXMLTOSTORAGEOPTIONS); } } |