summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-10-22 10:44:40 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-10-22 10:45:14 +0200
commitfc211a5fde10109ac022f0dbdc04bcb0480fb9e0 (patch)
tree1e4cce323c9445757c315dc06950425ce7acd578
parentca6aa93fd448203a08b65b8b2c2db762f991d4d5 (diff)
DomainMapper::lcl_attribute: typo fixes
Change-Id: Ib6ea496f7fb6d87011a74fc49e77c54d62cb09ec
-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