[Libreoffice-commits] core.git: xmloff/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jan 7 09:41:45 UTC 2019
xmloff/source/text/XMLTextShapeStyleContext.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1ca524f82b27cd65c55358dfd5fb8e77d717935e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jan 6 19:15:58 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Jan 7 10:41:23 2019 +0100
Fix typo
Change-Id: I68223a70c2fb937e32b22b1f3131eef074c22de6
Reviewed-on: https://gerrit.libreoffice.org/65921
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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;
More information about the Libreoffice-commits
mailing list