diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-02-17 10:18:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-17 13:15:11 +0100 |
commit | 7943752b9e85c44460f3663560b086b6fc26f91e (patch) | |
tree | d96cb815667c9df896fa70c1fd7fefaf39226a40 /xmloff/source/text/XMLIndexSourceBaseContext.cxx | |
parent | 8b4e5afda58dab0154cdde8e784f948ad5dce4c1 (diff) |
loplugin:referencecasting in xmloff
Change-Id: Ib601b7045d773ab612569a8fd00d76545dea13af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111055
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/text/XMLIndexSourceBaseContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLIndexSourceBaseContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLIndexSourceBaseContext.cxx b/xmloff/source/text/XMLIndexSourceBaseContext.cxx index b9975b7e8766..77de7bf4cac9 100644 --- a/xmloff/source/text/XMLIndexSourceBaseContext.cxx +++ b/xmloff/source/text/XMLIndexSourceBaseContext.cxx @@ -117,7 +117,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > XMLIndexSourceBaseCont } // else: unknown namespace -> ignore - return xContext.get(); + return xContext; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |