summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-13 17:50:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-17 09:41:35 +0200
commitd6bb442109319c6d25c132c11338b5b84149918b (patch)
treeb5d851da34d48b5e81a25dc3b6f18cc8dbc4e4f9 /oox
parentad9b630e0a4c9fb291bbb113e1306955d6332c75 (diff)
loplugin:staticcall
Change-Id: I1d428ccd434b7b6f61461ea29447291759c3a7bf (cherry picked from commit 732e7bdfa2d0e7b0296599517f53d194c02acfee)
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ppt/timenode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/timenode.cxx b/oox/source/ppt/timenode.cxx
index ff31be238f49..00703675e2b7 100644
--- a/oox/source/ppt/timenode.cxx
+++ b/oox/source/ppt/timenode.cxx
@@ -138,7 +138,7 @@ namespace oox { namespace ppt {
// with node
xE2->nextElement() >>= xEA2;
if( xEA2.is() )
- xE2.query( xEA2->createEnumeration() );
+ xE2.set(xEA2->createEnumeration(), css::uno::UNO_QUERY);
else
xE2.clear();