sd/source/ui/dlg/prntopts.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 29556076048e6a0214ba152e345d5f26d12700d8 Author: Stephan Bergmann <sberg...@redhat.com> Date: Sat Feb 22 10:32:08 2014 +0100 loplugin:literaltoboolconversion Change-Id: I8e99c9c2566af224566c704982b43bf8565f49a2 diff --git a/sd/source/ui/dlg/prntopts.cxx b/sd/source/ui/dlg/prntopts.cxx index 695919d..2e999f6 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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits