summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/_contdlg.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 06:24:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 06:24:56 +0000
commitc30c8f94b0c87d02a2edd9278accfa7d7dc63059 (patch)
treedcaa9f4cf35ca96dcb1b38f0428b67517acf6ec4 /svx/source/dialog/_contdlg.cxx
parentINTEGRATION: CWS residcleanup (1.10.34); FILE MERGED (diff)
downloadcore-c30c8f94b0c87d02a2edd9278accfa7d7dc63059.tar.gz
core-c30c8f94b0c87d02a2edd9278accfa7d7dc63059.zip
INTEGRATION: CWS residcleanup (1.17.34); FILE MERGED
2007/02/20 19:38:26 pl 1.17.34.1: #i74635# get rid of global ResMgr
Diffstat (limited to 'svx/source/dialog/_contdlg.cxx')
-rw-r--r--svx/source/dialog/_contdlg.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx
index 1fac4a179dd1..27fc56c9e75a 100644
--- a/svx/source/dialog/_contdlg.cxx
+++ b/svx/source/dialog/_contdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: _contdlg.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: obo $ $Date: 2007-01-23 11:32:34 $
+ * last change: $Author: rt $ $Date: 2007-04-26 07:24:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -420,9 +420,9 @@ SvxSuperContourDlg::SvxSuperContourDlg( SfxBindings *_pBindings, SfxChildWindow
SvxContourDlg ( _pBindings, pCW, _pParent, rResId ),
pCheckObj ( NULL ),
aContourItem ( SID_CONTOUR_EXEC, *this, *_pBindings ),
- aTbx1 ( this, ResId( TBX1 ) ),
- aMtfTolerance ( this, ResId( MTF_TOLERANCE ) ),
- aContourWnd ( this, ResId( CTL_CONTOUR) ),
+ aTbx1 ( this, ResId( TBX1, *rResId.GetResMgr() ) ),
+ aMtfTolerance ( this, ResId( MTF_TOLERANCE, *rResId.GetResMgr() ) ),
+ aContourWnd ( this, ResId( CTL_CONTOUR, *rResId.GetResMgr() ) ),
aStbStatus ( this, WB_BORDER | WB_3DLOOK | WB_LEFT ),
nGrfChanged ( 0UL ),
bExecState ( FALSE ),