diff options
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/test/abidebug.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/test/abidebug.hxx b/xmlhelp/source/cxxhelp/test/abidebug.hxx index b1cfbf7b2a79..bb16c6812487 100644 --- a/xmlhelp/source/cxxhelp/test/abidebug.hxx +++ b/xmlhelp/source/cxxhelp/test/abidebug.hxx @@ -17,9 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include <iostream> -#ifndef _RTL_USTRING_ #include <rtl/ustring> -#endif + ostream& operator<<( ostream& out,const OUString& bla ); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |