summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/EventOASISTContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/EventOASISTContext.cxx')
-rw-r--r--xmloff/source/transform/EventOASISTContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/EventOASISTContext.cxx b/xmloff/source/transform/EventOASISTContext.cxx
index 8250d14423c9..78117a7cd03c 100644
--- a/xmloff/source/transform/EventOASISTContext.cxx
+++ b/xmloff/source/transform/EventOASISTContext.cxx
@@ -241,7 +241,7 @@ void XMLEventOASISTransformerContext::StartElement(
case XML_ATACTION_EVENT_NAME:
{
// Check if the event belongs to a form or control by
- // cehcking the 2nd ancestor element, f.i.:
+ // checking the 2nd ancestor element, f.i.:
// <form:button><form:event-listeners><form:event-listener>
const XMLTransformerContext *pObjContext =
GetTransformer().GetAncestorContext( 1 );