diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:24:52 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-25 08:38:01 +0200 |
commit | 91c9b0ad63e768971e13343b5127bb28b61a9020 (patch) | |
tree | 1f2c0e54bef8f2288e890fe172ab99c1ae68e087 /extensions | |
parent | b338f9e6cb4252fface6ad8e1fccbecc08e238f0 (diff) |
Fix typo
Change-Id: I924e62ed2c65be8ac4b9664a17935fb0ada041a3
Reviewed-on: https://gerrit.libreoffice.org/72938
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/propcontroller.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |