From e6dce260833ecddf0da9c85132665a7759fc1f17 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 25 Oct 2015 17:33:13 +0200 Subject: cppcheck:noExplicitConstructor Change-Id: I06f33af242c60e0349417ceab3ca4a6d47cd402d Reviewed-on: https://gerrit.libreoffice.org/19589 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/annotations/annotationmanagerimpl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/annotations') diff --git a/sd/source/ui/annotations/annotationmanagerimpl.hxx b/sd/source/ui/annotations/annotationmanagerimpl.hxx index d2c1d7530f55..bc2f73fb5fff 100644 --- a/sd/source/ui/annotations/annotationmanagerimpl.hxx +++ b/sd/source/ui/annotations/annotationmanagerimpl.hxx @@ -50,7 +50,7 @@ typedef ::cppu::WeakComponentImplHelper < class AnnotationManagerImpl : private ::cppu::BaseMutex, public AnnotationManagerImplBase { public: - AnnotationManagerImpl( ViewShellBase& rViewShellBase ); + explicit AnnotationManagerImpl( ViewShellBase& rViewShellBase ); void init(); -- cgit