summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-14 11:59:32 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-14 11:59:32 +0000
commit3565c12552c7775516314310ac80e0f247fbbb2f (patch)
tree8a3997ae31bc7baa73f85f4f956a557434ddd2b5 /svtools/source
parent343e117739bec1f331a16b353709828d9f71c27b (diff)
#i10000# Since integration of CWS perform06 ItemHolder1 does not have a member getGlobalItemHolder any more.
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/config/optionsdlg.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svtools/source/config/optionsdlg.cxx b/svtools/source/config/optionsdlg.cxx
index 96912d0210f7..221c7faf9fa1 100644
--- a/svtools/source/config/optionsdlg.cxx
+++ b/svtools/source/config/optionsdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: optionsdlg.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-11-11 12:13:40 $
+ * last change: $Author: rt $ $Date: 2005-11-14 12:59:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -274,8 +274,7 @@ SvtOptionsDialogOptions::SvtOptionsDialogOptions()
{
pOptions = new SvtOptionsDlgOptions_Impl;
- ItemHolder1* pHolder = ItemHolder1::getGlobalItemHolder();
- pHolder->holdConfigItem( E_OPTIONSDLGOPTIONS );
+ ItemHolder1::holdConfigItem( E_OPTIONSDLGOPTIONS );
}
m_pImp = pOptions;
}