summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-06-18 14:12:04 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-06-22 10:27:06 +0200
commitfb61289c0bf6f3f2a6805cead902bbc4ecdb0651 (patch)
treecdf6516fe66c635103181c888e3cf84c37e62488 /include
parent55ff31748b7dc337aa0369ac8c7864f01e296d42 (diff)
Add SwTiledRenderingTest::testGetTextSelection() testcase.
Fails without commit 193b907b2bc49b9e48cfab2583e81a24aaa2e666 (SwXTextDocument::getTextSelection: fix missing editeng forward, 2015-06-18). Change-Id: I5fdab128471c12901f930b6b4ab4e2304dd3fe64 Reviewed-on: https://gerrit.libreoffice.org/16359 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit bcace9acafa24d5251e90587af776fdb0a808ed8)
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/lok.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/lok.hxx b/include/comphelper/lok.hxx
index 704fb1f65193..79fa115e6585 100644
--- a/include/comphelper/lok.hxx
+++ b/include/comphelper/lok.hxx
@@ -24,7 +24,7 @@ namespace LibreOfficeKit
// Functions to be called only from the LibreOfficeKit implementation in desktop, not from other
// places in LibreOffice code.
-COMPHELPER_DLLPUBLIC void setActive();
+COMPHELPER_DLLPUBLIC void setActive(bool bActive = true);
enum class statusIndicatorCallbackType { Start, SetValue, Finish };