summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fulink.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2000-09-21 15:12:50 +0000
committerKai Ahrens <ka@openoffice.org>2000-09-21 15:12:50 +0000
commitabfcdf776c3d9111ac311f15fbbbf5c3d3a7c7c3 (patch)
tree70903a71534a928323dd35ec8bd0df1ec7b7d82b /sd/source/ui/func/fulink.cxx
parent9112386dd35c3a51c5b5a29a180d1626c50fdcad (diff)
SFX_BINDINGS/SFX_DISPATCHER macros removed
Diffstat (limited to 'sd/source/ui/func/fulink.cxx')
-rw-r--r--sd/source/ui/func/fulink.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sd/source/ui/func/fulink.cxx b/sd/source/ui/func/fulink.cxx
index 1b323669137c..b368b48cef74 100644
--- a/sd/source/ui/func/fulink.cxx
+++ b/sd/source/ui/func/fulink.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fulink.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:35 $
+ * last change: $Author: ka $ $Date: 2000-09-21 16:11:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,6 +71,9 @@
#ifndef _SFX_BINDINGS_HXX //autogen
#include <sfx2/bindings.hxx>
#endif
+#ifndef _SFXVIEWFRM_HXX
+#include <sfx2/viewfrm.hxx>
+#endif
#include "fulink.hxx"
#include "sdwindow.hxx"
@@ -98,8 +101,7 @@ FuLink::FuLink( SdViewShell* pViewSh, SdWindow* pWin, SdView* pView,
SvxLinkManager* pLinkManager = pDoc->GetLinkManager();
SvBaseLinksDialog aLinkDlg( NULL, pLinkManager );
aLinkDlg.Execute();
-
- SFX_BINDINGS().Invalidate( SID_MANAGE_LINKS );
+ pViewShell->GetViewFrame()->GetBindings().Invalidate( SID_MANAGE_LINKS );
}