summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-02-26 15:22:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-02-27 17:19:15 +0100
commit26d56470e6af28b9f537690e1f97ec827b1a4737 (patch)
tree65cd9113a82b4951de4c6809a1277f89414eebe0 /include/comphelper
parentUpdate git submodules (diff)
downloadcore-26d56470e6af28b9f537690e1f97ec827b1a4737.tar.gz
core-26d56470e6af28b9f537690e1f97ec827b1a4737.zip
loplugin:refcounting in accessibility
Change-Id: I0a17e149487cf05fb5e6d004a6402a2a5215a79b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111632 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/accessiblewrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/accessiblewrapper.hxx b/include/comphelper/accessiblewrapper.hxx
index dd7da31a0c46..ea9a0af0209b 100644
--- a/include/comphelper/accessiblewrapper.hxx
+++ b/include/comphelper/accessiblewrapper.hxx
@@ -107,7 +107,7 @@ namespace comphelper
getParent() const { return m_xParentAccessible; }
// own overridables
- virtual OAccessibleContextWrapper* createAccessibleContext(
+ virtual rtl::Reference<OAccessibleContextWrapper> createAccessibleContext(
const css::uno::Reference< css::accessibility::XAccessibleContext >& _rxInnerContext
);