diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-10 12:28:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-11 07:00:53 +0100 |
commit | 30e99b793fc26d2c86363bf8c023cdd2c05940b1 (patch) | |
tree | f521571d7197728e717d95c69d871e376c48ab98 /ucbhelper | |
parent | 9e03f6820417c9fcda27b49d9fa5a464f1255c84 (diff) |
loplugin:indentation in ucb..ucbhelper
Change-Id: Ifa4b34065dacf9e144f076631c57f1d01aedaeeb
Reviewed-on: https://gerrit.libreoffice.org/67608
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/client/content.cxx | 4 |
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() ) ), |