summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-19 23:03:15 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-20 04:17:41 +0200
commit85b1d47450fa33f772d06353c4dad8da4d22f114 (patch)
tree5badf194e913742fd812cd3296703df5815eb2e5 /include/xmloff
parent7a98a2c69d0fc747e6d7f813c591b5bf79aa8d7d (diff)
Fix typos
Change-Id: Icefd5a9e2a8bd929caa486c4cf3283925237d707 Reviewed-on: https://gerrit.libreoffice.org/75980 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/XMLConstantsPropertyHandler.hxx4
-rw-r--r--include/xmloff/xmlictxt.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/xmloff/XMLConstantsPropertyHandler.hxx b/include/xmloff/XMLConstantsPropertyHandler.hxx
index 1341507909cf..5db0aa63f675 100644
--- a/include/xmloff/XMLConstantsPropertyHandler.hxx
+++ b/include/xmloff/XMLConstantsPropertyHandler.hxx
@@ -46,13 +46,13 @@ public:
// Just needed for virtual destruction
virtual ~XMLConstantsPropertyHandler() override;
- /// Imports the given value in cas of the given XML-data-type
+ /// Imports the given value in case of the given XML-data-type
virtual bool importXML(
const OUString& rStrImpValue,
css::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const override;
- /// Exports the given value in cas of the given XML-data-type
+ /// Exports the given value in case of the given XML-data-type
virtual bool exportXML(
OUString& rStrExpValue,
const css::uno::Any& rValue,
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx
index bc3943cefb6a..9cf531b4eef5 100644
--- a/include/xmloff/xmlictxt.hxx
+++ b/include/xmloff/xmlictxt.hxx
@@ -83,12 +83,12 @@ public:
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList );
/** StartElement is called after a context has been constructed and
- * before a elements context is parsed. It may be used for actions that
+ * before an elements context is parsed. It may be used for actions that
* require virtual methods. The default is to do nothing. */
virtual void StartElement( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList );
/** EndElement is called before a context will be destructed, but
- * after a elements context has been parsed. It may be used for actions
+ * after an elements context has been parsed. It may be used for actions
* that require virtual methods. The default is to do nothing. */
virtual void EndElement();