summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/DomainMapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index c71854ef8c94..2676d5c0cecd 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -833,11 +833,11 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
vertical text flow (0x01), or
two lines in one layout (0x02).
For 0x01, if the higher byte of YYYY is zero, the text is not scaled to fit the line height,
- in oposite case, it is to be scaled.
- For 0x02, the higher byte of YYYY is determinig the prefix and suffix of the run:
+ in opposite case, it is to be scaled.
+ For 0x02, the higher byte of YYYY is determining the prefix and suffix of the run:
no brackets (0x00) ,
() round brackets (0x01),
- [] square backets (0x02),
+ [] square brackets (0x02),
<> angle brackets (0x03) and
{} curly brackets (0x04).
???? is different and we do not know its signification