diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-04 11:51:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-04 12:49:27 +0100 |
commit | b243afd8755c2a470c6aa0607f5773bedd026937 (patch) | |
tree | dd84b6b5da4b8aa7fa8c4e5513112454a7ba6acd /cui | |
parent | 77407d7ad0cece76eed9e7767765b12229e6449d (diff) |
callcatcher: update unused code list
and remove code freshly unused post widget layout introduction
Change-Id: Ifa244391f7f2b565dec10314ca3fd2958dfd87a9
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/cuicharmap.cxx | 7 | ||||
-rw-r--r-- | cui/source/inc/chardlg.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/cuicharmap.hxx | 3 | ||||
-rw-r--r-- | cui/source/tabpages/chardlg.cxx | 9 |
4 files changed, 2 insertions, 18 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx index 06be05701243..aea38b922fab 100644 --- a/cui/source/dialogs/cuicharmap.cxx +++ b/cui/source/dialogs/cuicharmap.cxx @@ -170,12 +170,7 @@ short SvxCharacterMap::Execute() // class SvxShowText ===================================================== -SvxShowText::SvxShowText( Window* pParent, const ResId& rResId, sal_Bool bCenter ) -: Control( pParent, rResId ), - mbCenter( bCenter) -{} - -SvxShowText::SvxShowText( Window* pParent, sal_Bool bCenter ) +SvxShowText::SvxShowText(Window* pParent, sal_Bool bCenter) : Control( pParent ), mbCenter( bCenter) {} diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx index 90abbb1ed780..ca86ac553fb0 100644 --- a/cui/source/inc/chardlg.hxx +++ b/cui/source/inc/chardlg.hxx @@ -60,7 +60,6 @@ protected: sal_Bool m_bPreviewBackgroundToCharacter; - SvxCharBasePage(Window* pParent, const ResId& rResIdTabPage, const SfxItemSet&); SvxCharBasePage(Window* pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription, const SfxItemSet& rItemset); virtual ~SvxCharBasePage(); diff --git a/cui/source/inc/cuicharmap.hxx b/cui/source/inc/cuicharmap.hxx index b556a4075389..58fa72bab6b2 100644 --- a/cui/source/inc/cuicharmap.hxx +++ b/cui/source/inc/cuicharmap.hxx @@ -49,9 +49,6 @@ class SvxShowText : public Control { public: SvxShowText( Window* pParent, - const ResId& rResId, - sal_Bool bCenter = sal_False ); - SvxShowText( Window* pParent, sal_Bool bCenter = sal_False ); ~SvxShowText(); diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx index c2a0228a6589..1d340290ad52 100644 --- a/cui/source/tabpages/chardlg.cxx +++ b/cui/source/tabpages/chardlg.cxx @@ -184,14 +184,7 @@ inline SvxFont& SvxCharBasePage::GetPreviewCTLFont() // ----------------------------------------------------------------------- -SvxCharBasePage::SvxCharBasePage( Window* pParent, const ResId& rResId, const SfxItemSet& rItemset) - : SfxTabPage( pParent, rResId, rItemset ) - , m_pPreviewWin(NULL) - , m_bPreviewBackgroundToCharacter( sal_False ) -{ -} - -SvxCharBasePage::SvxCharBasePage( Window* pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription, const SfxItemSet& rItemset) +SvxCharBasePage::SvxCharBasePage(Window* pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription, const SfxItemSet& rItemset) : SfxTabPage( pParent, rID, rUIXMLDescription, rItemset ) , m_pPreviewWin(NULL) , m_bPreviewBackgroundToCharacter( sal_False ) |