From 581efdec36787dc5e378e54d13e7328fddcf3a50 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 1 Oct 2021 13:01:58 +0200 Subject: loplugin:constmethod Change-Id: I3ed657c5c5e6840e38e3c8505505b4b372125df0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122910 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/source/engine3d/obj3d.cxx | 2 +- svx/source/gallery2/galini.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'svx') diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx index 4fa24809ae30..eed5b878033c 100644 --- a/svx/source/engine3d/obj3d.cxx +++ b/svx/source/engine3d/obj3d.cxx @@ -597,7 +597,7 @@ E3dCompoundObject* E3dCompoundObject::CloneSdrObject(SdrModel& rTargetModel) con } // convert given basegfx::B3DPolyPolygon to screen coor -basegfx::B2DPolyPolygon E3dCompoundObject::TransformToScreenCoor(const basegfx::B3DPolyPolygon& rCandidate) +basegfx::B2DPolyPolygon E3dCompoundObject::TransformToScreenCoor(const basegfx::B3DPolyPolygon& rCandidate) const { const uno::Sequence< beans::PropertyValue > aEmptyParameters; drawinglayer::geometry::ViewInformation3D aViewInfo3D(aEmptyParameters); diff --git a/svx/source/gallery2/galini.cxx b/svx/source/gallery2/galini.cxx index 87f6abfb28a1..0d11f5c89577 100644 --- a/svx/source/gallery2/galini.cxx +++ b/svx/source/gallery2/galini.cxx @@ -23,7 +23,7 @@ #include #include -OUString GalleryBinaryEngineEntry::ReadStrFromIni(std::u16string_view aKeyName ) +OUString GalleryBinaryEngineEntry::ReadStrFromIni(std::u16string_view aKeyName ) const { std::unique_ptr pStrm(::utl::UcbStreamHelper::CreateStream( GetStrURL().GetMainURL( INetURLObject::DecodeMechanism::NONE ), -- cgit