summaryrefslogtreecommitdiffstats
path: root/svtools/source/misc/transfer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/transfer.cxx')
-rw-r--r--svtools/source/misc/transfer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx
index 282f594575d7..f90404df77c0 100644
--- a/svtools/source/misc/transfer.cxx
+++ b/svtools/source/misc/transfer.cxx
@@ -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& )