From 12f32902bfbcf075d598c53b8af36b04ca5468bc Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 5 Apr 2011 11:50:53 +0200 Subject: starting sc_ucalc unit test --- sc/qa/unit/ucalc.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sc/qa') diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index a2562788bbd5..d6329b221465 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -39,12 +39,8 @@ // the need for manually calling regcomp and knowing what // services we need, and in what .so they are implemented -#include "precompiled_sc.hxx" -#include -#include -#include -#include +#include #include #include @@ -1623,7 +1619,6 @@ CPPUNIT_TEST_SUITE_REGISTRATION(Test); } -#define CPPUNIT_PLUGIN_EXPORT extern "C" SAL_DLLPUBLIC_EXPORT CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit