summaryrefslogtreecommitdiffstats
path: root/filter/source/xsltdialog/xmlfiltertabdialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xsltdialog/xmlfiltertabdialog.cxx')
-rw-r--r--filter/source/xsltdialog/xmlfiltertabdialog.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/filter/source/xsltdialog/xmlfiltertabdialog.cxx b/filter/source/xsltdialog/xmlfiltertabdialog.cxx
index 9f9c3e785e5a..ae4610619bf7 100644
--- a/filter/source/xsltdialog/xmlfiltertabdialog.cxx
+++ b/filter/source/xsltdialog/xmlfiltertabdialog.cxx
@@ -72,7 +72,6 @@ XMLFilterTabDialog::XMLFilterTabDialog(vcl::Window *pParent, ResMgr& rResMgr,
}
-
XMLFilterTabDialog::~XMLFilterTabDialog()
{
disposeOnce();
@@ -89,7 +88,6 @@ void XMLFilterTabDialog::dispose()
}
-
bool XMLFilterTabDialog::onOk()
{
mpXSLTPage->FillInfo( mpNewInfo );
@@ -280,10 +278,6 @@ bool XMLFilterTabDialog::onOk()
}
-
-
-
-
IMPL_LINK_NOARG_TYPED(XMLFilterTabDialog, OkHdl, Button*, void)
{
if( onOk() )
@@ -291,7 +285,6 @@ IMPL_LINK_NOARG_TYPED(XMLFilterTabDialog, OkHdl, Button*, void)
}
-
IMPL_STATIC_LINK_TYPED( XMLFilterTabDialog, ActivatePageHdl, TabControl *, pTabCtrl, void )
{
const sal_uInt16 nId = pTabCtrl->GetCurPageId();
@@ -300,5 +293,4 @@ IMPL_STATIC_LINK_TYPED( XMLFilterTabDialog, ActivatePageHdl, TabControl *, pTabC
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */