diff options
author | Katarina Behrens <bubli@bubli.org> | 2013-09-05 16:23:32 +0200 |
---|---|---|
committer | Katarina Behrens <bubli@bubli.org> | 2013-09-05 17:12:34 +0200 |
commit | 08929c540b42f8faa5f9ba94195937189496d747 (patch) | |
tree | 4df879ddf0534a811e6215f04ffd429f2d92ea1c /sd/source | |
parent | eed4786a434b894ab13948533acaaf755042bc4a (diff) |
Don't need resource-using ctor anymore
Change-Id: I2aabbdad061d5560c784c70b667c4c9dc774e170
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/dlg/headerfooterdlg.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx index 6cffa9c778d2..d52b8b68e0fe 100644 --- a/sd/source/ui/dlg/headerfooterdlg.cxx +++ b/sd/source/ui/dlg/headerfooterdlg.cxx @@ -75,7 +75,6 @@ private: void Paint( OutputDevice& aOut, SdrTextObj* pObj, bool bVisible, bool bDotted = false ); public: - PresLayoutPreview( ::Window* pParent, SdPage* pMaster ); PresLayoutPreview( ::Window* pParent ); ~PresLayoutPreview(); @@ -760,11 +759,6 @@ void HeaderFooterTabPage::GetOrSetDateTimeLanguage( LanguageType &rLanguage, boo /////////////////////////////////////////////////////////////////////// -PresLayoutPreview::PresLayoutPreview( ::Window* pParent, SdPage* pMaster ) -:Control( pParent ), mpMaster( pMaster ), maPageSize( pMaster->GetSize() ) -{ -} - PresLayoutPreview::PresLayoutPreview( ::Window* pParent ) :Control( pParent ) { |