diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-13 10:29:19 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-13 11:12:27 +0300 |
commit | 670dc7515046dbb1c3574329fe22721d81e9a15e (patch) | |
tree | 1c746ecca620b2d37157b1b3d04a1582a544f4f6 /include/svx/tbcontrl.hxx | |
parent | fa368c4eba7406b66623374cea69d9f59db1fb18 (diff) |
SvxColorToolBoxControl: Unify members prefix
and rename bSidebarType to something more sensible.
Change-Id: Ia41afe4ecc3068394cb41cc4c3caddce59905103
Diffstat (limited to 'include/svx/tbcontrl.hxx')
-rw-r--r-- | include/svx/tbcontrl.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx index 7c19420642ec..174c16d839dd 100644 --- a/include/svx/tbcontrl.hxx +++ b/include/svx/tbcontrl.hxx @@ -232,10 +232,10 @@ class SVX_DLLPUBLIC SvxColorToolBoxControl : public SfxToolBoxControl using SfxToolBoxControl::StateChanged; std::unique_ptr<svx::ToolboxButtonColorUpdater> m_xBtnUpdater; - PaletteManager mPaletteManager; - BorderColorStatus maBorderColorStatus; - bool bSidebarType; - ColorSelectFunction maColorSelectFunction; + PaletteManager m_aPaletteManager; + BorderColorStatus m_aBorderColorStatus; + bool m_bSplitButton; + ColorSelectFunction m_aColorSelectFunction; DECL_LINK(SelectedHdl, const Color&, void); public: SFX_DECL_TOOLBOX_CONTROL(); |