diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2018-02-07 21:23:42 +0530 |
---|---|---|
committer | pranavk <pranavk@collabora.co.uk> | 2018-02-08 09:44:51 +0100 |
commit | b746577d27437f9298fa111512d083eaccd4fbed (patch) | |
tree | 9d10d171d4f1e39cd643eb3e09af30d9a5c96e26 /include/vcl | |
parent | 0d0c13bfbdff85a18433aee6e94558689f0cb722 (diff) |
sd, sc lok: IME support + unit tests
Change-Id: I710ba4347977641102b89fd274a159d34bc29e72
Reviewed-on: https://gerrit.libreoffice.org/49385
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/ITiledRenderable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index 135f74064afa..de3b098a496d 100644 --- a/include/vcl/ITiledRenderable.hxx +++ b/include/vcl/ITiledRenderable.hxx @@ -107,7 +107,7 @@ public: * * @see lok::Document::postExtTextInputEvent(). */ - virtual void postExtTextInputEvent(int /*nType*/, const OUString& /*rText*/) {} + virtual void postExtTextInputEvent(int nType, const OUString& rText) = 0; /** * Posts a mouse event on the document. |