summaryrefslogtreecommitdiff
path: root/stoc/source/javavm/jvmargs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/javavm/jvmargs.hxx')
-rw-r--r--stoc/source/javavm/jvmargs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/javavm/jvmargs.hxx b/stoc/source/javavm/jvmargs.hxx
index 8def483f4f74..adc41ffa158b 100644
--- a/stoc/source/javavm/jvmargs.hxx
+++ b/stoc/source/javavm/jvmargs.hxx
@@ -46,7 +46,7 @@ namespace stoc_javavm {
::std::vector<OUString> _props;
public:
- JVM() throw();
+ JVM() noexcept;
void pushProp(const OUString & uString);
const ::std::vector< OUString> & getProperties() const { return _props;}