diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-29 23:54:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-31 11:30:48 +0000 |
commit | 06773ff7391c3d26c4f9d169664ee961cf104fb7 (patch) | |
tree | a848db0c36b805d9c40318aaa16110be96237e62 /svx/inc | |
parent | 6757480434b2740622070f05fa07da33b8c28d89 (diff) |
move color options .ui to right place and adapt code
Change-Id: I645775bcec9993a2d8fd4b5ea67197ad3b2a9e03
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/dlgctrl.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/inc/svx/dlgctrl.hxx b/svx/inc/svx/dlgctrl.hxx index 5d410985b8ab..1d22546a289f 100644 --- a/svx/inc/svx/dlgctrl.hxx +++ b/svx/inc/svx/dlgctrl.hxx @@ -355,7 +355,8 @@ protected: void LocalPostPaint(); public: - SvxPreviewBase( Window* pParent, const ResId& rResId ); + SvxPreviewBase(Window* pParent, const ResId& rResId); + SvxPreviewBase(Window* pParent); virtual ~SvxPreviewBase(); // change support @@ -409,12 +410,14 @@ private: SdrObject* mpRectangleObject; public: - SvxXRectPreview( Window* pParent, const ResId& rResId ); + SvxXRectPreview(Window* pParent, const ResId& rResId); + SvxXRectPreview(Window* pParent); virtual ~SvxXRectPreview(); void SetAttributes(const SfxItemSet& rItemSet); virtual void Paint( const Rectangle& rRect ); + virtual void Resize(); }; /************************************************************************* |