From e2b84636b3baf344cbc8f709478714ddea7caced Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Wed, 22 Oct 2014 21:44:45 +0300 Subject: 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 --- include/svx/tbcontrl.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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(); -- cgit