diff options
Diffstat (limited to 'test/source/text/xtextrange.cxx')
-rw-r--r-- | test/source/text/xtextrange.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/source/text/xtextrange.cxx b/test/source/text/xtextrange.cxx index 6eaa4123c217..64428b476e6e 100644 --- a/test/source/text/xtextrange.cxx +++ b/test/source/text/xtextrange.cxx @@ -8,12 +8,11 @@ */ #include <test/text/xtextrange.hxx> -#include <rtl/string.hxx> #include <com/sun/star/text/XText.hpp> #include <com/sun/star/text/XTextRange.hpp> -#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/TestAssert.h> using namespace css; |