summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2018-02-13 19:55:48 +0530
committerAndras Timar <andras.timar@collabora.com>2018-02-13 15:52:34 +0100
commit41db188ded84e1d3b5a56513663c4b8ad28d4f0f (patch)
tree7dab4f7fe50d5558fff251b06e2755f9d46bae32 /include
parent5f84c096edff526d8c5f0c603c1f5344d4d45525 (diff)
lok IME: VclEventId does not exist
Change-Id: I7fc6cb50043eb9be6a9e53daac7edc8038dc04df Reviewed-on: https://gerrit.libreoffice.org/49661 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/window.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 243335885087..910ce0344045 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -886,7 +886,7 @@ public:
void SetInputContext( const InputContext& rInputContext );
const InputContext& GetInputContext() const;
- void PostExtTextInputEvent(VclEventId nType, const OUString& rText);
+ void PostExtTextInputEvent(int nType, const OUString& rText);
void EndExtTextInput();
void SetCursorRect( const Rectangle* pRect = nullptr, long nExtTextInputWidth = 0 );
const Rectangle* GetCursorRect() const;