summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 09:10:14 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 09:10:14 +0000
commit252cc5538ee012e8dad64ee566418bee2f84b098 (patch)
treef7f79cd3389932159b27daf54bbe6eeabf5c0a18 /sfx2
parent02fe9cb20072ef3a06f9ec77fd0f1e2b678de627 (diff)
INTEGRATION: CWS residcleanup (1.7.156); FILE MERGED
2007/02/20 16:12:52 pl 1.7.156.1: #i74635# get rid of global ResMgr
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/alienwarn.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sfx2/source/dialog/alienwarn.cxx b/sfx2/source/dialog/alienwarn.cxx
index 6eb709de046d..47843c54a1bf 100644
--- a/sfx2/source/dialog/alienwarn.cxx
+++ b/sfx2/source/dialog/alienwarn.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: alienwarn.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:30:32 $
+ * last change: $Author: rt $ $Date: 2007-04-26 10:10:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,13 +56,13 @@ SfxAlienWarningDialog::SfxAlienWarningDialog( Window* pParent, const String& _rF
SfxModalDialog( pParent, SfxResId( RID_DLG_ALIEN_WARNING ) ),
- m_aQueryImage ( this, ResId( FI_QUERY ) ),
- m_aInfoText ( this, ResId( FT_INFOTEXT ) ),
- m_aYesBtn ( this, ResId( PB_YES ) ),
- m_aNoBtn ( this, ResId( PB_NO ) ),
- m_aMoreInfoBtn ( this, ResId( PB_MOREINFO ) ),
- m_aOptionLine ( this, ResId( FL_OPTION ) ),
- m_aWarningOffBox( this, ResId( CB_WARNING_OFF ) )
+ m_aQueryImage ( this, SfxResId( FI_QUERY ) ),
+ m_aInfoText ( this, SfxResId( FT_INFOTEXT ) ),
+ m_aYesBtn ( this, SfxResId( PB_YES ) ),
+ m_aNoBtn ( this, SfxResId( PB_NO ) ),
+ m_aMoreInfoBtn ( this, SfxResId( PB_MOREINFO ) ),
+ m_aOptionLine ( this, SfxResId( FL_OPTION ) ),
+ m_aWarningOffBox( this, SfxResId( CB_WARNING_OFF ) )
{
FreeResource();