summaryrefslogtreecommitdiff
path: root/sfx2/source/notebookbar/PriorityHBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/notebookbar/PriorityHBox.cxx')
-rw-r--r--sfx2/source/notebookbar/PriorityHBox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/notebookbar/PriorityHBox.cxx b/sfx2/source/notebookbar/PriorityHBox.cxx
index 307bad56293d..fd8243f3f4ea 100644
--- a/sfx2/source/notebookbar/PriorityHBox.cxx
+++ b/sfx2/source/notebookbar/PriorityHBox.cxx
@@ -136,10 +136,10 @@ public:
}
private:
- DECL_LINK_TYPED( WindowEventListener, VclWindowEvent&, void );
+ DECL_LINK( WindowEventListener, VclWindowEvent&, void );
};
-IMPL_LINK_TYPED( PriorityHBox, WindowEventListener, VclWindowEvent&, rEvent, void )
+IMPL_LINK( PriorityHBox, WindowEventListener, VclWindowEvent&, rEvent, void )
{
if (rEvent.GetId() == VCLEVENT_WINDOW_RESIZE)
{