summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-10-20 22:14:39 +0200
committerMichael Stahl <mstahl@redhat.com>2017-10-20 22:16:17 +0200
commit4f05fdffbe4483ae0a466a6460b63560c3fb45ca (patch)
tree2db0058ce764c75460cf09406dd2e20e35759b72 /desktop/source
parent22fa30c2f6aa541f6b1db002d276459d137490c8 (diff)
tdf#113311 disable CppunitTest_libreofficekit_tiledrendering for now
Change-Id: I0f6e284d232388019bfa33f07a4afc864e0040a9
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/lib/init.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index d84e09c9c7d9..b731f08fb426 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3557,6 +3557,8 @@ static void lo_destroy(LibreOfficeKit* pThis)
comphelper::LibreOfficeKit::setStatusIndicatorCallback(nullptr, nullptr);
uno::Reference <frame::XDesktop2> xDesktop = frame::Desktop::create ( ::comphelper::getProcessComponentContext() );
+ // FIXME: the terminate() call here is a no-op because it detects
+ // that LibreOfficeKit::isActive() and then returns early!
bSuccess = xDesktop.is() && xDesktop->terminate();
if (!bSuccess)