diff options
Diffstat (limited to 'svtools/source/config/menuoptions.cxx')
-rw-r--r-- | svtools/source/config/menuoptions.cxx | 7 |
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); } } |