Avoid reserved identifier
Change-Id: Iccd3a443fc0df0b7090f91b3510e0677a0094fb1
This commit is contained in:
@@ -100,7 +100,7 @@ namespace comphelper
|
|||||||
}
|
}
|
||||||
|
|
||||||
// XInteractionPassword
|
// 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;
|
virtual OUString SAL_CALL getPassword( ) throw (css::uno::RuntimeException, std::exception) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user