From 231e16d9091c2d318d99c2f2eb985311e7138127 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 7 Oct 2019 15:45:13 +0200 Subject: loplugin:redundantpointerops simplify *p.get() Change-Id: I12517651fb3f777fd08e384992bb3e84b340ad85 Reviewed-on: https://gerrit.libreoffice.org/80382 Tested-by: Jenkins Reviewed-by: Noel Grandin --- unodevtools/source/skeletonmaker/cpptypemaker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unodevtools/source') diff --git a/unodevtools/source/skeletonmaker/cpptypemaker.cxx b/unodevtools/source/skeletonmaker/cpptypemaker.cxx index f5da4810edd7..9b145f23ae71 100644 --- a/unodevtools/source/skeletonmaker/cpptypemaker.cxx +++ b/unodevtools/source/skeletonmaker/cpptypemaker.cxx @@ -929,7 +929,7 @@ void generateDocumentation(std::ostream & o, } generateDocumentation( o, options, manager, - u2b(dynamic_cast(*entity.get()) + u2b(dynamic_cast(*entity) .getBase()), delegate); break; -- cgit