diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-06-16 16:45:21 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-06-16 16:19:10 +0000 |
commit | 5bf3ae663a2189e37959235cda8c6a4051e10a1a (patch) | |
tree | 8f5c8348355a009425c7c82780a6b63605775ef9 /comphelper | |
parent | e841ed93d6c6d817be1f7fdc18ff971325c861cc (diff) |
comphelper: enable LibreOfficeKit::isViewCallback() by default
This requires porting the sw/sd/sc_tiledrendering test code to the new
internal API, as only the public LOK API is unchanged.
Change-Id: Ic6a2f96421da4a16bdee7d0cbb3f6e35bc6ddff9
Reviewed-on: https://gerrit.libreoffice.org/26379
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/lok.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/lok.cxx b/comphelper/source/misc/lok.cxx index 279ec65c600c..f9c9031d05cb 100644 --- a/comphelper/source/misc/lok.cxx +++ b/comphelper/source/misc/lok.cxx @@ -17,7 +17,7 @@ namespace LibreOfficeKit static bool g_bActive(false); -static bool g_bViewCallback(false); +static bool g_bViewCallback(true); void setActive(bool bActive) { |