diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-16 04:12:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-16 05:41:26 +0200 |
commit | 67aec439153b8a374d418cfe653b601f8d1b514a (patch) | |
tree | 0ff52c40698f0b12f55f9de066ba6536220b8480 /xmlhelp | |
parent | d6f18c09496318adf78ab32dfa1e1edf74521c5f (diff) |
cleanup
Change-Id: I7bfd221f89718ba8634417c93a26b3a199178694
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: */ |