summaryrefslogtreecommitdiff
path: root/include/ucbhelper/simplenameclashresolverequest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/simplenameclashresolverequest.hxx')
-rw-r--r--include/ucbhelper/simplenameclashresolverequest.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/ucbhelper/simplenameclashresolverequest.hxx b/include/ucbhelper/simplenameclashresolverequest.hxx
index da9b761f5129..8c63126337ed 100644
--- a/include/ucbhelper/simplenameclashresolverequest.hxx
+++ b/include/ucbhelper/simplenameclashresolverequest.hxx
@@ -54,14 +54,10 @@ public:
* @param rClashingName contains the clashing name.
* @param rProposedNewName contains a proposal for the new name or is
* empty.
- * @param bSupportsOverwriteData indicates whether an
- * InteractionReplaceExistingData continuation shall be supplied
- * with the interaction request.
*/
SimpleNameClashResolveRequest( const OUString & rTargetFolderURL,
const OUString & rClashingName,
- const OUString & rProposedNewName,
- bool bSupportsOverwriteData = true );
+ const OUString & rProposedNewName );
/**
* This method returns the new name that was supplied by the interaction
* handler.