summaryrefslogtreecommitdiff
path: root/starmath/source/edit.cxx
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-02-16 12:56:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-02-16 15:00:01 +0100
commit5ea8d87dfee68fe3564a58230664d2f2a2852a51 (patch)
tree98d2ebbfbc4dae9342ce92b5dc8d97cfe9149417 /starmath/source/edit.cxx
parentb7d8c5bc614e826dbe0588593a4de5102ed22cda (diff)
loplugin:referencecasting in slideshow..starmath
Change-Id: Id9dc0ac27897c8a3650424db65d3a05e2fe418f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110986 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/source/edit.cxx')
-rw-r--r--starmath/source/edit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx
index e49945acb840..b6734d6e1aa9 100644
--- a/starmath/source/edit.cxx
+++ b/starmath/source/edit.cxx
@@ -1016,7 +1016,7 @@ uno::Reference< XAccessible > SmEditWindow::CreateAccessible()
mxAccessible.set(new SmEditAccessible( this ));
mxAccessible->Init();
}
- return uno::Reference< XAccessible >(mxAccessible.get());
+ return mxAccessible;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */