summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/content.cxx')
-rw-r--r--ucbhelper/source/client/content.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index 3308ac3b892e..0af6636c80d1 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -1008,7 +1008,7 @@ bool Content::isFolder()
>>= bFolder )
return bFolder;
- ucbhelper::cancelCommandExecution(
+ ucbhelper::cancelCommandExecution(
makeAny( UnknownPropertyException(
"Unable to retrieve value of property 'IsFolder'!",
get() ) ),
@@ -1031,7 +1031,7 @@ bool Content::isDocument()
>>= bDoc )
return bDoc;
- ucbhelper::cancelCommandExecution(
+ ucbhelper::cancelCommandExecution(
makeAny( UnknownPropertyException(
"Unable to retrieve value of property 'IsDocument'!",
get() ) ),