summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-01-06 19:15:58 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-01-07 10:41:23 +0100
commit1ca524f82b27cd65c55358dfd5fb8e77d717935e (patch)
tree6e1e5a5c45c7b4d21ac1acd7aac99a526ccebec0 /xmloff
parentf70d29fd91d232f0b030f0f76bd23bd2919eb868 (diff)
Fix typo
Change-Id: I68223a70c2fb937e32b22b1f3131eef074c22de6 Reviewed-on: https://gerrit.libreoffice.org/65921 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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;