summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/win/dtrans/XTDataObject.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/win/dtrans/XTDataObject.cxx b/vcl/win/dtrans/XTDataObject.cxx
index 18c9144439e6..b3f5ccb30344 100644
--- a/vcl/win/dtrans/XTDataObject.cxx
+++ b/vcl/win/dtrans/XTDataObject.cxx
@@ -349,12 +349,6 @@ void CXTDataObject::renderAnyDataAndSetupStgMedium(
throw UnsupportedFlavorException( );
}
- // unfortunately not all transferables fulfill the
- // spec. and do throw an UnsupportedFlavorException
- // so we must check the any
- if ( !aAny.hasValue( ) )
- throw UnsupportedFlavorException( );
-
Sequence< sal_Int8 > clipDataStream;
aAny >>= clipDataStream;