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.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/idl/inc/command.hxx b/idl/inc/command.hxx
index 6be70f446e81..ea5e0f4464f5 100644
--- a/idl/inc/command.hxx
+++ b/idl/inc/command.hxx
@@ -23,13 +23,10 @@
#include <rtl/ustring.hxx>
#include <vector>
-typedef ::std::vector< OUString > StringList;
-typedef ::std::vector< OString* > ByteStringList;
-
class SvCommand
{
public:
- StringList aInFileList;
+ std::vector<OUString> aInFileList;
OUString aSlotMapFile;
OUString aPath;
OUString aTargetFile;