syntax
This commit is contained in:
parent
8bed14299a
commit
a5a7e06dfa
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: sdview3.cxx,v $
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* last change: $Author: ka $ $Date: 2001-03-08 11:24:32 $
|
||||
* last change: $Author: ka $ $Date: 2001-03-08 12:59:27 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -581,7 +581,8 @@ BOOL SdView::InsertData( const Reference< XTransferable >& rxTransferable,
|
|||
( CHECK_FORMAT_TRANS( SOT_FORMATSTR_ID_EMBED_SOURCE ) ||
|
||||
CHECK_FORMAT_TRANS( SOT_FORMATSTR_ID_EMBEDDED_OBJ ) ||
|
||||
CHECK_FORMAT_TRANS( SOT_FORMATSTR_ID_EMBEDDED_OBJ_OLE ) ||
|
||||
CHECK_FORMAT_TRANS( SOT_FORMATSTR_ID_EMBED_SOURCE_OLE ) ) )
|
||||
CHECK_FORMAT_TRANS( SOT_FORMATSTR_ID_EMBED_SOURCE_OLE ) ) &&
|
||||
aDataHelper.HasFormat( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR ) )
|
||||
{
|
||||
SotStorageStreamRef xStm;
|
||||
TransferableObjectDescriptor aObjDesc;
|
||||
|
|
Loading…
Reference in a new issue