diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-22 10:32:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-22 11:57:00 +0100 |
commit | 29556076048e6a0214ba152e345d5f26d12700d8 (patch) | |
tree | 06a24444f79db5395fd06597970108ed6b74cee6 /sd | |
parent | d84ccb39b744457cd47125beb4291c84223d5219 (diff) |
loplugin:literaltoboolconversion
Change-Id: I8e99c9c2566af224566c704982b43bf8565f49a2
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/prntopts.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/prntopts.cxx b/sd/source/ui/dlg/prntopts.cxx index 695919d72596..2e999f64d373 100644 --- a/sd/source/ui/dlg/prntopts.cxx +++ b/sd/source/ui/dlg/prntopts.cxx @@ -242,7 +242,7 @@ void SdPrintOptions::PageCreated (SfxAllItemSet ) { #ifdef MACOSX - SFX_ITEMSET_ARG (&aSet,pFlagItem,SfxUInt32Item,SID_SDMODE_FLAG,sal_False); + SFX_ITEMSET_ARG (&aSet,pFlagItem,SfxUInt32Item,SID_SDMODE_FLAG,false); if (pFlagItem) { sal_uInt32 nFlags=pFlagItem->GetValue(); |