summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svtools/wizdlg.hxx1
-rw-r--r--svtools/source/dialogs/wizdlg.cxx12
-rw-r--r--unusedcode.easy1
3 files changed, 1 insertions, 13 deletions
diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx
index 4efca16599ad..6ee3deb5449e 100644
--- a/include/svtools/wizdlg.hxx
+++ b/include/svtools/wizdlg.hxx
@@ -253,7 +253,6 @@ private:
public:
WizardDialog( Window* pParent, WinBits nStyle = WB_STDTABDIALOG );
- WizardDialog( Window* pParent, const ResId& rResId );
WizardDialog( Window* pParent, const OString& rID, const OUString& rUIXMLDescription );
virtual ~WizardDialog();
diff --git a/svtools/source/dialogs/wizdlg.cxx b/svtools/source/dialogs/wizdlg.cxx
index 51bd143a3a09..2c8b752b2e89 100644
--- a/svtools/source/dialogs/wizdlg.cxx
+++ b/svtools/source/dialogs/wizdlg.cxx
@@ -359,8 +359,6 @@ TabPage* WizardDialog::ImplGetPage( sal_uInt16 nLevel ) const
return NULL;
}
-
-
WizardDialog::WizardDialog( Window* pParent, WinBits nStyle ) :
ModalDialog( pParent, nStyle )
{
@@ -369,22 +367,12 @@ WizardDialog::WizardDialog( Window* pParent, WinBits nStyle ) :
-WizardDialog::WizardDialog( Window* pParent, const ResId& rResId ) :
- ModalDialog( pParent, rResId )
-{
- ImplInitData();
-}
-
-
-
WizardDialog::WizardDialog( Window* pParent, const OString& rID, const OUString& rUIXMLDescription ) :
ModalDialog( pParent, rID, rUIXMLDescription )
{
ImplInitData();
}
-
-
WizardDialog::~WizardDialog()
{
maWizardLayoutTimer.Stop();
diff --git a/unusedcode.easy b/unusedcode.easy
index dc8ae9669f60..7ce629615c1d 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -217,5 +217,6 @@ svt::CheckInvariants(void const*)
svt::table::TableControl_Impl::impl_checkInvariants() const
svt::table::UnoControlTableModel::checkInvariants() const
vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool)
+writerfilter::dmapper::DomainMapper::IsStyleSheetImport() const
writerfilter::dmapper::StyleSheetTable::GetStyleIdFromIndex(unsigned int)
writerfilter::ooxml::OOXMLBooleanValue::OOXMLBooleanValue(char const*)