summaryrefslogtreecommitdiffstats
path: root/include/xmloff/XMLCharContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/XMLCharContext.hxx')
-rw-r--r--include/xmloff/XMLCharContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/XMLCharContext.hxx b/include/xmloff/XMLCharContext.hxx
index 282421458820..64598e21a1d7 100644
--- a/include/xmloff/XMLCharContext.hxx
+++ b/include/xmloff/XMLCharContext.hxx
@@ -52,7 +52,7 @@ public:
virtual ~XMLCharContext() override;
// 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() override;