summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-13 17:50:50 +0200
committerTor Lillqvist <tml@collabora.com>2014-09-23 09:53:42 +0300
commit05ad5e2c0cc5b0181f869a4dc42ca280aab7131a (patch)
tree3bb373795c5ca8821c5fc100f0f8b9ecab7c73c8 /oox
parentb0519f90310b855183980fbe9676371ac104590d (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();