[Libreoffice-commits] .: writerfilter/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 22 01:43:20 PDT 2012


 writerfilter/source/dmapper/DomainMapper.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fc211a5fde10109ac022f0dbdc04bcb0480fb9e0
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Mon Oct 22 10:44:40 2012 +0200

    DomainMapper::lcl_attribute: typo fixes
    
    Change-Id: Ib6ea496f7fb6d87011a74fc49e77c54d62cb09ec

diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index c71854e..2676d5c 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


More information about the Libreoffice-commits mailing list