summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshb.cxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-03-08 20:00:07 +0000
committerjp <jp@openoffice.org>2001-03-08 20:00:07 +0000
commit136cbbf6a56ef0501ec58e04bea4feab15efd852 (patch)
tree322e1e088184d61c5a4cc17f33ad2c6ba79a4230 /sc/source/ui/view/tabvwshb.cxx
parentf7a26cd2501087ac0a358059040acaa4492e2bea (diff)
change: old data transfer API to the new
Diffstat (limited to 'sc/source/ui/view/tabvwshb.cxx')
-rw-r--r--sc/source/ui/view/tabvwshb.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx
index 754ff18b08ef..8c74b5212221 100644
--- a/sc/source/ui/view/tabvwshb.cxx
+++ b/sc/source/ui/view/tabvwshb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabvwshb.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: nn $ $Date: 2001-01-05 19:11:08 $
+ * last change: $Author: jp $ $Date: 2001-03-08 20:53:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -392,7 +392,7 @@ void ScTabViewShell::ExecDrawIns(SfxRequest& rReq)
case SID_LINKS:
{
- SvBaseLinksDialog( pWin, pDoc->GetLinkManager() ).Execute();
+ ::so3::SvBaseLinksDialog( pWin, pDoc->GetLinkManager() ).Execute();
rBindings.Invalidate( nSlot );
SFX_APP()->Broadcast( SfxSimpleHint( SC_HINT_AREALINKS_CHANGED ) ); // Navigator
rReq.Done();