diff --git a/include/comphelper/interaction.hxx b/include/comphelper/interaction.hxx index 9849465aa6b9..85bf5e966a08 100644 --- a/include/comphelper/interaction.hxx +++ b/include/comphelper/interaction.hxx @@ -100,7 +100,7 @@ namespace comphelper } // XInteractionPassword - virtual void SAL_CALL setPassword( const OUString& _Password ) throw (css::uno::RuntimeException, std::exception) override; + virtual void SAL_CALL setPassword( const OUString& Password ) throw (css::uno::RuntimeException, std::exception) override; virtual OUString SAL_CALL getPassword( ) throw (css::uno::RuntimeException, std::exception) override; private: