summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLTextShapeStyleContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextShapeStyleContext.cxx b/xmloff/source/text/XMLTextShapeStyleContext.cxx
index c785a967ad52..c6719111adb5 100644
--- a/xmloff/source/text/XMLTextShapeStyleContext.cxx
+++ b/xmloff/source/text/XMLTextShapeStyleContext.cxx
@@ -214,7 +214,7 @@ void XMLTextShapeStyleContext::CreateAndInsert( bool bOverwrite )
// tell the style about it's events (if applicable)
if( xEventContext.is() )
{
- // set event suppplier and release reference to context
+ // set event supplier and release reference to context
Reference<XEventsSupplier> xEventsSupplier(xStyle, UNO_QUERY);
static_cast<XMLEventsImportContext *>(xEventContext.get())->SetEvents(xEventsSupplier);
xEventContext = nullptr;