summaryrefslogtreecommitdiff
path: root/include/animations
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-07-21 14:46:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-21 16:04:20 +0200
commit01782ecd9fb1e712925cdeb29694faad3c6beed7 (patch)
treee5d6050f3b327cd3db2b2a4a7651cbfaca6625e5 /include/animations
parentbac57f75cd18472167742e804d789ffbc43fa9a9 (diff)
loplugin:referencecasting in various
Change-Id: Id4e3d9d1bbfd47181299568afec45e996eb1eed5 Reviewed-on: https://gerrit.libreoffice.org/76071 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/animations')
-rw-r--r--include/animations/animationnodehelper.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/animations/animationnodehelper.hxx b/include/animations/animationnodehelper.hxx
index a72233a9d3ba..eee41cd282be 100644
--- a/include/animations/animationnodehelper.hxx
+++ b/include/animations/animationnodehelper.hxx
@@ -52,8 +52,7 @@ namespace anim
if( xEnumerationAccess.is() )
{
css::uno::Reference< css::container::XEnumeration >
- xEnumeration( xEnumerationAccess->createEnumeration(),
- css::uno::UNO_QUERY );
+ xEnumeration = xEnumerationAccess->createEnumeration();
if( xEnumeration.is() )
{