Avoid reserved identifier

Change-Id: Iccd3a443fc0df0b7090f91b3510e0677a0094fb1
This commit is contained in:
Stephan Bergmann
2016-03-09 17:40:51 +01:00
parent 9b7b7351a2
commit f5b426ebd7

View File

@@ -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: