summaryrefslogtreecommitdiff
path: root/include/sfx2/lokhelper.hxx
diff options
context:
space:
mode:
authorMarco Cecchetti <mrcekets@gmail.com>2019-07-10 10:32:07 +0200
committerMichael Meeks <michael.meeks@collabora.com>2019-10-01 10:01:57 +0200
commit9590e8d0a2194b36d5a025a21dc2e71f37f4f54b (patch)
tree76eb45d9a9b27a0bd4f7f0f25693cb2caddb128a /include/sfx2/lokhelper.hxx
parent0ff8140676877f7a37ceb14d9ba797d6e2a18cf6 (diff)
lok: handling a single msg for deleting multiple characters
also includes: lok: fixing testABI failure Change-Id: I4df662a0df49a864c4b307efdd963b857bb77792 lok: missing removeTextContext implementation for Document class Change-Id: I884ad07f330afc19dfe759c08c8a17bdb4f9dcf3 Change-Id: I045d89f9fa478f37fc2917e159e044eee7e1ab31 Reviewed-on: https://gerrit.libreoffice.org/79879 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include/sfx2/lokhelper.hxx')
-rw-r--r--include/sfx2/lokhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/lokhelper.hxx b/include/sfx2/lokhelper.hxx
index 4973fba83e19..1e6a0caad205 100644
--- a/include/sfx2/lokhelper.hxx
+++ b/include/sfx2/lokhelper.hxx
@@ -63,7 +63,7 @@ public:
/// Helper for posting async key event
static void postKeyEventAsync(const VclPtr<vcl::Window> &xWindow,
- int nType, int nCharCode, int nKeyCode);
+ int nType, int nCharCode, int nKeyCode, int nRepeat = 0);
/// Helper for posting async mouse event
static void postMouseEventAsync(const VclPtr<vcl::Window> &xWindow,