diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-13 08:44:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-13 09:19:04 +0100 |
commit | a498fb83318308427414103c158e186c6b20ff73 (patch) | |
tree | d4c0ba14889e4e7747316ba97a3c0754a3ade3bb | |
parent | ddc178e07d92bef3d0ca3cc6de5917d8ebe10dc9 (diff) |
callcatcher: another round of ResId ctor removals
Change-Id: I2d074133172a2641d735efd2a007d18a65b4d9e9
-rw-r--r-- | include/svtools/wizdlg.hxx | 1 | ||||
-rw-r--r-- | svtools/source/dialogs/wizdlg.cxx | 12 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
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*) |