From b746577d27437f9298fa111512d083eaccd4fbed Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Wed, 7 Feb 2018 21:23:42 +0530 Subject: sd, sc lok: IME support + unit tests Change-Id: I710ba4347977641102b89fd274a159d34bc29e72 Reviewed-on: https://gerrit.libreoffice.org/49385 Tested-by: Jenkins Reviewed-by: pranavk --- include/vcl/ITiledRenderable.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl') 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. -- cgit