summaryrefslogtreecommitdiff
path: root/slideshow/test/views.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-11-07 00:15:27 +0100
committerThorsten Behrens <tbehrens@novell.com>2010-11-15 17:43:14 +0100
commitf1c45fad02ee12937b4e80dfac3db5f97ea9dbc9 (patch)
tree72de3a1c964993471cf4d23a6b0282bf3dba92ea /slideshow/test/views.cxx
parentf37609830b20839ce2a4c9aee0ec57435d5112a2 (diff)
Make slideshow unittest work again
Well, it still fails. But for all the right reasons.
Diffstat (limited to 'slideshow/test/views.cxx')
-rw-r--r--slideshow/test/views.cxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/slideshow/test/views.cxx b/slideshow/test/views.cxx
index f9bb13ee1c37..d27a55a7795f 100644
--- a/slideshow/test/views.cxx
+++ b/slideshow/test/views.cxx
@@ -26,7 +26,10 @@
*
************************************************************************/
-#include <testshl/simpleheader.hxx>
+#include <cppunit/TestAssert.h>
+#include <cppunit/TestFixture.h>
+#include <cppunit/extensions/HelperMacros.h>
+
#include <cppuhelper/compbase1.hxx>
#include <comphelper/broadcasthelper.hxx>
@@ -82,11 +85,4 @@ public:
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(UnoViewContainerTest, "UnoViewContainerTest");
} // namespace
-
-// -----------------------------------------------------------------------------
-
-// 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: */