diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-16 14:24:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-17 16:06:08 +0200 |
commit | a7e9db8338e93921ede5892545ce18655d08aad5 (patch) | |
tree | 49bc83e5724edde36908285b7cf681de2c07f6d9 /sd/source/ui/inc | |
parent | 95401c5b3eef03497af6a85afc6e907c659ef6f7 (diff) |
weld SdPageDlg
Change-Id: Id9c78651d3eb315bf2e982eef48ef24071bfc79b
Reviewed-on: https://gerrit.libreoffice.org/60550
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/dlgpage.hxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sd/source/ui/inc/dlgpage.hxx b/sd/source/ui/inc/dlgpage.hxx index 632ae583ebfa..b0ffd2aa7454 100644 --- a/sd/source/ui/inc/dlgpage.hxx +++ b/sd/source/ui/inc/dlgpage.hxx @@ -28,7 +28,7 @@ enum class ChangeType; /** * Page configuration-tab-dialog */ -class SdPageDlg : public SfxTabDialog +class SdPageDlg : public SfxTabDialogController { private: const SfxObjectShell* mpDocShell; @@ -38,14 +38,11 @@ private: XHatchListRef mpHatchingList; XBitmapListRef mpBitmapList; XPatternListRef mpPatternList; - sal_uInt16 mnArea; - sal_uInt16 mnPage; - sal_uInt16 mnTransparence; public: - SdPageDlg( SfxObjectShell const * pDocSh, vcl::Window* pParent, const SfxItemSet* pAttr, bool bAreaPage ); + SdPageDlg(SfxObjectShell const * pDocSh, weld::Window* pParent, const SfxItemSet* pAttr, bool bAreaPage); - virtual void PageCreated(sal_uInt16 nId, SfxTabPage& rPage) override; + virtual void PageCreated(const OString& rId, SfxTabPage& rPage) override; }; #endif // INCLUDED_SD_SOURCE_UI_INC_DLGPAGE_HXX |