diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-27 14:15:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-27 21:17:20 +0200 |
commit | 53491f8a66d72176aab332983f9aff47ecd3d654 (patch) | |
tree | 628d8539e19bfad27fcc2b7902b08409afef222e /include/ucbhelper | |
parent | e6538f5bdd876911ea30f84a6512c03908e620fd (diff) |
loplugin:returnconstant in ucbhelper,drawinglayer
Change-Id: I4e84c570fe0e555a3aeb1f11632715de466d6e0e
Reviewed-on: https://gerrit.libreoffice.org/58192
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/ucbhelper')
-rw-r--r-- | include/ucbhelper/content.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/content.hxx b/include/ucbhelper/content.hxx index 3d48b70915f0..363cd45a61f1 100644 --- a/include/ucbhelper/content.hxx +++ b/include/ucbhelper/content.hxx @@ -654,7 +654,7 @@ public: * @throws css::uno::RuntimeException * @throws css::uno::Exception */ - bool + void transferContent( const Content& rSourceContent, InsertOperation eOperation, const OUString & rTitle, |