summaryrefslogtreecommitdiff
path: root/svtools/qa/unit
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-07-24 10:02:08 +0200
committerDavid Tardon <dtardon@redhat.com>2014-07-24 10:02:08 +0200
commit19307f65aa1e1f992da42c26fbbff62d4c31e3bb (patch)
tree9e4f707fc6f9825b65b900191e82f8a431508273 /svtools/qa/unit
parent9825e1697d8dd786fc40dad065188c47d6f14990 (diff)
it seems that CPPUNIT_PLUGIN_IMPLEMENT can't be in ns
Change-Id: If0d2622b5d64ccd821ff29356d545d59f5017d21
Diffstat (limited to 'svtools/qa/unit')
-rw-r--r--svtools/qa/unit/GraphicObjectTest.cxx4
1 files 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: */