[Libreoffice-commits] core.git: include/svtools svtools/source unusedcode.easy

Caolán McNamara caolanm at redhat.com
Wed Aug 13 01:19:53 PDT 2014


 include/svtools/wizdlg.hxx        |    1 -
 svtools/source/dialogs/wizdlg.cxx |   12 ------------
 unusedcode.easy                   |    1 +
 3 files changed, 1 insertion(+), 13 deletions(-)

New commits:
commit a498fb83318308427414103c158e186c6b20ff73
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Aug 13 08:44:17 2014 +0100

    callcatcher: another round of ResId ctor removals
    
    Change-Id: I2d074133172a2641d735efd2a007d18a65b4d9e9

diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx
index 4efca16..6ee3deb 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 51bd143..2c8b752 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 dc8ae96..7ce6296 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*)


More information about the Libreoffice-commits mailing list