From b4a95f8d215564a2d4cf55c293175ac8e73910c1 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 25 Apr 2014 12:49:12 +0200 Subject: Since bPut is bool, let's use true/false Change-Id: I37b05b3d62eda03aecfa253bfc729136a777c6eb --- cui/source/tabpages/border.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx index d06a4be1b02a..76b3e33a8619 100644 --- a/cui/source/tabpages/border.cxx +++ b/cui/source/tabpages/border.cxx @@ -708,7 +708,7 @@ bool SvxBorderTabPage::FillItemSet( SfxItemSet& rCoreAttrs ) if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nBoxWhich, false )) { - bPut = aBoxItem != (const SvxBoxItem&)(rOldSet.Get(nBoxWhich)) ? sal_True : sal_False; + bPut = aBoxItem != (const SvxBoxItem&)(rOldSet.Get(nBoxWhich)) ? true : false; } if( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nBoxInfoWhich, false ) ) { -- cgit v1.2.3