diff options
author | Krisztian Pinter <pin.terminator@gmail.com> | 2014-07-04 22:36:29 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2014-09-17 10:19:37 +0200 |
commit | 9ab1a4a0306c81c282225f1ddcb5a1c4678e9311 (patch) | |
tree | d57ace8a3b3303b62dcf2a868ec57312aec7c319 /include/svx/tbcontrl.hxx | |
parent | d262cf190069fe9bb369e05c9a63c27ea9515b0f (diff) |
Fix variable and method names
Change-Id: I2f02dbeaa61e959d9420410100c6e958580a6567
Diffstat (limited to 'include/svx/tbcontrl.hxx')
-rw-r--r-- | include/svx/tbcontrl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx index 6d9975f46110..1e9c4b1e5a23 100644 --- a/include/svx/tbcontrl.hxx +++ b/include/svx/tbcontrl.hxx @@ -222,7 +222,7 @@ class SVX_DLLPUBLIC SvxColorToolBoxControl : public SfxToolBoxControl ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > pBtnUpdater; Color mLastColor; - PaletteManager mrPaletteManager; + PaletteManager mPaletteManager; DECL_LINK( SelectedHdl, Color* ); public: SFX_DECL_TOOLBOX_CONTROL(); @@ -243,7 +243,7 @@ class SVX_DLLPUBLIC SvxLineColorToolBoxControl : public SfxToolBoxControl { ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > pBtnUpdater; Color mLastColor; - PaletteManager mrPaletteManager; + PaletteManager mPaletteManager; DECL_LINK( SelectedHdl, Color* ); public: SFX_DECL_TOOLBOX_CONTROL(); |