summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/cmis/cmis_content.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-05-29 16:30:01 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-06-04 13:28:12 +0200
commitc77437672a57f53d776ae8161afeffd606cc9893 (patch)
tree95a92d34cb29de15a04c0f53dac78811c1c15686 /ucb/source/ucp/cmis/cmis_content.hxx
parentCMIS UCP: implemented folder case for open command (diff)
downloadcore-c77437672a57f53d776ae8161afeffd606cc9893.tar.gz
core-c77437672a57f53d776ae8161afeffd606cc9893.zip
CMIS UCP: Implemented delete command for documents
Change-Id: I34c90f4675e461f461bad7e81c23da56463f0a24
Diffstat (limited to 'ucb/source/ucp/cmis/cmis_content.hxx')
-rw-r--r--ucb/source/ucp/cmis/cmis_content.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/cmis/cmis_content.hxx b/ucb/source/ucp/cmis/cmis_content.hxx
index dfe8cc2fb8fd..eafd5039503a 100644
--- a/ucb/source/ucp/cmis/cmis_content.hxx
+++ b/ucb/source/ucp/cmis/cmis_content.hxx
@@ -110,7 +110,7 @@ private:
sal_Bool bReplaceExisting, const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment >& xEnv )
throw( com::sun::star::uno::Exception );
- void destroy( sal_Bool bDeletePhysical ) throw( com::sun::star::uno::Exception );
+ void destroy( ) throw( com::sun::star::uno::Exception );
void copyData( com::sun::star::uno::Reference< com::sun::star::io::XInputStream > xIn,
com::sun::star::uno::Reference< com::sun::star::io::XOutputStream > xOut );