[Libreoffice-commits] core.git: sd/source
Stephan Bergmann
sbergman at redhat.com
Sat Feb 22 02:57:39 PST 2014
sd/source/ui/dlg/prntopts.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 29556076048e6a0214ba152e345d5f26d12700d8
Author: Stephan Bergmann <sbergman at 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();
More information about the Libreoffice-commits
mailing list