summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2013-09-08 23:42:24 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-09-09 10:36:32 +0000
commita8dd49b9fc59371ff8edb31082bbd4f1b6179b1c (patch)
tree1179f5a4ca575a4b988eb353fd8d8930a8534e78 /include/svx
parent8c204276a438c718bd2eed6c59189dcfb24032be (diff)
Convert dimension lines tab page to widget UI
Change-Id: I1d5176609e2acd0d70991a541196e2b9857576f8 Reviewed-on: https://gerrit.libreoffice.org/5879 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/measctrl.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/measctrl.hxx b/include/svx/measctrl.hxx
index dfd1ff7202de..f17190a3edc1 100644
--- a/include/svx/measctrl.hxx
+++ b/include/svx/measctrl.hxx
@@ -37,16 +37,16 @@ class SVX_DLLPUBLIC SvxXMeasurePreview : public Control
friend class SvxMeasurePage;
private:
- const SfxItemSet& rAttrs;
SdrMeasureObj* pMeasureObj;
SdrModel* pModel;
public:
- SvxXMeasurePreview( Window* pParent, const ResId& rResId,
- const SfxItemSet& rInAttrs );
- ~SvxXMeasurePreview();
+ SvxXMeasurePreview(Window* pParent, const ResId& rResId, const SfxItemSet& rInAttrs);
+ SvxXMeasurePreview(Window* pParent, WinBits nStyle);
+ ~SvxXMeasurePreview();
- virtual void Paint( const Rectangle& rRect );
+ virtual void Paint(const Rectangle& rRect);
+ virtual void Resize();
virtual void MouseButtonDown( const MouseEvent& rMEvt );
void SetAttributes( const SfxItemSet& rInAttrs );