From 6678ff2e84f134a670259b48a7ba1721fccdaeb6 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 8 Sep 2016 15:41:11 +0200 Subject: improve comment Change-Id: I475902aa68b426ce27782ed80f45344b57eadd9c --- xmloff/source/text/txtstyli.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmloff/source/text/txtstyli.cxx b/xmloff/source/text/txtstyli.cxx index f6036990b8af..6a78c2d77e27 100644 --- a/xmloff/source/text/txtstyli.cxx +++ b/xmloff/source/text/txtstyli.cxx @@ -226,7 +226,7 @@ void XMLTextStyleContext::CreateAndInsert( bool bOverwrite ) // tell the style about it's events (if applicable) if (mxEventContext.is()) { - // set event suppplier and release reference to context + // pass events into event suppplier Reference xEventsSupplier(xStyle,UNO_QUERY); mxEventContext->SetEvents(xEventsSupplier); mxEventContext.clear(); -- cgit