xmloff/source/text/XMLTextShapeStyleContext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1ca524f82b27cd65c55358dfd5fb8e77d717935e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jan 6 19:15:58 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to