summaryrefslogtreecommitdiff
path: root/include/svx/colorbox.hxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2018-11-11 00:28:36 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2018-11-17 23:42:49 +0100
commit57f33bfd0c69a4568d1d5840391ab9901d4f4f66 (patch)
tree2ca304ce9f9a9b2a7dd8420e2453e48faa2ae16d /include/svx/colorbox.hxx
parentf162066d9df814086c92fa008c563ffc08daaf98 (diff)
Rename BorderColorStatus to ColorStatus
Next commit will use this for all color status updates, not just for borders. Change-Id: Ibd95d755a33bfc079fcbffabfd8896b6b777609f Reviewed-on: https://gerrit.libreoffice.org/63498 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'include/svx/colorbox.hxx')
-rw-r--r--include/svx/colorbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/colorbox.hxx b/include/svx/colorbox.hxx
index 67e26e652576..0a62fafceacc 100644
--- a/include/svx/colorbox.hxx
+++ b/include/svx/colorbox.hxx
@@ -42,7 +42,7 @@ private:
sal_uInt16 m_nSlotId;
bool m_bShowNoneButton;
std::shared_ptr<PaletteManager> m_xPaletteManager;
- BorderColorStatus m_aBorderColorStatus;
+ ColorStatus m_aColorStatus;
DECL_LINK(MenuActivateHdl, MenuButton *, void);
void Selected(const NamedColor& rNamedColor);
@@ -104,7 +104,7 @@ private:
sal_uInt16 m_nSlotId;
bool m_bShowNoneButton;
std::shared_ptr<PaletteManager> m_xPaletteManager;
- BorderColorStatus m_aBorderColorStatus;
+ ColorStatus m_aColorStatus;
void Selected(const NamedColor& rNamedColor);
void createColorWindow();