From 0197084898d07bfd0fe3b3072b2dccc03478552a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 26 Apr 2007 06:48:00 +0000 Subject: [PATCH] INTEGRATION: CWS residcleanup (1.7.262); FILE MERGED 2007/02/21 22:04:15 pl 1.7.262.1: #i74635# get rid of global ResMgr --- svx/source/dialog/zoom.cxx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/svx/source/dialog/zoom.cxx b/svx/source/dialog/zoom.cxx index 33f8aa44b4d1..52d5fb70bd01 100644 --- a/svx/source/dialog/zoom.cxx +++ b/svx/source/dialog/zoom.cxx @@ -4,9 +4,9 @@ * * $RCSfile: zoom.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 04:47:12 $ + * last change: $Author: rt $ $Date: 2007-04-26 07:48:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -234,20 +234,20 @@ SvxZoomDialog::SvxZoomDialog( Window* pParent, const SfxItemSet& rCoreSet ) : SfxModalDialog( pParent, SVX_RES( RID_SVXDLG_ZOOM ) ), - aZoomFl ( this, ResId( FL_ZOOM ) ), - aWholePageBtn ( this, ResId( BTN_WHOLE_PAGE ) ), - aPageWidthBtn ( this, ResId( BTN_PAGE_WIDTH ) ), - aOptimalBtn ( this, ResId( BTN_OPTIMAL ) ), - a200Btn ( this, ResId( BTN_200 ) ), - a150Btn ( this, ResId( BTN_150 ) ), - a100Btn ( this, ResId( BTN_100 ) ), - a75Btn ( this, ResId( BTN_75 ) ), - a50Btn ( this, ResId( BTN_50 ) ), - aUserBtn ( this, ResId( BTN_USER ) ), - aUserEdit ( this, ResId( ED_USER ) ), - aOKBtn ( this, ResId( BTN_ZOOM_OK ) ), - aCancelBtn ( this, ResId( BTN_ZOOM_CANCEL ) ), - aHelpBtn ( this, ResId( BTN_ZOOM_HELP ) ), + aZoomFl ( this, SVX_RES( FL_ZOOM ) ), + aWholePageBtn ( this, SVX_RES( BTN_WHOLE_PAGE ) ), + aPageWidthBtn ( this, SVX_RES( BTN_PAGE_WIDTH ) ), + aOptimalBtn ( this, SVX_RES( BTN_OPTIMAL ) ), + a200Btn ( this, SVX_RES( BTN_200 ) ), + a150Btn ( this, SVX_RES( BTN_150 ) ), + a100Btn ( this, SVX_RES( BTN_100 ) ), + a75Btn ( this, SVX_RES( BTN_75 ) ), + a50Btn ( this, SVX_RES( BTN_50 ) ), + aUserBtn ( this, SVX_RES( BTN_USER ) ), + aUserEdit ( this, SVX_RES( ED_USER ) ), + aOKBtn ( this, SVX_RES( BTN_ZOOM_OK ) ), + aCancelBtn ( this, SVX_RES( BTN_ZOOM_CANCEL ) ), + aHelpBtn ( this, SVX_RES( BTN_ZOOM_HELP ) ), rSet ( rCoreSet ), pOutSet ( NULL ),