summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-11-12 12:25:13 +0100
committerAndras Timar <andras.timar@collabora.com>2014-11-12 12:26:19 +0100
commita8af20dbbad18fd14b471ac52baef2015c89d242 (patch)
tree682d5026b3f5e8b4a966f65d50b68cde1d3904c8 /include
parentda40cac540e7d735edbe9069b3c8ec6af4530208 (diff)
typo: represant->represent
Change-Id: If783e9338644a97206d99864ed19807e5fb3882d
Diffstat (limited to 'include')
-rw-r--r--include/sax/tools/converter.hxx2
-rw-r--r--include/xmloff/xmluconv.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/sax/tools/converter.hxx b/include/sax/tools/converter.hxx
index 77fc13852e3e..d06d0ceee7b1 100644
--- a/include/sax/tools/converter.hxx
+++ b/include/sax/tools/converter.hxx
@@ -47,7 +47,7 @@ namespace com { namespace sun { namespace star {
namespace sax {
/** the Converter converts values of various types from
- their internal represantation to the textual form used in xml
+ their internal representation to the textual form used in xml
and back.
All unit types are expressed as com::sun::star::util::MeasureUnit
diff --git a/include/xmloff/xmluconv.hxx b/include/xmloff/xmluconv.hxx
index 32c3d13e6183..b43a63b5a7a3 100644
--- a/include/xmloff/xmluconv.hxx
+++ b/include/xmloff/xmluconv.hxx
@@ -70,7 +70,7 @@ public:
};
/** the SvXMLTypeConverter converts values of various types from
- their internal represantation to the textual form used in xml
+ their internal representation to the textual form used in xml
and back.
Most of the methods are static but the SvXMLTypeConverter can
also store default units for both numerical and textual measures.