[Libreoffice-commits] core.git: sw/source xmloff/source

Andras Timar andras.timar at collabora.com
Mon Dec 2 10:47:20 PST 2013


 sw/source/filter/xml/xmlithlp.cxx |    2 +-
 xmloff/source/style/bordrhdl.cxx  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d9a5a84e6d60b9a674d600107a3b23c3ffbbcd5b
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Dec 2 19:56:17 2013 +0100

    typo: intarnal -> internal
    
    Change-Id: Ib7803de02d41440668b1e7410dfe0fa40ca2a536

diff --git a/sw/source/filter/xml/xmlithlp.cxx b/sw/source/filter/xml/xmlithlp.cxx
index 259d2fe..4907c07 100644
--- a/sw/source/filter/xml/xmlithlp.cxx
+++ b/sw/source/filter/xml/xmlithlp.cxx
@@ -78,7 +78,7 @@ const struct SvXMLEnumMapEntry psXML_NamedBorderWidths[] =
         { XML_THICK,    SVX_XML_BORDER_WIDTH_THICK      },
         { XML_TOKEN_INVALID, 0 }
 };
-// mapping tables to map external xml input to intarnal box line widths
+// mapping tables to map external xml input to internal box line widths
 
 
 const sal_uInt16 aBorderWidths[] =
diff --git a/xmloff/source/style/bordrhdl.cxx b/xmloff/source/style/bordrhdl.cxx
index 36c4dea..2f3863a 100644
--- a/xmloff/source/style/bordrhdl.cxx
+++ b/xmloff/source/style/bordrhdl.cxx
@@ -76,7 +76,7 @@ SvXMLEnumMapEntry pXML_NamedBorderWidths[] =
     { XML_THICK,            SVX_XML_BORDER_WIDTH_THICK  },
     { XML_TOKEN_INVALID,    0 }
 };
-// mapping tables to map external xml input to intarnal box line widths
+// mapping tables to map external xml input to internal box line widths
 
 static sal_uInt16 const aBorderWidths[] =
 {


More information about the Libreoffice-commits mailing list