summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-11-04 13:47:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-11-04 17:14:26 +0000
commit8bea644d6117a49405e6426dc97214220fc869d1 (patch)
tree3a5574fcbd6062527dbb57bc91a38b58b11e78bc /include
parentd2ce812f1d3a7a2aad89ca0bd11948b63d2db7b0 (diff)
extensions leaks out details of Color Selector, patch it up
and rebase it on SvxColorListBox Change-Id: I3afef689ab0dc3c34e465810d82bf21797907558
Diffstat (limited to 'include')
-rw-r--r--include/svx/colorbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/colorbox.hxx b/include/svx/colorbox.hxx
index 5fa4bfbd0665..f6dee6724a0a 100644
--- a/include/svx/colorbox.hxx
+++ b/include/svx/colorbox.hxx
@@ -45,7 +45,7 @@ private:
void LockWidthRequest();
VclPtr<SvxColorWindow> getColorWindow() const;
public:
- SvxColorListBox(vcl::Window* pParent);
+ SvxColorListBox(vcl::Window* pParent, WinBits nStyle = 0);
virtual ~SvxColorListBox() override;
virtual void dispose() override;