From 19307f65aa1e1f992da42c26fbbff62d4c31e3bb Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 24 Jul 2014 10:02:08 +0200 Subject: [PATCH] it seems that CPPUNIT_PLUGIN_IMPLEMENT can't be in ns Change-Id: If0d2622b5d64ccd821ff29356d545d59f5017d21 --- svtools/qa/unit/GraphicObjectTest.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svtools/qa/unit/GraphicObjectTest.cxx b/svtools/qa/unit/GraphicObjectTest.cxx index fac7c8005bb6..29259c45c3f9 100644 --- a/svtools/qa/unit/GraphicObjectTest.cxx +++ b/svtools/qa/unit/GraphicObjectTest.cxx @@ -122,8 +122,8 @@ void GraphicObjectTest::testSwap() CPPUNIT_TEST_SUITE_REGISTRATION(GraphicObjectTest); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */