summaryrefslogtreecommitdiff
path: root/include/sfx2/infobar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/infobar.hxx')
-rw-r--r--include/sfx2/infobar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/infobar.hxx b/include/sfx2/infobar.hxx
index 96359a1205fd..2d732bdb7526 100644
--- a/include/sfx2/infobar.hxx
+++ b/include/sfx2/infobar.hxx
@@ -70,7 +70,7 @@ class SfxInfoBarWindow : public vcl::Window
void addButton(PushButton* pButton);
private:
- DECL_LINK_TYPED( CloseHandler, Button*, void );
+ DECL_LINK( CloseHandler, Button*, void );
};
class SfxInfoBarContainerWindow : public vcl::Window