summaryrefslogtreecommitdiffstats
path: root/include/vcl/InterimItemWindow.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-22 20:06:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-23 10:37:43 +0200
commit7db082e5758033c1d15ff885400fd98664d2837b (patch)
tree3a2837ef77b6916d8ceb3691699c33bb70d01e6f /include/vcl/InterimItemWindow.hxx
parentucb/gio: create instances with uno constructors (diff)
downloadcore-7db082e5758033c1d15ff885400fd98664d2837b.tar.gz
core-7db082e5758033c1d15ff885400fd98664d2837b.zip
keep sensitivity in sync with StateChangedType::Enable
Change-Id: I49321251d8fab6b6d0e44897bcb9c201aa5e2d45 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99254 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/InterimItemWindow.hxx')
-rw-r--r--include/vcl/InterimItemWindow.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/InterimItemWindow.hxx b/include/vcl/InterimItemWindow.hxx
index 2e2a259a2077..882a01f9bd5f 100644
--- a/include/vcl/InterimItemWindow.hxx
+++ b/include/vcl/InterimItemWindow.hxx
@@ -21,6 +21,7 @@ public:
virtual void Resize() override;
virtual Size GetOptimalSize() const override;
+ virtual void StateChanged(StateChangedType nStateChange) override;
virtual void GetFocus() override;
bool ControlHasFocus() const;