diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-12-02 19:56:17 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-12-02 19:56:46 +0100 |
commit | d9a5a84e6d60b9a674d600107a3b23c3ffbbcd5b (patch) | |
tree | 8122bfdae11670a4f4c9a31eb6bbf599cf21e7fc /xmloff | |
parent | 7f9a03e1b7cf14ae28e3dbd6ac827c04c5e2b85c (diff) |
typo: intarnal -> internal
Change-Id: Ib7803de02d41440668b1e7410dfe0fa40ca2a536
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/bordrhdl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/bordrhdl.cxx b/xmloff/source/style/bordrhdl.cxx index 36c4deab9ce6..2f3863a382fc 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[] = { |