Kaydet (Commit) 732e7bdf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:staticcall

Change-Id: I1d428ccd434b7b6f61461ea29447291759c3a7bf
üst 29e7b617
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment