summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdxcgv.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-01-31 11:08:47 +0000
committerKai Ahrens <ka@openoffice.org>2001-01-31 11:08:47 +0000
commitcce0002fecfb155f137e4035078a37466235a2d2 (patch)
tree1891850d1b24b4266f520c4fdc836f92b5e1451a /svx/source/svdraw/svdxcgv.cxx
parent6083482644a40d65fcf38ba6122dbb568e8edc27 (diff)
#82818#: SetFileFormatVersion at pool before store
Diffstat (limited to 'svx/source/svdraw/svdxcgv.cxx')
-rw-r--r--svx/source/svdraw/svdxcgv.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdxcgv.cxx b/svx/source/svdraw/svdxcgv.cxx
index 28c9b5a4be23..5194e83c78b0 100644
--- a/svx/source/svdraw/svdxcgv.cxx
+++ b/svx/source/svdraw/svdxcgv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdxcgv.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: aw $ $Date: 2001-01-26 14:08:54 $
+ * last change: $Author: ka $ $Date: 2001-01-31 12:08:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -541,6 +541,7 @@ void SdrExchangeView::ImpYank(ULONG nFormat, BOOL bClp) const
SvMemoryStream aMemStream(4096,4096);
aMemStream.SetVersion(SOFFICE_FILEFORMAT_NOW);
// StyleSheetPool und Persist fehlt hier wohl noch ...
+ pModel->GetItemPool().SetFileFormatVersion( aMemStream.GetVersion() );
pModel->GetItemPool().Store(aMemStream);
aMemStream<<*pModel;
if (bClp) Clipboard::CopyData(aMemStream.GetData(),aMemStream.GetSize(),nSdrFormat);