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-12 17:53:51 +0200 |
commit | 5cdd5c77d771b19a11116ef8918a2020b41bb71f (patch) | |
tree | 7f2bf47923dded6e075ba19e33e4ba7b195a7d78 /sc/qa | |
parent | b8d3e53102d3b0f117d4c891e117a139f675da72 (diff) |
starting sc_ucalc unit test
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 7b998bd08ac4..a5127138d1ae 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> |