summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/test/tests.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sdext/source/pdfimport/test/tests.cxx b/sdext/source/pdfimport/test/tests.cxx
index a452ba0b4828..547561916352 100644
--- a/sdext/source/pdfimport/test/tests.cxx
+++ b/sdext/source/pdfimport/test/tests.cxx
@@ -72,16 +72,6 @@ using namespace ::pdfparse;
using namespace ::pdfi;
using namespace ::com::sun::star;
-namespace rtl
-{
- template< typename charT, typename traits > std::basic_ostream<charT, traits> &
- operator <<(
- std::basic_ostream<charT, traits> & stream, rtl::OString const & string)
- {
- return stream << string.getStr();
- }
-}
-
namespace
{