extensions/source/propctrlr/propcontroller.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 91c9b0ad63e768971e13343b5127bb28b61a9020 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:24:52 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat May 25 08:38:01 2019 +0200 Fix typo Change-Id: I924e62ed2c65be8ac4b9664a17935fb0ada041a3 Reviewed-on: https://gerrit.libreoffice.org/72938 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/extensions/source/propctrlr/propcontroller.cxx b/extensions/source/propctrlr/propcontroller.cxx index f5905bdd284d..1e45e28fe190 100644 --- a/extensions/source/propctrlr/propcontroller.cxx +++ b/extensions/source/propctrlr/propcontroller.cxx @@ -721,7 +721,7 @@ namespace pcr getPropertyBox().SetPropertyValue( _rEvent.PropertyName, aNewValue, bAmbiguousValue ); } - // if it's a actuating property, then update the UI for any dependent + // if it's an actuating property, then update the UI for any dependent // properties if ( impl_isActuatingProperty_nothrow( _rEvent.PropertyName ) ) impl_broadcastPropertyChange_nothrow( _rEvent.PropertyName, aNewValue, _rEvent.OldValue, false ); @@ -1149,7 +1149,7 @@ namespace pcr std::set< sal_uInt16 > aUsedPages; // when building the UI below, remember which properties are actuating, - // to allow for a initial actuatingPropertyChanged call + // to allow for an initial actuatingPropertyChanged call std::vector< OUString > aActuatingProperties; std::vector< Any > aActuatingPropertyValues; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
