diff options
author | Caolán McNamara <cmc@openoffice.org> | 2002-08-08 11:52:43 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2002-08-08 11:52:43 +0000 |
commit | fd40fde445b3e514109c6859e4604177c52829bf (patch) | |
tree | cf5e2dd8bcd4a5d49ae85d93d4fbc9f852adc485 /svx/source | |
parent | 745d3db8f486553e0b7ac053a421a318be9ae43c (diff) |
#101363# AI/AB asian italic and bold not parsed
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/svrtf/rtfitem.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/svrtf/rtfitem.cxx b/svx/source/svrtf/rtfitem.cxx index 960510253f18..665612f95a87 100644 --- a/svx/source/svrtf/rtfitem.cxx +++ b/svx/source/svrtf/rtfitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rtfitem.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: cmc $ $Date: 2002-07-29 10:11:55 $ + * last change: $Author: cmc $ $Date: 2002-08-08 12:52:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -668,6 +668,7 @@ SET_FONTALIGNMENT: /* */ case RTF_B: + case RTF_AB: if( IsAttrSttPos() ) // nicht im Textfluss ? { @@ -798,6 +799,7 @@ SET_FONTALIGNMENT: break; case RTF_I: + case RTF_AI: if( IsAttrSttPos() ) // nicht im Textfluss ? { SvxPostureItem aTmpItem( |