summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-10-15 08:48:17 +0000
committerKurt Zenker <kz@openoffice.org>2003-10-15 08:48:17 +0000
commitb3bb74df3e774989332247dd28ea23ebd0db1336 (patch)
treedf3e0c95ad88f5a751b9af18900c82c02f256bf8 /svx
parent35a4196af51bae9685e1d20875b0dc11f8d08c7f (diff)
INTEGRATION: CWS extleading (1.16.56); FILE MERGED
2003/07/08 11:27:38 fme 1.16.56.1: #110641# Feature - External Leading
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdetc.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index 694f4cf98279..b9e2c05969d1 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdetc.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: vg $ $Date: 2003-06-06 10:43:55 $
+ * last change: $Author: kz $ $Date: 2003-10-15 09:48:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -723,6 +723,7 @@ SdrOutliner* SdrMakeOutliner( USHORT nOutlinerMode, SdrModel* pModel )
pOutl->SetForbiddenCharsTable( pModel->GetForbiddenCharsTable() );
pOutl->SetAsianCompressionMode( pModel->GetCharCompressType() );
pOutl->SetKernAsianPunctuation( pModel->IsKernAsianPunctuation() );
+ pOutl->SetAddExtLeading( pModel->IsAddExtLeading() );
return pOutl;
}