diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2017-11-14 16:00:57 +0530 |
---|---|---|
committer | pranavk <pranavk@collabora.co.uk> | 2017-11-15 13:44:43 +0100 |
commit | a088f9e729084f950ee58afb8f80e64d4d134144 (patch) | |
tree | 6e89d908542583dc5d1664708800369253025013 /include | |
parent | 8aa381f8a15a37017ce8b3d01387214125e35b93 (diff) |
lokdialog: Callback for dialog cursor invalidation
Change-Id: Iecadb68737ed7b1a425d9ea633976fb24d1055c6
Reviewed-on: https://gerrit.libreoffice.org/44721
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/dialog.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx index 92d9138e3e8f..48ae4fec43fd 100644 --- a/include/vcl/dialog.hxx +++ b/include/vcl/dialog.hxx @@ -97,6 +97,7 @@ public: void LOKKeyInput(const KeyEvent& rKeyEvent); void LOKKeyUp(const KeyEvent& rKeyEvent); + void LOKCursorInvalidate(const tools::Rectangle& rRect); protected: explicit Dialog( WindowType nType ); |