summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlictxt.hxx
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/xmlictxt.hxx
parentDon't error more_fonts on the clean target (diff)
downloadcore-85b1d47450fa33f772d06353c4dad8da4d22f114.tar.gz
core-85b1d47450fa33f772d06353c4dad8da4d22f114.zip
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/xmlictxt.hxx')
-rw-r--r--include/xmloff/xmlictxt.hxx4
1 files changed, 2 insertions, 2 deletions
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();