summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/editdoc.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-01 13:50:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-01 13:50:51 +0000
commit060c8f5abc688885619fb7661acbbaf3cfdf3d7a (patch)
tree73d8197e6cceceed800e2a717faa55912eb1106e /svx/source/editeng/editdoc.cxx
parentnew version for SRX645 (diff)
downloadcore-060c8f5abc688885619fb7661acbbaf3cfdf3d7a.tar.gz
core-060c8f5abc688885619fb7661acbbaf3cfdf3d7a.zip
INTEGRATION: CWS vcl14 (1.35.282); FILE MERGED
2003/06/26 13:07:05 mt 1.35.282.1: #110427# copy mnTextWidth in EditLine::Clone
Diffstat (limited to 'svx/source/editeng/editdoc.cxx')
-rw-r--r--svx/source/editeng/editdoc.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/editeng/editdoc.cxx b/svx/source/editeng/editdoc.cxx
index 178702b2573d..caec6e08e37c 100644
--- a/svx/source/editeng/editdoc.cxx
+++ b/svx/source/editeng/editdoc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editdoc.cxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: mt $ $Date: 2002-11-20 12:16:19 $
+ * last change: $Author: vg $ $Date: 2003-07-01 14:50:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -485,6 +485,7 @@ EditLine* EditLine::Clone() const
pL->nStartPortion = nStartPortion;
pL->nEndPortion = nEndPortion;
pL->nHeight = nHeight;
+ pL->nTxtWidth = nTxtWidth;
pL->nTxtHeight = nTxtHeight;
pL->nCrsrHeight = nCrsrHeight;
pL->nMaxAscent = nMaxAscent;