summaryrefslogtreecommitdiff
path: root/include/sfx2/newstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/newstyle.hxx')
-rw-r--r--include/sfx2/newstyle.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/newstyle.hxx b/include/sfx2/newstyle.hxx
index 142f707c7e34..bbafa704f76b 100644
--- a/include/sfx2/newstyle.hxx
+++ b/include/sfx2/newstyle.hxx
@@ -39,9 +39,9 @@ private:
VclPtr<MessageDialog> aQueryOverwriteBox;
SfxStyleSheetBasePool& rPool;
- DECL_DLLPRIVATE_LINK_TYPED( OKHdl, ComboBox&, void );
- DECL_DLLPRIVATE_LINK_TYPED( OKClickHdl, Button *, void );
- DECL_DLLPRIVATE_LINK_TYPED( ModifyHdl, Edit&, void );
+ DECL_DLLPRIVATE_LINK( OKHdl, ComboBox&, void );
+ DECL_DLLPRIVATE_LINK( OKClickHdl, Button *, void );
+ DECL_DLLPRIVATE_LINK( ModifyHdl, Edit&, void );
public:
SfxNewStyleDlg( vcl::Window* pParent, SfxStyleSheetBasePool& );