summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/prltempl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-18 11:06:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-18 15:09:34 +0200
commit0e19bb2583717a0284e95f47b1094a5849dfeeaf (patch)
tree2c66373f6b174a4fdbdfdae89dfcadbeabaf238e /sd/source/ui/inc/prltempl.hxx
parentf1ca64800074530d95e507f93c764a687310b9eb (diff)
weld SdPresLayoutTemplateDlg
Change-Id: Ifc4c9a4631e92eee4b7f9b215c41d2bcc12a17d1 Reviewed-on: https://gerrit.libreoffice.org/61926 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/prltempl.hxx')
-rw-r--r--sd/source/ui/inc/prltempl.hxx18
1 files changed, 3 insertions, 15 deletions
diff --git a/sd/source/ui/inc/prltempl.hxx b/sd/source/ui/inc/prltempl.hxx
index e144f655a249..e6d17fdf0f1c 100644
--- a/sd/source/ui/inc/prltempl.hxx
+++ b/sd/source/ui/inc/prltempl.hxx
@@ -32,7 +32,7 @@ class SfxStyleSheetBasePool;
/**
* Template-Tab-Dialog
*/
-class SdPresLayoutTemplateDlg : public SfxTabDialog
+class SdPresLayoutTemplateDlg : public SfxTabDialogController
{
private:
const SfxObjectShell* mpDocShell;
@@ -45,18 +45,9 @@ private:
XDashListRef pDashList;
XLineEndListRef pLineEndList;
- sal_uInt16 mnLine;
- sal_uInt16 mnArea;
- sal_uInt16 mnShadow;
- sal_uInt16 mnTransparency;
- sal_uInt16 mnFont;
- sal_uInt16 mnEffects;
- sal_uInt16 mnTextAtt;
- sal_uInt16 mnBackground;
-
PresentationObjects const ePO;
- virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) override;
+ virtual void PageCreated(const OString& rId, SfxTabPage &rPage) override;
// for mapping with the new SvxNumBulletItem
SfxItemSet aInputSet;
@@ -65,12 +56,9 @@ private:
sal_uInt16 GetOutlineLevel() const;
- using SfxTabDialog::GetOutputItemSet;
-
public:
- SdPresLayoutTemplateDlg( SfxObjectShell const * pDocSh, vcl::Window* pParent, bool bBackground, SfxStyleSheetBase& rStyleBase, PresentationObjects ePO, SfxStyleSheetBasePool* pSSPool );
+ SdPresLayoutTemplateDlg(SfxObjectShell const * pDocSh, weld::Window* pParent, bool bBackground, SfxStyleSheetBase& rStyleBase, PresentationObjects ePO, SfxStyleSheetBasePool* pSSPool);
virtual ~SdPresLayoutTemplateDlg() override;
- virtual void dispose() override;
const SfxItemSet* GetOutputItemSet() const;
};