summaryrefslogtreecommitdiff
path: root/stoc/source/javavm/jvmargs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/javavm/jvmargs.cxx')
-rw-r--r--stoc/source/javavm/jvmargs.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/javavm/jvmargs.cxx b/stoc/source/javavm/jvmargs.cxx
index 7497fcbbc89e..2ab9e20cc378 100644
--- a/stoc/source/javavm/jvmargs.cxx
+++ b/stoc/source/javavm/jvmargs.cxx
@@ -32,7 +32,7 @@ void JVM::pushProp(const OUString & property)
_props.push_back(property);
}
-const ::std::vector< ::rtl::OUString > & JVM::getProperties() const
+const ::std::vector< OUString > & JVM::getProperties() const
{
return _props;
}