From d5e0c2c8db71878d21c2a7255af08cf5f9a6dd04 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 13 Dec 2022 12:05:45 +0100 Subject: loplugin:unocast (sfx2::DigitalSignatures) (See the upcoming commit introducing that loplugin:unocast on why such dynamic_casts from UNO types are dangerous.) Change-Id: I74c76452cf7921da55462581ef48aea86f58ea18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144763 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- xmlsecurity/source/component/documentdigitalsignatures.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmlsecurity/source/component') diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx b/xmlsecurity/source/component/documentdigitalsignatures.cxx index d6b5782ba74f..4ab5851581ee 100644 --- a/xmlsecurity/source/component/documentdigitalsignatures.cxx +++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx @@ -72,9 +72,9 @@ using namespace css::xml::crypto; namespace { class DocumentDigitalSignatures - : public cppu::WeakImplHelper, - public sfx2::DigitalSignatures + : public cppu::ImplInheritanceHelper { private: css::uno::Reference mxCtx; -- cgit