Fix typo
Change-Id: I81f5b545641e21a602f3858815c5a3b9ca0c8e8f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90287 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
d527d9cd14
commit
d3bd47f3d0
@@ -953,7 +953,7 @@ XMultiPropertySet
|
|||||||
while (it.hasNext())
|
while (it.hasNext())
|
||||||
{
|
{
|
||||||
XPropertiesChangeListener listener = (XPropertiesChangeListener) it.next();
|
XPropertiesChangeListener listener = (XPropertiesChangeListener) it.next();
|
||||||
// fire the hole event sequence to the XPropertiesChangeListener's
|
// fire the whole event sequence to the XPropertiesChangeListener's
|
||||||
listener.propertiesChange( arEvts );
|
listener.propertiesChange( arEvts );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user