summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-02-13 14:23:43 +0000
committerjp <jp@openoffice.org>2001-02-13 14:23:43 +0000
commit27e451d2fceb55e634b92d7beed1acd6817b7976 (patch)
tree6a53cc2a4196e731c5d4fb9c584d22566d559268 /sw/source/ui
parenta2b79372ba3b82fd36ac441176a5f084899f17e2 (diff)
change FileFormatNow -> FileFormat50
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/dochdl/swdtflvr.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/dochdl/swdtflvr.cxx b/sw/source/ui/dochdl/swdtflvr.cxx
index 41330896e991..a8698b0b2784 100644
--- a/sw/source/ui/dochdl/swdtflvr.cxx
+++ b/sw/source/ui/dochdl/swdtflvr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swdtflvr.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-02-05 14:36:18 $
+ * last change: $Author: jp $ $Date: 2001-02-13 15:23:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -653,8 +653,8 @@ sal_Bool SwTransferable::WriteObject( SotStorageStreamRef& xStream,
SdrModel *pModel = (SdrModel*)pObject;
pModel->SetStreamingSdrModel( TRUE );
xStream->SetBufferSize( 16348 );
- xStream->SetVersion( SOFFICE_FILEFORMAT_NOW );
- pModel->GetItemPool().SetFileFormatVersion( SOFFICE_FILEFORMAT_NOW );
+ xStream->SetVersion( SOFFICE_FILEFORMAT_50 );
+ pModel->GetItemPool().SetFileFormatVersion( SOFFICE_FILEFORMAT_50 );
pModel->GetItemPool().GetSecondaryPool()->Store( *xStream );
pModel->PreSave();
*xStream << *pModel;
@@ -1902,7 +1902,7 @@ int SwTransferable::_PasteSdrFormat( TransferableDataHelper& rData,
SotStorageStreamRef xStrm;
if( rData.GetSotStorageStream( SOT_FORMATSTR_ID_DRAWING, xStrm ))
{
- xStrm->SetVersion( SOFFICE_FILEFORMAT_NOW );
+ xStrm->SetVersion( SOFFICE_FILEFORMAT_50 );
rSh.Paste( *xStrm, nAction, pPt );
nRet = 1;