summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/editobj.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-03-21 14:27:31 +0000
committerMalte Timmermann <mt@openoffice.org>2001-03-21 14:27:31 +0000
commitb80b95f28909063d123709725a1de8df13a8204b (patch)
treef379a8e920edeb446be3024a320f62e1bbb39dc6 /svx/source/editeng/editobj.cxx
parentmore debug output (diff)
downloadcore-b80b95f28909063d123709725a1de8df13a8204b.tar.gz
core-b80b95f28909063d123709725a1de8df13a8204b.zip
CCTOR: nVersion...
Diffstat (limited to 'svx/source/editeng/editobj.cxx')
-rw-r--r--svx/source/editeng/editobj.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/editeng/editobj.cxx b/svx/source/editeng/editobj.cxx
index d0b0b0b94f95..9a15e423727a 100644
--- a/svx/source/editeng/editobj.cxx
+++ b/svx/source/editeng/editobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editobj.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mt $ $Date: 2001-03-07 18:25:16 $
+ * last change: $Author: mt $ $Date: 2001-03-21 15:27:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -601,6 +601,7 @@ BinTextObject::BinTextObject( SfxItemPool* pP ) :
BinTextObject::BinTextObject( const BinTextObject& r ) :
EditTextObject( r )
{
+ nVersion = r.nVersion;
nMetric = r.nMetric;
nUserType = r.nUserType;
nObjSettings = r.nObjSettings;