From 4d6c23216559eb48f9943bb49d6e475a6d64ba15 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 16 Dec 2022 23:02:08 +0100 Subject: loplugin:unocast (oox::ForumlaImExportBase) (See the upcoming commit introducing that loplugin:unocast on why such dynamic_casts from UNO types are dangerous.) Change-Id: I11bc363447c44319bc47f7eebb7084f64ea85511 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144400 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- starmath/source/unomodel.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'starmath/source/unomodel.cxx') diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index b7a92567fe25..a4b14671b63d 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -361,6 +361,7 @@ const uno::Sequence< sal_Int8 > & SmModel::getUnoTunnelId() sal_Int64 SAL_CALL SmModel::getSomething( const uno::Sequence< sal_Int8 >& rId ) { return comphelper::getSomethingImpl(rId, this, + comphelper::MixinToGetSomethingOf{}, comphelper::FallbackToGetSomethingOf{}); } -- cgit