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:
parent
d527d9cd14
commit
d3bd47f3d0
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ XMultiPropertySet
|
|||
while (it.hasNext())
|
||||
{
|
||||
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 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue