From a088f9e729084f950ee58afb8f80e64d4d134144 Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Tue, 14 Nov 2017 16:00:57 +0530 Subject: lokdialog: Callback for dialog cursor invalidation Change-Id: Iecadb68737ed7b1a425d9ea633976fb24d1055c6 Reviewed-on: https://gerrit.libreoffice.org/44721 Tested-by: Jenkins Reviewed-by: pranavk --- include/vcl/dialog.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 ); -- cgit