summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/OutlineView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/OutlineView.hxx')
-rw-r--r--sd/source/ui/inc/OutlineView.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/inc/OutlineView.hxx b/sd/source/ui/inc/OutlineView.hxx
index e88883748e34..4c2d85c64db1 100644
--- a/sd/source/ui/inc/OutlineView.hxx
+++ b/sd/source/ui/inc/OutlineView.hxx
@@ -96,12 +96,12 @@ public:
void Paint (const Rectangle& rRect, ::sd::Window* pWin);
// Callbacks fuer LINKs
- DECL_LINK_TYPED( ParagraphInsertedHdl, Outliner *, void );
- DECL_LINK_TYPED( ParagraphRemovingHdl, Outliner *, void );
- DECL_LINK_TYPED( DepthChangedHdl, Outliner *, void );
+ DECL_LINK_TYPED( ParagraphInsertedHdl, ::Outliner *, void );
+ DECL_LINK_TYPED( ParagraphRemovingHdl, ::Outliner *, void );
+ DECL_LINK_TYPED( DepthChangedHdl, ::Outliner *, void );
DECL_LINK_TYPED( StatusEventHdl, EditStatus&, void );
- DECL_LINK_TYPED( BeginMovingHdl, Outliner *, void );
- DECL_LINK_TYPED( EndMovingHdl, Outliner *, void );
+ DECL_LINK_TYPED( BeginMovingHdl, ::Outliner *, void );
+ DECL_LINK_TYPED( EndMovingHdl, ::Outliner *, void );
DECL_LINK_TYPED( RemovingPagesHdl, OutlinerView *, bool );
DECL_LINK_TYPED( IndentingPagesHdl, OutlinerView *, bool );
DECL_LINK_TYPED( BeginDropHdl, EditView*, void );