summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/arealink.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 08:51:40 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 08:51:40 +0000
commit9406a8092bdf36800167ad5501f6b2dbc8513ff1 (patch)
tree255da0dc9bae2bc340cf5a81aff15cc3a09aba64 /sc/source/ui/docshell/arealink.cxx
parente3fac1da27619a0528c5ad0ba8bd64a167ffdb55 (diff)
INTEGRATION: CWS residcleanup (1.23.84); FILE MERGED
2007/03/20 17:19:27 pl 1.23.84.2: RESYNC: (1.23-1.24); FILE MERGED 2007/02/28 22:46:33 pl 1.23.84.1: #i74635# no more ResMgr fallback
Diffstat (limited to 'sc/source/ui/docshell/arealink.cxx')
-rw-r--r--sc/source/ui/docshell/arealink.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/docshell/arealink.cxx b/sc/source/ui/docshell/arealink.cxx
index 49fca741630c..15f255aa0169 100644
--- a/sc/source/ui/docshell/arealink.cxx
+++ b/sc/source/ui/docshell/arealink.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: arealink.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:05:57 $
+ * last change: $Author: rt $ $Date: 2007-04-26 09:51:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -118,7 +118,7 @@ void __EXPORT ScAreaLink::Edit(Window* pParent, const Link& /* rEndEditHdl */ )
ScAbstractDialogFactory* pFact = ScAbstractDialogFactory::Create();
DBG_ASSERT(pFact, "ScAbstractFactory create fail!");//CHINA001
- AbstractScLinkedAreaDlg* pDlg = pFact->CreateScLinkedAreaDlg( pParent, ResId(RID_SCDLG_LINKAREA));
+ AbstractScLinkedAreaDlg* pDlg = pFact->CreateScLinkedAreaDlg( pParent, RID_SCDLG_LINKAREA);
DBG_ASSERT(pDlg, "Dialog create fail!");//CHINA001
pDlg->InitFromOldLink( aFileName, aFilterName, aOptions, aSourceArea, GetRefreshDelay() );
pDlg->StartExecuteModal( LINK( this, ScAreaLink, AreaEndEditHdl ) );