From 3c699b2a480e0795a3a7085c2bcd1a9e8d649ed2 Mon Sep 17 00:00:00 2001 From: Noel Date: Mon, 1 Mar 2021 14:35:54 +0200 Subject: loplugin:refcounting in svx Change-Id: I87b1d0684e6e8921b222f76a13a36706c0eb8c87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111750 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/accessibility/SdShapeTypes.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/accessibility/SdShapeTypes.cxx b/sd/source/ui/accessibility/SdShapeTypes.cxx index a6159b05f7a0..7fab0961ee27 100644 --- a/sd/source/ui/accessibility/SdShapeTypes.cxx +++ b/sd/source/ui/accessibility/SdShapeTypes.cxx @@ -25,7 +25,7 @@ namespace accessibility { -static AccessibleShape* +static rtl::Reference CreateSdAccessibleShape ( const AccessibleShapeInfo& rShapeInfo, const AccessibleShapeTreeInfo& rShapeTreeInfo, -- cgit