From 91c9b0ad63e768971e13343b5127bb28b61a9020 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:24:52 +0000 Subject: Fix typo Change-Id: I924e62ed2c65be8ac4b9664a17935fb0ada041a3 Reviewed-on: https://gerrit.libreoffice.org/72938 Tested-by: Jenkins Reviewed-by: Julien Nabet --- extensions/source/propctrlr/propcontroller.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions') 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; -- cgit