summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-22 10:32:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-22 11:57:00 +0100
commit29556076048e6a0214ba152e345d5f26d12700d8 (patch)
tree06a24444f79db5395fd06597970108ed6b74cee6 /sd
parentd84ccb39b744457cd47125beb4291c84223d5219 (diff)
loplugin:literaltoboolconversion
Change-Id: I8e99c9c2566af224566c704982b43bf8565f49a2
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/prntopts.cxx2
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();