diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:00:21 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:26:23 +0100 |
commit | 608953c42590c3100eaa46ba686560403d1b8d03 (patch) | |
tree | a0b706f6199e17174fc61b8948c5b63e8490ff72 /sd/source/ui/func/fuconuno.cxx | |
parent | e7d1a81ee3befa9e9444fe5bf5c4ced9c98eecf5 (diff) |
bool improvements
Change-Id: Icac34936bdb551ad517170fd497212513719d2aa
Diffstat (limited to 'sd/source/ui/func/fuconuno.cxx')
-rw-r--r-- | sd/source/ui/func/fuconuno.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuconuno.cxx b/sd/source/ui/func/fuconuno.cxx index 971be692ed80..438e23212831 100644 --- a/sd/source/ui/func/fuconuno.cxx +++ b/sd/source/ui/func/fuconuno.cxx @@ -69,8 +69,8 @@ void FuConstructUnoControl::DoExecute( SfxRequest& rReq ) { FuConstruct::DoExecute( rReq ); - SFX_REQUEST_ARG( rReq, pInventorItem, SfxUInt32Item, SID_FM_CONTROL_INVENTOR, sal_False ); - SFX_REQUEST_ARG( rReq, pIdentifierItem, SfxUInt16Item, SID_FM_CONTROL_IDENTIFIER, sal_False ); + SFX_REQUEST_ARG( rReq, pInventorItem, SfxUInt32Item, SID_FM_CONTROL_INVENTOR, false ); + SFX_REQUEST_ARG( rReq, pIdentifierItem, SfxUInt16Item, SID_FM_CONTROL_IDENTIFIER, false ); if( pInventorItem ) nInventor = pInventorItem->GetValue(); if( pIdentifierItem ) |