summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-10-22 21:44:45 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2014-10-22 23:25:52 +0300
commite2b84636b3baf344cbc8f709478714ddea7caced (patch)
treed2d22ffc0c90a9e217c610369604e35755d87153 /include
parentaf24b627370f2eecc9222b555fc5c1ef393f5850 (diff)
Related: fdo#84844 Support of Sidebar wide buttons in SvxColorToolBoxControl
The end goal is to convert the Sidebar to use SvxColorToolBoxControl, and get rid of the Sidebar specific color popup, so we don't need to maintain two popups. Change-Id: I42e5bcb611acae25f16dfe9623d19727fc39ea07
Diffstat (limited to 'include')
-rw-r--r--include/svx/tbcontrl.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx
index 36426dac3236..22b7bd0fab5b 100644
--- a/include/svx/tbcontrl.hxx
+++ b/include/svx/tbcontrl.hxx
@@ -220,6 +220,7 @@ class SVX_DLLPUBLIC SvxColorToolBoxControl : public SfxToolBoxControl
::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > pBtnUpdater;
PaletteManager mPaletteManager;
+ bool bSidebarType;
DECL_LINK( SelectedHdl, Color* );
public:
SFX_DECL_TOOLBOX_CONTROL();