summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-09-08 15:41:11 +0200
committerDavid Tardon <dtardon@redhat.com>2016-09-09 07:30:30 +0200
commit6678ff2e84f134a670259b48a7ba1721fccdaeb6 (patch)
treef9e1275dbe4900d2f28f1880e0aa0b733184c1b9 /xmloff
parent084de9dda40095937dfb990fc39edea31626dba3 (diff)
improve comment
Change-Id: I475902aa68b426ce27782ed80f45344b57eadd9c
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtstyli.cxx2
1 files changed, 1 insertions, 1 deletions
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<document::XEventsSupplier> xEventsSupplier(xStyle,UNO_QUERY);
mxEventContext->SetEvents(xEventsSupplier);
mxEventContext.clear();