From 1946794ae09ba732022fe6a74ea45e304ab70b84 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sun, 7 Apr 2013 12:06:47 +0200 Subject: mass removal of rtl:: prefixes for O(U)String* Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09 --- idl/inc/command.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idl/inc/command.hxx') diff --git a/idl/inc/command.hxx b/idl/inc/command.hxx index b77ab2fcb9c7..23a646f4fad3 100644 --- a/idl/inc/command.hxx +++ b/idl/inc/command.hxx @@ -25,7 +25,7 @@ #include typedef ::std::vector< String* > StringList; -typedef ::std::vector< rtl::OString* > ByteStringList; +typedef ::std::vector< OString* > ByteStringList; class SvCommand { -- cgit