summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/titlepage.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-09 16:06:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-09 16:54:15 +0000
commitf5a8fa8b54e0a4a70d7439a054868d5bbdfd593b (patch)
treeead83453fbe4d17a0b54f41d652b711061871f33 /sw/source/ui/inc/titlepage.hxx
parentb6fbc8642928893ca608a35b802032cfe42e40bb (diff)
adapt code to Exchange Databases dialog
Change-Id: Ife2d92131f7cd758628ae686cde734dab56e4499
Diffstat (limited to 'sw/source/ui/inc/titlepage.hxx')
-rw-r--r--sw/source/ui/inc/titlepage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/titlepage.hxx b/sw/source/ui/inc/titlepage.hxx
index 0c4a653596b8..e4bf2ca75e79 100644
--- a/sw/source/ui/inc/titlepage.hxx
+++ b/sw/source/ui/inc/titlepage.hxx
@@ -73,8 +73,8 @@ private:
sal_uInt16 GetInsertPosition() const;
- DECL_LINK( OKHdl, Button * );
- DECL_LINK( EditHdl, Button * );
+ DECL_LINK(OKHdl, void *);
+ DECL_LINK(EditHdl, void *);
DECL_LINK(RestartNumberingHdl, void *);
DECL_LINK(SetPageNumberHdl, void *);
DECL_LINK(UpHdl, void *);