summaryrefslogtreecommitdiff
path: root/include/svx/colorbox.hxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-09-19 14:26:24 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2017-09-24 15:37:29 +0300
commitbf9360e6f5e38c9de3b38d9748a84d4d1c5067f9 (patch)
treeffcfa801976fd11cf500f70eb8d6a8cdac535150 /include/svx/colorbox.hxx
parente867b197540cfc8b75bb1108c8bcd7a0ff65d347 (diff)
tdf#106762 Keep the previous m_xColorWindow lifecycle
Some logic here seems to depend on it. Change-Id: I62a2eeba1511a9be77030f726ceaa67e3ca3ace8
Diffstat (limited to 'include/svx/colorbox.hxx')
-rw-r--r--include/svx/colorbox.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/colorbox.hxx b/include/svx/colorbox.hxx
index be6165cdc5aa..7b0f8905249c 100644
--- a/include/svx/colorbox.hxx
+++ b/include/svx/colorbox.hxx
@@ -74,6 +74,8 @@ public:
void SaveValue() { m_aSaveColor = GetSelectEntryColor(); }
bool IsValueChangedFromSaved() const { return m_aSaveColor != GetSelectEntryColor(); }
+
+ DECL_LINK(WindowEventListener, VclWindowEvent&, void);
};
/** A wrapper for SvxColorListBox. */