diff options
author | Armin Weiss <aw@openoffice.org> | 2000-12-11 10:54:22 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2000-12-11 10:54:22 +0000 |
commit | 2951e72dae9ae1931d71ada2f5209ec682998829 (patch) | |
tree | 02a47883c73b01785ff66332e13283d3f36656fb /svx | |
parent | 7b7f96fea65b5e253a59d328098d1c7b3fc4ee8d (diff) |
#81466# do allways write SfxVector3DItem
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/items/e3ditem.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/items/e3ditem.cxx b/svx/source/items/e3ditem.cxx index 3e1fd463b9e4..2ab163231da0 100644 --- a/svx/source/items/e3ditem.cxx +++ b/svx/source/items/e3ditem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: e3ditem.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:01:20 $ + * last change: $Author: aw $ $Date: 2000-12-11 11:54:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -147,7 +147,8 @@ SvStream& SvxVector3DItem::Store(SvStream &rStream, USHORT nItemVersion) const { DBG_CHKTHIS(SvxVector3DItem, 0); - if (nItemVersion) rStream << aVal; + // ## if (nItemVersion) + rStream << aVal; return rStream; } |