summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/formedt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/formedt.hxx')
-rw-r--r--sw/source/uibase/inc/formedt.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/sw/source/uibase/inc/formedt.hxx b/sw/source/uibase/inc/formedt.hxx
index 32f6d8e7de8d..1e938e22b925 100644
--- a/sw/source/uibase/inc/formedt.hxx
+++ b/sw/source/uibase/inc/formedt.hxx
@@ -37,17 +37,6 @@ class SwForm;
// insert marker for index entry
class SwIdxFormDlg : public SvxStandardDialog
{
- DECL_LINK( EntryHdl, Button * );
- DECL_LINK( PageHdl, Button * );
- DECL_LINK( TabHdl, Button * );
- DECL_LINK( JumpHdl, Button * );
- DECL_LINK( StdHdl, Button * );
- DECL_LINK( SelectHdl, ListBox * );
- DECL_LINK( EnableSelectHdl, ListBox * );
- DECL_LINK( DoubleClickHdl, Button * );
- DECL_LINK( ModifyHdl, Edit * );
- DECL_LINK( AssignHdl, Button * );
- void UpdatePattern();
void Apply() SAL_OVERRIDE;
VclPtr<ListBox> aEntryLB;
@@ -77,15 +66,8 @@ public:
SwIdxFormDlg( vcl::Window* pParent, SwWrtShell &rShell, const SwForm& rForm );
virtual ~SwIdxFormDlg();
virtual void dispose() SAL_OVERRIDE;
-
- const SwForm& GetTOXForm();
};
-inline const SwForm& SwIdxFormDlg::GetTOXForm()
-{
- return *pForm;
-}
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */