From 1579dcb11efa99d8b76223e5f9803a4ebd715417 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 20 Oct 2015 15:18:26 +0200 Subject: 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 --- include/comphelper/docpasswordhelper.hxx | 6 +++--- include/comphelper/docpasswordrequest.hxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include/comphelper') 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(); -- cgit