summaryrefslogtreecommitdiff
path: root/include/svx/dlgctrl.hxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2013-07-25 22:53:02 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-07-26 16:11:14 +0000
commit6d21d95f2d24a4f1fd0be5e754953f6cf718e56a (patch)
tree6f4ef3987607a0677b79c786b6be529e0e774f36 /include/svx/dlgctrl.hxx
parent055edb382a400a90a12bac36c4009372fb96888e (diff)
Convert shadow tab page to widget UI
Change-Id: I8828100136f73e4f80cb11c2b5003fa7de6b575f Reviewed-on: https://gerrit.libreoffice.org/5116 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/dlgctrl.hxx')
-rw-r--r--include/svx/dlgctrl.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index 922574ab9517..76f9d2c697c5 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -428,11 +428,14 @@ public:
class SVX_DLLPUBLIC SvxXShadowPreview : public SvxPreviewBase
{
private:
- SdrObject* mpRectangleObject;
- SdrObject* mpRectangleShadow;
+ Point maShadowOffset;
+
+ SdrObject* mpRectangleObject;
+ SdrObject* mpRectangleShadow;
public:
- SvxXShadowPreview( Window* pParent, const ResId& rResId );
+ SvxXShadowPreview(Window *pParent);
+
virtual ~SvxXShadowPreview();
void SetRectangleAttributes(const SfxItemSet& rItemSet);