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:
Andrea Gelmini 2020-03-10 17:08:47 +01:00 committed by Julien Nabet
parent d527d9cd14
commit d3bd47f3d0

View file

@ -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 );
}
}