summaryrefslogtreecommitdiffstats
path: root/sfx2/source/dialog/backingwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/backingwindow.hxx')
-rw-r--r--sfx2/source/dialog/backingwindow.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/dialog/backingwindow.hxx b/sfx2/source/dialog/backingwindow.hxx
index 725823f11f16..8afb203ba3ea 100644
--- a/sfx2/source/dialog/backingwindow.hxx
+++ b/sfx2/source/dialog/backingwindow.hxx
@@ -95,8 +95,9 @@ class BackingWindow
const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& = com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >()
);
- DECL_LINK( ClickHdl, Button* );
- DECL_LINK( OpenTemplateHdl, ThumbnailViewItem* );
+ DECL_LINK(ClickHdl, Button*);
+ DECL_LINK(ExtLinkClickHdl, Button*);
+ DECL_LINK(OpenTemplateHdl, ThumbnailViewItem*);
void initControls();