From fc211a5fde10109ac022f0dbdc04bcb0480fb9e0 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 22 Oct 2012 10:44:40 +0200 Subject: DomainMapper::lcl_attribute: typo fixes Change-Id: Ib6ea496f7fb6d87011a74fc49e77c54d62cb09ec --- writerfilter/source/dmapper/DomainMapper.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'writerfilter') 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 -- cgit