summaryrefslogtreecommitdiff
path: root/cui/source/inc/labdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-05 22:46:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-05 23:14:48 +0000
commitbe4035d00f37c492494fa7860955b6d0868c7f77 (patch)
treef394d98079c609ec75a0023f33eb138831c030fb /cui/source/inc/labdlg.hxx
parent79283929ac9b8e56516b70c8381e0c31f1c68645 (diff)
convert callout tabdialog to .ui
Change-Id: If16ddb848eb0a46d0d5d91cb6366a6e268cd1b7a
Diffstat (limited to 'cui/source/inc/labdlg.hxx')
-rw-r--r--cui/source/inc/labdlg.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/cui/source/inc/labdlg.hxx b/cui/source/inc/labdlg.hxx
index 2d049d643310..1df123bc46b8 100644
--- a/cui/source/inc/labdlg.hxx
+++ b/cui/source/inc/labdlg.hxx
@@ -93,22 +93,22 @@ public:
class SvxCaptionTabDialog : public SfxTabDialog
{
private:
- const SdrView* pView;
- sal_uInt16 nAnchorCtrls;
+ const SdrView* pView;
+ sal_uInt16 nAnchorCtrls;
+ sal_uInt16 m_nSwPosSizePageId;
+ sal_uInt16 m_nPositionSizePageId;
+ sal_uInt16 m_nCaptionPageId;
Link aValidateLink;
virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage );
public:
+ SvxCaptionTabDialog(Window* pParent, const SdrView* pView,
+ sal_uInt16 nAnchorTypes = 0);
- SvxCaptionTabDialog(Window* pParent, const SdrView* pView,
- sal_uInt16 nAnchorTypes = 0 );
-
- ~SvxCaptionTabDialog();
-
- /// link for the Writer to validate positions
- void SetValidateFramePosLink( const Link& rLink );
+ /// link for the Writer to validate positions
+ void SetValidateFramePosLink( const Link& rLink );
};