From 1d95059befb539d3e798bad28f923dd0fcd43e97 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:24:58 +0000 Subject: Fix typo Change-Id: I4df91638680b18e4e93dcb7d742e91012b75c92e Reviewed-on: https://gerrit.libreoffice.org/72934 Tested-by: Jenkins Reviewed-by: Julien Nabet --- extensions/source/propctrlr/composeduiupdate.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions') 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
  • If an element should have been rebuilt (->XObjectInspectorUI::rebuiltPropertyUI) at least once, it's rebuilt at the delegator UI, too.
    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. @precond -- cgit