Kaydet (Commit) 6af9bc29 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: I8e49e150706b0f63fe97a97eaf719d9c62aa9795
üst fb9da1cc
......@@ -1558,7 +1558,7 @@ Reference< XTransferable > TransferableDataHelper::GetXTransferable() const
xRet = mxTransfer;
// do a dummy call to check, if this interface is valid (nasty)
Sequence< DataFlavor > aTestSeq( xRet->getTransferDataFlavors() );
xRet->getTransferDataFlavors();
}
catch( const ::com::sun::star::uno::Exception& )
......
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