diff options
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/control/bindings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx index ff309bca02cb..73be886eb76a 100644 --- a/sfx2/source/control/bindings.cxx +++ b/sfx2/source/control/bindings.cxx @@ -1239,7 +1239,7 @@ void SfxBindings::Execute_Impl( SfxRequest& aReq, const SfxSlot* pSlot, SfxShell ((SfxEnumItemInterface *)pNewItem)->HasBoolValue()) { // and Enums with Bool-Interface - ((SfxEnumItemInterface*)pNewItem)->SetBoolValue(sal_True); + ((SfxEnumItemInterface*)pNewItem)->SetBoolValue(true); aReq.AppendItem( *pNewItem ); } else { |