diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 17:40:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 18:32:04 +0100 |
commit | f5b426ebd7f224f51983a604a207fdcd760be3ce (patch) | |
tree | 08b4edf3f6bdfa3c2b17cb7b92e1605559b11928 /include | |
parent | 9b7b7351a22bc3e131c44cefaff8c32e87d35079 (diff) |
Avoid reserved identifier
Change-Id: Iccd3a443fc0df0b7090f91b3510e0677a0094fb1
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/interaction.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: |