summaryrefslogtreecommitdiff
path: root/cui/source/inc/labdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-10 10:16:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-10 15:20:46 +0200
commit8d831cc01daaed6937fc126dc5671ae58e8c027e (patch)
tree81b8660cd1cf62a4b0161d9a6ce38ba5a9399c33 /cui/source/inc/labdlg.hxx
parentf21e8a94b0c6ca7fdea157f858b079aca30e274e (diff)
weld SvxCaptionTabDialog
Change-Id: If678c5f4834144f1c710465701dc4d13714a6b44 Reviewed-on: https://gerrit.libreoffice.org/60247 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/labdlg.hxx')
-rw-r--r--cui/source/inc/labdlg.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/cui/source/inc/labdlg.hxx b/cui/source/inc/labdlg.hxx
index fd06c5d71b98..3a9dd48cc98c 100644
--- a/cui/source/inc/labdlg.hxx
+++ b/cui/source/inc/labdlg.hxx
@@ -100,21 +100,18 @@ public:
// class SvxCaptionTabDialog ---------------------------------------------
struct SvxSwFrameValidation;
-class SvxCaptionTabDialog : public SfxTabDialog
+class SvxCaptionTabDialog : public SfxTabDialogController
{
private:
const SdrView* pView;
SvxAnchorIds nAnchorCtrls;
- sal_uInt16 m_nSwPosSizePageId;
- sal_uInt16 m_nPositionSizePageId;
- sal_uInt16 m_nCaptionPageId;
Link<SvxSwFrameValidation&,void> aValidateLink;
- virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) override;
+ virtual void PageCreated(const OString& rId, SfxTabPage &rPage) override;
public:
- SvxCaptionTabDialog(vcl::Window* pParent, const SdrView* pView,
+ SvxCaptionTabDialog(weld::Window* pParent, const SdrView* pView,
SvxAnchorIds nAnchorTypes);
/// link for the Writer to validate positions