diff options
Diffstat (limited to 'include/comphelper/DisableInteractionHelper.hxx')
-rw-r--r-- | include/comphelper/DisableInteractionHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/DisableInteractionHelper.hxx b/include/comphelper/DisableInteractionHelper.hxx index 7d99112edeaa..da513b9b23eb 100644 --- a/include/comphelper/DisableInteractionHelper.hxx +++ b/include/comphelper/DisableInteractionHelper.hxx @@ -29,7 +29,7 @@ public: private: virtual ~NoEnableJavaInteractionContext() override {} - virtual css::uno::Any SAL_CALL getValueByName(rtl::OUString const& Name) override + virtual css::uno::Any SAL_CALL getValueByName(OUString const& Name) override { if (Name == "DontEnableJava") return css::uno::Any(true); |