summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/simpleauthenticationrequest.hxx2
-rw-r--r--include/ucbhelper/simplenameclashresolverequest.hxx5
2 files changed, 1 insertions, 6 deletions
diff --git a/include/ucbhelper/simpleauthenticationrequest.hxx b/include/ucbhelper/simpleauthenticationrequest.hxx
index f1dad91163ae..b6b2f870f6a6 100644
--- a/include/ucbhelper/simpleauthenticationrequest.hxx
+++ b/include/ucbhelper/simpleauthenticationrequest.hxx
@@ -84,7 +84,6 @@ public:
* a previous try).
* @param rPassword contains a password, if available (for instance from
* a previous try).
- * @param rAccount contains an account, if applicable.
* @param bAllowUseSystemCredentials specifies if requesting client is
* able to obtain and use system credentials for authentication
*/
@@ -93,7 +92,6 @@ public:
const OUString & rRealm,
const OUString & rUserName,
const OUString & rPassword,
- const OUString & rAccount,
bool bAllowUseSystemCredentials,
bool bAllowSessionStoring = true );
diff --git a/include/ucbhelper/simplenameclashresolverequest.hxx b/include/ucbhelper/simplenameclashresolverequest.hxx
index cdc5e19766e6..3e7b1fef884f 100644
--- a/include/ucbhelper/simplenameclashresolverequest.hxx
+++ b/include/ucbhelper/simplenameclashresolverequest.hxx
@@ -52,12 +52,9 @@ public:
* @param rTargetFolderURL contains the URL of the folder that contains
* the clashing resource.
* @param rClashingName contains the clashing name.
- * @param rProposedNewName contains a proposal for the new name or is
- * empty.
*/
SimpleNameClashResolveRequest( const OUString & rTargetFolderURL,
- const OUString & rClashingName,
- const OUString & rProposedNewName );
+ const OUString & rClashingName );
/**
* This method returns the new name that was supplied by the interaction
* handler.