summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/test/abidebug.hxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-08-31 22:46:59 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-09-05 22:10:59 +0000
commit72fa23ba0e13e6cf8a7ffb0476863d4399af0da1 (patch)
tree551c13c20bad963eef0af4500932e784129ad30b /xmlhelp/source/cxxhelp/test/abidebug.hxx
parent79874397bbc891939ebd402a4af85fa1406604fd (diff)
kill RTL_CONSTASCII_USTRINGPARAM in xmlhelp
+ ::rtl:: drop (only on rebased files) Change-Id: I5a773936ceb012b0655cee8db7250b496e088464 Reviewed-on: https://gerrit.libreoffice.org/525 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
Diffstat (limited to 'xmlhelp/source/cxxhelp/test/abidebug.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/test/abidebug.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/test/abidebug.hxx b/xmlhelp/source/cxxhelp/test/abidebug.hxx
index ed9cf737c939..a26258a0574f 100644
--- a/xmlhelp/source/cxxhelp/test/abidebug.hxx
+++ b/xmlhelp/source/cxxhelp/test/abidebug.hxx
@@ -20,6 +20,6 @@
#ifndef _RTL_USTRING_
#include <rtl/ustring>
#endif
-ostream& operator<<( ostream& out,const rtl::OUString& bla );
+ostream& operator<<( ostream& out,const OUString& bla );
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */