diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 15:18:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 15:18:26 +0200 |
commit | 1579dcb11efa99d8b76223e5f9803a4ebd715417 (patch) | |
tree | 8863e031549dfd76bea69daf6e59e5ddccbb6744 /include | |
parent | 9bcc09dcb9a17404fd4852c61b47247886dfda0c (diff) |
Rename some "document name" params to "document URL"
...to match reality, cf. 7660e4dcecfb19ad8e9e21e5fe53637bd1b9dc6c
"tdf#89694 Password dialog for opening OOXML shows url-encoded path"
Change-Id: I9fdd204494374770186347e92aa0bd6e7093ffaa
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/docpasswordhelper.hxx | 6 | ||||
-rw-r--r-- | include/comphelper/docpasswordrequest.hxx | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/docpasswordhelper.hxx b/include/comphelper/docpasswordhelper.hxx index 6c61837c48e9..d4533c480a2c 100644 --- a/include/comphelper/docpasswordhelper.hxx +++ b/include/comphelper/docpasswordhelper.hxx @@ -259,8 +259,8 @@ public: The interaction handler that will be used to request a password from the user, e.g. by showing a password input dialog. - @param rDocumentName - The name of the related document that will be shown in the password + @param rDocumentUrl + The URL of the related document that will be shown in the password input dialog. @param eRequestType @@ -288,7 +288,7 @@ public: const css::uno::Sequence< css::beans::NamedValue >& rMediaEncData, const OUString& rMediaPassword, const css::uno::Reference< css::task::XInteractionHandler >& rxInteractHandler, - const OUString& rDocumentName, + const OUString& rDocumentUrl, DocPasswordRequestType eRequestType, const ::std::vector< OUString >* pDefaultPasswords = 0, bool* pbIsDefaultPassword = 0 ); diff --git a/include/comphelper/docpasswordrequest.hxx b/include/comphelper/docpasswordrequest.hxx index 0d37b962ddc6..ee44897344bf 100644 --- a/include/comphelper/docpasswordrequest.hxx +++ b/include/comphelper/docpasswordrequest.hxx @@ -75,7 +75,7 @@ public: explicit DocPasswordRequest( DocPasswordRequestType eType, css::task::PasswordRequestMode eMode, - const OUString& rDocumentName, + const OUString& rDocumentUrl, bool bPasswordToModify = false ); virtual ~DocPasswordRequest(); |