diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-04-05 11:50:53 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-04-05 12:05:54 +0200 |
commit | 12f32902bfbcf075d598c53b8af36b04ca5468bc (patch) | |
tree | 8482f0e8d2001fc02baaf61efed6d2437ba6564c /sc/qa | |
parent | 412bbf4096e0f0fea7ed2281151654a963ed2671 (diff) |
starting sc_ucalc unit test
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
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 <cppunit/TestAssert.h> -#include <cppunit/TestFixture.h> -#include <cppunit/extensions/HelperMacros.h> -#include <cppunit/plugin/TestPlugIn.h> +#include <sal/cppunit.h> #include <sal/config.h> #include <osl/file.hxx> @@ -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: */ |