summaryrefslogtreecommitdiff
path: root/sw/source/ui/index/multmrk.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/index/multmrk.cxx')
-rw-r--r--sw/source/ui/index/multmrk.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/index/multmrk.cxx b/sw/source/ui/index/multmrk.cxx
index 6959487a008f..a3b147289712 100644
--- a/sw/source/ui/index/multmrk.cxx
+++ b/sw/source/ui/index/multmrk.cxx
@@ -24,7 +24,6 @@
#include "index.hrc"
-
SwMultiTOXMarkDlg::SwMultiTOXMarkDlg(Window* pParent, SwTOXMgr& rTOXMgr)
: SvxStandardDialog(pParent, "SelectIndexDialog",
"modules/swriter/ui/selectindexdialog.ui")
@@ -57,7 +56,6 @@ IMPL_LINK_INLINE_START( SwMultiTOXMarkDlg, SelectHdl, ListBox *, pBox )
}
IMPL_LINK_INLINE_END( SwMultiTOXMarkDlg, SelectHdl, ListBox *, pBox )
-
void SwMultiTOXMarkDlg::Apply()
{
rMgr.SetCurTOXMark(nPos);
@@ -67,9 +65,6 @@ void SwMultiTOXMarkDlg::Apply()
overload dtor
--------------------------------------------------*/
-
SwMultiTOXMarkDlg::~SwMultiTOXMarkDlg() {}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */