summaryrefslogtreecommitdiff
path: root/filter/source/svg/test/parsertest.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-02-14 11:00:04 +0100
committerThorsten Behrens <tbehrens@novell.com>2011-02-14 11:00:04 +0100
commitec4c926d335a9363380e88644fae34a9be53b922 (patch)
tree0f80e1f2b32812f7d072846d86499b95df9ec315 /filter/source/svg/test/parsertest.cxx
parentd12e6085fc4c870280650b9a694880a703dfd5fe (diff)
Make svg import unit tests compile again.
Diffstat (limited to 'filter/source/svg/test/parsertest.cxx')
-rw-r--r--filter/source/svg/test/parsertest.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/filter/source/svg/test/parsertest.cxx b/filter/source/svg/test/parsertest.cxx
index 89728fec673f..07845ba63941 100644
--- a/filter/source/svg/test/parsertest.cxx
+++ b/filter/source/svg/test/parsertest.cxx
@@ -27,7 +27,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_filter.hxx"
-#include <cppunit/simpleheader.hxx>
+#include <cppunit/TestAssert.h>
+#include <cppunit/TestFixture.h>
+#include <cppunit/extensions/HelperMacros.h>
#include "../gfxtypes.hxx"
#include "../parserfragments.hxx"
@@ -215,8 +217,4 @@ public:
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(TestParser, "test svg parser fragments");
-// this macro creates an empty function, which will called by the RegisterAllFunctions()
-// to let the user the possibility to also register some functions by hand.
-NOADDITIONAL;
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */