Kaydet (Commit) ed553548 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS aw024 (1.86.68); FILE MERGED

2006/11/10 05:32:21 aw 1.86.68.13: RESYNC: (1.104-1.106); FILE MERGED
2006/09/22 02:08:12 aw 1.86.68.12: RESYNC: (1.103-1.104); FILE MERGED
2006/09/08 20:45:52 aw 1.86.68.11: RESYNC: (1.102-1.103); FILE MERGED
2006/08/03 17:06:07 aw 1.86.68.10: RESYNC: (1.101-1.102); FILE MERGED
2006/05/17 12:49:26 aw 1.86.68.9: changes after resync
2006/05/12 21:58:28 aw 1.86.68.8: RESYNC: (1.98-1.101); FILE MERGED
2006/01/26 21:16:34 aw 1.86.68.7: RESYNC: (1.96-1.98); FILE MERGED
2005/11/18 15:44:04 aw 1.86.68.6: RESYNC: (1.95-1.96); FILE MERGED
2005/09/17 21:14:51 aw 1.86.68.5: RESYNC: (1.94-1.95); FILE MERGED
2005/05/13 15:25:27 aw 1.86.68.4: RESYNC: (1.92-1.94); FILE MERGED
2005/04/26 15:09:14 aw 1.86.68.3: #i39528#
2005/03/23 21:48:37 aw 1.86.68.2: RESYNC: (1.86-1.92); FILE MERGED
2004/12/27 10:06:26 aw 1.86.68.1: #i39525
üst 6539dff2
......@@ -4,9 +4,9 @@
*
* $RCSfile: swdtflvr.cxx,v $
*
* $Revision: 1.106 $
* $Revision: 1.107 $
*
* last change: $Author: obo $ $Date: 2006-10-13 11:12:14 $
* last change: $Author: ihi $ $Date: 2006-11-14 15:15:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -300,6 +300,14 @@
#include <globals.hrc>
#endif
#ifndef _VOS_MUTEX_HXX_
#include <vos/mutex.hxx>
#endif
#ifndef _SV_SVAPP_HXX //autogen
#include <vcl/svapp.hxx>
#endif
extern BOOL bFrmDrag;
extern BOOL bDDINetAttr;
extern BOOL bExecuteDrag;
......@@ -792,7 +800,6 @@ sal_Bool SwTransferable::WriteObject( SotStorageStreamRef& xStream,
{
//JP 28.02.2001: dont change the sequence of commands - Bug 8
SdrModel *pModel = (SdrModel*)pObject;
//BFS04 pModel->SetStreamingSdrModel( TRUE );
xStream->SetBufferSize( 16348 );
// #108584#
......@@ -827,8 +834,6 @@ sal_Bool SwTransferable::WriteObject( SotStorageStreamRef& xStream,
xStream->Commit();
}
//BFS04 pModel->SetStreamingSdrModel( FALSE );
bRet = ERRCODE_NONE == xStream->GetError();
}
break;
......
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