summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swuiidxmrk.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swuiidxmrk.hxx')
-rw-r--r--sw/source/uibase/inc/swuiidxmrk.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx
index 90d49fe10485..862c845d0b2d 100644
--- a/sw/source/uibase/inc/swuiidxmrk.hxx
+++ b/sw/source/uibase/inc/swuiidxmrk.hxx
@@ -57,6 +57,7 @@ class SwIndexMarkPane
VclPtr<PushButton> m_pNewBT;
VclPtr<Edit> m_pEntryED;
+ VclPtr<PushButton> m_pSyncED;
VclPtr<FixedText> m_pPhoneticFT0;
VclPtr<Edit> m_pPhoneticED0;
@@ -109,6 +110,7 @@ class SwIndexMarkPane
DECL_LINK_TYPED( InsertHdl, Button *, void );
DECL_LINK_TYPED( CloseHdl, Button*, void );
+ DECL_LINK_TYPED( SyncSelectionHdl, Button*, void );
DECL_LINK_TYPED( DelHdl, Button*, void );
DECL_LINK_TYPED( NextHdl, Button*, void );
DECL_LINK_TYPED( NextSameHdl, Button*, void );