[Libreoffice-commits] core.git: svtools/qa
David Tardon
dtardon at redhat.com
Thu Jul 24 01:14:37 PDT 2014
svtools/qa/unit/GraphicObjectTest.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 19307f65aa1e1f992da42c26fbbff62d4c31e3bb
Author: David Tardon <dtardon at redhat.com>
Date: Thu Jul 24 10:02:08 2014 +0200
it seems that CPPUNIT_PLUGIN_IMPLEMENT can't be in ns
Change-Id: If0d2622b5d64ccd821ff29356d545d59f5017d21
diff --git a/svtools/qa/unit/GraphicObjectTest.cxx b/svtools/qa/unit/GraphicObjectTest.cxx
index fac7c80..29259c4 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: */
More information about the Libreoffice-commits
mailing list