diff options
author | Daniel <danielfaleirosilva@gmail.com> | 2018-03-24 00:13:26 -0300 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-28 08:57:51 +0200 |
commit | bdd7abf56676732f8ce4fd04bea5c72758f1ec3b (patch) | |
tree | 0fa318b0f9a67a62055abda66b3301766140a17b /include | |
parent | 1c1160967acf49cffae8921f3ab8361821bbaaaf (diff) |
tdf#63438 Toggle highlight color to no fill if the same value is active
Change-Id: I7553bc7bffeb0a8d1275aadc44bf2813564087b5
Reviewed-on: https://gerrit.libreoffice.org/51794
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/tbcontrl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx index 57d1dcba5f22..1f5079f69a22 100644 --- a/include/svx/tbcontrl.hxx +++ b/include/svx/tbcontrl.hxx @@ -212,6 +212,7 @@ class SVX_DLLPUBLIC SvxColorToolBoxControl : public cppu::ImplInheritanceHelper< std::shared_ptr<PaletteManager> m_xPaletteManager; BorderColorStatus m_aBorderColorStatus; bool m_bSplitButton; + bool m_bIsNoFill; sal_uInt16 m_nSlotId; ColorSelectFunction m_aColorSelectFunction; DECL_LINK(SelectedHdl, const NamedColor&, void); |