summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/linkarea.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-19 07:24:04 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-19 07:24:04 +0000
commit060be0d87ac6bb9451581d5dfc4280eefb9ef3aa (patch)
tree0bc7fbbd02a832072bf406009071f872775840ac /sc/source/ui/miscdlgs/linkarea.cxx
parent39ad964794d9129fefc896ab44ca28926cf60622 (diff)
INTEGRATION: CWS fwkq1 (1.6.176); FILE MERGED
2003/07/14 16:28:07 mba 1.6.176.1: #110843#: get rid of factories
Diffstat (limited to 'sc/source/ui/miscdlgs/linkarea.cxx')
-rw-r--r--sc/source/ui/miscdlgs/linkarea.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/miscdlgs/linkarea.cxx b/sc/source/ui/miscdlgs/linkarea.cxx
index 09ca8beb64cb..dbdae0d12c56 100644
--- a/sc/source/ui/miscdlgs/linkarea.cxx
+++ b/sc/source/ui/miscdlgs/linkarea.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: linkarea.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dr $ $Date: 2002-10-16 12:56:46 $
+ * last change: $Author: rt $ $Date: 2003-09-19 08:24:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,7 +136,7 @@ IMPL_LINK( ScLinkedAreaDlg, BrowseHdl, PushButton*, EMPTYARG )
// dialog parent has been set in execute
SfxApplication* pApp = SFX_APP();
- SfxMedium* pMed = pApp->InsertDocumentDialog( 0, ScDocShell::Factory() );
+ SfxMedium* pMed = pApp->InsertDocumentDialog( 0, String::CreateFromAscii( ScDocShell::Factory().GetShortName() ) );
if ( pMed )
{