summaryrefslogtreecommitdiff
path: root/include/svx/colrctrl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-17 14:09:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-17 14:27:27 +0000
commit4c89a3e8adfe33399f03eb3561dfa1b007336804 (patch)
tree7720afa2ded08146821c3cfb2a366cac84d74be6 /include/svx/colrctrl.hxx
parent4c612cd089580c3a50d3a383d3fd12fb68e7acfb (diff)
not worth converting RID_SVXCTRL_COLOR to .ui, too small and hard-coded
Change-Id: Iadc7b4d970e8c3b7f719ed6aab49986a1186cccb
Diffstat (limited to 'include/svx/colrctrl.hxx')
-rw-r--r--include/svx/colrctrl.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/svx/colrctrl.hxx b/include/svx/colrctrl.hxx
index e4d4975e6a59..7de406d33b4c 100644
--- a/include/svx/colrctrl.hxx
+++ b/include/svx/colrctrl.hxx
@@ -58,8 +58,7 @@ protected:
DECL_STATIC_LINK(SvxColorValueSet_docking, ExecDragHdl, void*);
public:
- SvxColorValueSet_docking( vcl::Window* pParent, WinBits nWinStyle = WB_ITEMBORDER );
- SvxColorValueSet_docking( vcl::Window* pParent, const ResId& rResId );
+ SvxColorValueSet_docking( vcl::Window* pParent, WinBits nWinStyle = WB_ITEMBORDER );
bool IsLeftButton() const { return mbLeftButton; }
};
@@ -100,11 +99,10 @@ protected:
virtual void Resizing( Size& rSize ) SAL_OVERRIDE;
public:
- SvxColorDockingWindow( SfxBindings* pBindings,
- SfxChildWindow *pCW,
- vcl::Window* pParent,
- const ResId& rResId );
- virtual ~SvxColorDockingWindow();
+ SvxColorDockingWindow(SfxBindings* pBindings,
+ SfxChildWindow *pCW,
+ vcl::Window* pParent);
+ virtual ~SvxColorDockingWindow();
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE;