diff options
Diffstat (limited to 'cui/source/inc/labdlg.hxx')
-rw-r--r-- | cui/source/inc/labdlg.hxx | 9 |
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 |