diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-12 21:11:04 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-13 11:12:27 +0300 |
commit | a7a048f9a2ee1ef88eec0b02d44a94562788aa8a (patch) | |
tree | 2e0e18977ca0e4a8c4790c8323e44ebbf74a13cb /include/svx | |
parent | 670dc7515046dbb1c3574329fe22721d81e9a15e (diff) |
SvxColorToolBoxControl: Some cleanup
Change-Id: Iaf908b0c2456a239e343d0fcb89a2ba163b74010
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/tbxcolorupdate.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/tbxcolorupdate.hxx b/include/svx/tbxcolorupdate.hxx index 34e1689915a7..0077eb84f0d4 100644 --- a/include/svx/tbxcolorupdate.hxx +++ b/include/svx/tbxcolorupdate.hxx @@ -49,6 +49,7 @@ namespace svx ~ToolboxButtonColorUpdater(); void Update( const Color& rColor, bool bForceUpdate = false ); + Color GetCurrentColor() const { return maCurColor; } private: ToolboxButtonColorUpdater(ToolboxButtonColorUpdater &) = delete; |