diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:50:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:54:29 +0200 |
commit | 732e7bdfa2d0e7b0296599517f53d194c02acfee (patch) | |
tree | b46ceebc31b01ef44ea0259920462c862e51b026 /oox/source/ppt/timenode.cxx | |
parent | 29e7b61727a5b0da93bf566cb83875531f34071b (diff) |
loplugin:staticcall
Change-Id: I1d428ccd434b7b6f61461ea29447291759c3a7bf
Diffstat (limited to 'oox/source/ppt/timenode.cxx')
-rw-r--r-- | oox/source/ppt/timenode.cxx | 2 |
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(); |