From 53491f8a66d72176aab332983f9aff47ecd3d654 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 Jul 2018 14:15:41 +0200 Subject: loplugin:returnconstant in ucbhelper,drawinglayer Change-Id: I4e84c570fe0e555a3aeb1f11632715de466d6e0e Reviewed-on: https://gerrit.libreoffice.org/58192 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/ucbhelper/content.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ucbhelper') 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, -- cgit