summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/arealink.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-06-22 19:03:09 +0000
committerNiklas Nebel <nn@openoffice.org>2001-06-22 19:03:09 +0000
commit55f6dcd908728a3e197ff5d527a83024acbf7a2c (patch)
tree21b9498725d7655e4e5ed38cdc857b288d796fbb /sc/source/ui/docshell/arealink.cxx
parent1ea13a0a14d71bc08ec0a97ede7184849b3c1bef (diff)
TFD taskforce changes
Diffstat (limited to 'sc/source/ui/docshell/arealink.cxx')
-rw-r--r--sc/source/ui/docshell/arealink.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/docshell/arealink.cxx b/sc/source/ui/docshell/arealink.cxx
index 4ec8885cf538..0d6aaf3ae3e6 100644
--- a/sc/source/ui/docshell/arealink.cxx
+++ b/sc/source/ui/docshell/arealink.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: arealink.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: nn $ $Date: 2001-05-10 14:11:39 $
+ * last change: $Author: nn $ $Date: 2001-06-22 19:55:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,7 +99,7 @@ ScAreaLink::ScAreaLink( SfxObjectShell* pShell, const String& rFile,
const String& rFilter, const String& rOpt,
const String& rArea, const ScRange& rDest,
ULONG nRefresh ) :
- ::so3::SvBaseLink(LINKUPDATE_ONCALL,FORMAT_FILE),
+ ::so3::SvBaseLink(so3::LINKUPDATE_ONCALL,FORMAT_FILE),
ScRefreshTimer ( nRefresh ),
pDocShell ((ScDocShell*)pShell),
aFileName (rFile),
@@ -168,7 +168,7 @@ void __EXPORT ScAreaLink::DataChanged( const String&,
// adjust in dialog:
String aLinkName;
- MakeLnkName( aLinkName, NULL, aFile, aArea, &aFilter );
+ so3::MakeLnkName( aLinkName, NULL, aFile, aArea, &aFilter );
SetName( aLinkName );
}