extensions/source/propctrlr/composeduiupdate.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 1d95059befb539d3e798bad28f923dd0fcd43e97 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:24:58 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat May 25 08:39:07 2019 +0200 Fix typo Change-Id: I4df91638680b18e4e93dcb7d742e91012b75c92e Reviewed-on: https://gerrit.libreoffice.org/72934 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/extensions/source/propctrlr/composeduiupdate.hxx b/extensions/source/propctrlr/composeduiupdate.hxx index e113b046c831..3cd0ee6a54f5 100644 --- a/extensions/source/propctrlr/composeduiupdate.hxx +++ b/extensions/source/propctrlr/composeduiupdate.hxx @@ -34,7 +34,7 @@ namespace pcr struct MapHandlerToUI; - /** callback for an ComposedPropertyUIUpdate checking a given property for existence + /** callback for a ComposedPropertyUIUpdate checking a given property for existence */ class SAL_NO_VTABLE IPropertyExistenceCheck { @@ -157,7 +157,7 @@ namespace pcr <li>If an element should have been rebuilt (->XObjectInspectorUI::rebuiltPropertyUI) at least once, it's rebuilt at the delegator UI, too.<br/> After that, the request to rebuild the UI for this property is cleared, so subsequent - calls to ->fire will not trigger an new rebuilt request. + calls to ->fire will not trigger a new rebuilt request. </ul> @precond _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
