Kaydet (Commit) 91c9b0ad authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I924e62ed2c65be8ac4b9664a17935fb0ada041a3
Reviewed-on: https://gerrit.libreoffice.org/72938
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst b338f9e6
...@@ -721,7 +721,7 @@ namespace pcr ...@@ -721,7 +721,7 @@ namespace pcr
getPropertyBox().SetPropertyValue( _rEvent.PropertyName, aNewValue, bAmbiguousValue ); 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 // properties
if ( impl_isActuatingProperty_nothrow( _rEvent.PropertyName ) ) if ( impl_isActuatingProperty_nothrow( _rEvent.PropertyName ) )
impl_broadcastPropertyChange_nothrow( _rEvent.PropertyName, aNewValue, _rEvent.OldValue, false ); impl_broadcastPropertyChange_nothrow( _rEvent.PropertyName, aNewValue, _rEvent.OldValue, false );
...@@ -1149,7 +1149,7 @@ namespace pcr ...@@ -1149,7 +1149,7 @@ namespace pcr
std::set< sal_uInt16 > aUsedPages; std::set< sal_uInt16 > aUsedPages;
// when building the UI below, remember which properties are actuating, // 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< OUString > aActuatingProperties;
std::vector< Any > aActuatingPropertyValues; std::vector< Any > aActuatingPropertyValues;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment