summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fumeasur.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:38:42 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:38:42 +0000
commit2fd3e305ecfd154f67ae557708643f0f708e08ce (patch)
tree64091c17a5f3be127bb23236a593223c4bb8f089 /sd/source/ui/func/fumeasur.cxx
parentd52b9b1f69ce911abd9ba3df528cef388627be28 (diff)
INTEGRATION: CWS residcleanup (1.8.68); FILE MERGED
2007/03/04 10:26:09 pl 1.8.68.1: #i74635# ResId cleanup
Diffstat (limited to 'sd/source/ui/func/fumeasur.cxx')
-rw-r--r--sd/source/ui/func/fumeasur.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/fumeasur.cxx b/sd/source/ui/func/fumeasur.cxx
index b91e86397f6f..df2333e2ef5f 100644
--- a/sd/source/ui/func/fumeasur.cxx
+++ b/sd/source/ui/func/fumeasur.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fumeasur.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 17:19:46 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:38:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,7 +93,7 @@ void FuMeasureDlg::DoExecute( SfxRequest& rReq )
if( !pArgs )
{
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
- ::std::auto_ptr<AbstractSfxSingleTabDialog> pDlg( pFact ? pFact->CreateSfxSingleTabDialog( NULL, aNewAttr, mpView, ResId(RID_SVXPAGE_MEASURE)) : 0 );
+ ::std::auto_ptr<AbstractSfxSingleTabDialog> pDlg( pFact ? pFact->CreateSfxSingleTabDialog( NULL, aNewAttr, mpView, RID_SVXPAGE_MEASURE) : 0 );
if( pDlg.get() && (pDlg->Execute() == RET_OK) )
{