summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/impldde.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 09:06:44 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 09:06:44 +0000
commita1a5019fa066a0b11265911ef6a5c24e80a2173e (patch)
tree19612f31e8635be21d59ad3c19fb9f351da18e87 /sfx2/source/appl/impldde.cxx
parent59bed9965fca2e37b22817de14864470707feb8e (diff)
INTEGRATION: CWS residcleanup (1.6.88); FILE MERGED
2007/02/20 16:12:49 pl 1.6.88.1: #i74635# get rid of global ResMgr
Diffstat (limited to 'sfx2/source/appl/impldde.cxx')
-rw-r--r--sfx2/source/appl/impldde.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sfx2/source/appl/impldde.cxx b/sfx2/source/appl/impldde.cxx
index ff6c6586c73a..f377665b3741 100644
--- a/sfx2/source/appl/impldde.cxx
+++ b/sfx2/source/appl/impldde.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: impldde.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2006-11-22 10:54:56 $
+ * last change: $Author: rt $ $Date: 2007-04-26 10:06:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,15 +93,15 @@ public:
SvDDELinkEditDialog::SvDDELinkEditDialog( Window* pParent, SvBaseLink* pLink )
: ModalDialog( pParent, SfxResId( MD_DDE_LINKEDIT ) ),
- aFtDdeApp( this, ResId( FT_DDE_APP ) ),
- aEdDdeApp( this, ResId( ED_DDE_APP ) ),
- aFtDdeTopic( this, ResId( FT_DDE_TOPIC ) ),
- aEdDdeTopic( this, ResId( ED_DDE_TOPIC ) ),
- aFtDdeItem( this, ResId( FT_DDE_ITEM ) ),
- aEdDdeItem( this, ResId( ED_DDE_ITEM ) ),
- aGroupDdeChg( this, ResId( GROUP_DDE_CHG ) ),
- aOKButton1( this, ResId( 1 ) ),
- aCancelButton1( this, ResId( 1 ) )
+ aFtDdeApp( this, SfxResId( FT_DDE_APP ) ),
+ aEdDdeApp( this, SfxResId( ED_DDE_APP ) ),
+ aFtDdeTopic( this, SfxResId( FT_DDE_TOPIC ) ),
+ aEdDdeTopic( this, SfxResId( ED_DDE_TOPIC ) ),
+ aFtDdeItem( this, SfxResId( FT_DDE_ITEM ) ),
+ aEdDdeItem( this, SfxResId( ED_DDE_ITEM ) ),
+ aGroupDdeChg( this, SfxResId( GROUP_DDE_CHG ) ),
+ aOKButton1( this, SfxResId( 1 ) ),
+ aCancelButton1( this, SfxResId( 1 ) )
{
FreeResource();