dba34d: fixed unintentional no-op
This commit is contained in:
parent
20d9c3c617
commit
f503a43f0e
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ void OQuery::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _r
|
|||
{ // the base class holds the property values itself, but we have to forward this to our CommandDefinition
|
||||
|
||||
m_eDoingCurrently = SETTING_PROPERTIES;
|
||||
OAutoActionReset(this);
|
||||
OAutoActionReset aActionResetter(this);
|
||||
m_xCommandDefinition->setPropertyValue(sAggPropName, _rValue);
|
||||
|
||||
if ( PROPERTY_ID_COMMAND == _nHandle )
|
||||
|
|
Loading…
Reference in a new issue