summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuscale.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:38:53 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:38:53 +0000
commit5a1ec46e4bce942384651099909e04f8f23137d9 (patch)
tree948897029d5fd3f2f08a555e0cdd77a794f13362 /sd/source/ui/func/fuscale.cxx
parent2fd3e305ecfd154f67ae557708643f0f708e08ce (diff)
INTEGRATION: CWS residcleanup (1.11.68); FILE MERGED
2007/03/04 10:26:10 pl 1.11.68.1: #i74635# ResId cleanup
Diffstat (limited to 'sd/source/ui/func/fuscale.cxx')
-rw-r--r--sd/source/ui/func/fuscale.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/fuscale.cxx b/sd/source/ui/func/fuscale.cxx
index 8d0c05ac9a9b..b8a68d9d441e 100644
--- a/sd/source/ui/func/fuscale.cxx
+++ b/sd/source/ui/func/fuscale.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuscale.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 17:22:35 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:38:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -177,7 +177,7 @@ void FuScale::DoExecute( SfxRequest& rReq )
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
if(pFact)
{
- pDlg = pFact->CreateSvxZoomDialog(NULL, aNewAttr, ResId(RID_SVXDLG_ZOOM));
+ pDlg = pFact->CreateSvxZoomDialog(NULL, aNewAttr, RID_SVXDLG_ZOOM);
}
if( pDlg )