diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-03-01 14:35:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-03-01 19:30:37 +0100 |
commit | 3c699b2a480e0795a3a7085c2bcd1a9e8d649ed2 (patch) | |
tree | f8d64e0b8a57b7ad2a51528fe56277100a9b9ff5 /sd | |
parent | 86303d2372b30bf02e28ea2b223f0e0aa7a161a3 (diff) |
loplugin:refcounting in svx
Change-Id: I87b1d0684e6e8921b222f76a13a36706c0eb8c87
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111750
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/accessibility/SdShapeTypes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<AccessibleShape> CreateSdAccessibleShape ( const AccessibleShapeInfo& rShapeInfo, const AccessibleShapeTreeInfo& rShapeTreeInfo, |