summaryrefslogtreecommitdiff
path: root/idl/inc/command.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/command.hxx')
-rw-r--r--idl/inc/command.hxx2
1 files changed, 1 insertions, 1 deletions
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 <vector>
typedef ::std::vector< String* > StringList;
-typedef ::std::vector< rtl::OString* > ByteStringList;
+typedef ::std::vector< OString* > ByteStringList;
class SvCommand
{