diff options
author | Christian Lippka <cl@openoffice.org> | 2001-10-17 14:20:40 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-10-17 14:20:40 +0000 |
commit | 1b8defd464ba5458cacf320c18a987a2948a6ebd (patch) | |
tree | 662a52d3a543602b56e8e60e971f0ada850d6caa /svx/source/svdraw/svdetc.cxx | |
parent | 15b73a4561bf8bf636163e296b781a3dc104653a (diff) |
#87976# added KernAsianPunctuation
Diffstat (limited to 'svx/source/svdraw/svdetc.cxx')
-rw-r--r-- | svx/source/svdraw/svdetc.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx index 970c8b7cd65c..85034e817f15 100644 --- a/svx/source/svdraw/svdetc.cxx +++ b/svx/source/svdraw/svdetc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdetc.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: cl $ $Date: 2001-07-26 09:17:45 $ + * last change: $Author: cl $ $Date: 2001-10-17 15:17:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -720,6 +720,7 @@ SdrOutliner* SdrMakeOutliner( USHORT nOutlinerMode, SdrModel* pModel ) pOutl->SetDefTab( pModel->GetDefaultTabulator() ); pOutl->SetForbiddenCharsTable( pModel->GetForbiddenCharsTable() ); pOutl->SetAsianCompressionMode( pModel->GetCharCompressType() ); + pOutl->SetKernAsianPunctuation( pModel->IsKernAsianPunctuation() ); return pOutl; } |