[Libreoffice-commits] core.git: sw/qa
Stephan Bergmann
sbergman at redhat.com
Mon May 25 14:26:47 PDT 2015
sw/qa/extras/tiledrendering/tiledrendering.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 077cd88f2da8538e4e89bce2614d6662ccfedce2
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon May 25 23:26:19 2015 +0200
loplugin:unreffun
Change-Id: Ib7311448e15d23b041ebb4552df80046523a32f2
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 2990d9a..756fb9b 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -225,6 +225,7 @@ void SwTiledRenderingTest::testResetSelection()
CPPUNIT_ASSERT(!pWrtShell->IsSelFrmMode());
}
+#if !(defined WNT || defined MACOSX)
void lcl_search()
{
uno::Sequence<beans::PropertyValue> aPropertyValues(comphelper::InitPropertySequence(
@@ -234,6 +235,7 @@ void lcl_search()
}));
comphelper::dispatchCommand(".uno:ExecuteSearch", aPropertyValues);
}
+#endif
void SwTiledRenderingTest::testSearch()
{
More information about the Libreoffice-commits
mailing list