From 08929c540b42f8faa5f9ba94195937189496d747 Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Thu, 5 Sep 2013 16:23:32 +0200 Subject: Don't need resource-using ctor anymore Change-Id: I2aabbdad061d5560c784c70b667c4c9dc774e170 --- sd/source/ui/dlg/headerfooterdlg.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sd/source') 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 ) { -- cgit