summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-25 16:29:56 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 12:30:27 +0200
commit4941dc5890370879a4a998164db9e983ef758972 (patch)
tree2a53cea49d6e0f22ca24b4c25918a627583c0d28 /cui
parentediteng: sal_Bool->bool (diff)
downloadcore-4941dc5890370879a4a998164db9e983ef758972.tar.gz
core-4941dc5890370879a4a998164db9e983ef758972.zip
editeng: sal_Bool->bool
Change-Id: I1b5327ee57d0d60854784a51784f9272bb72b2b5
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/paragrph.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx
index 0df6735c1cd6..af9ef3a0aba9 100644
--- a/cui/source/tabpages/paragrph.cxx
+++ b/cui/source/tabpages/paragrph.cxx
@@ -1388,7 +1388,7 @@ sal_Bool SvxExtParagraphTabPage::FillItemSet( SfxItemSet& rOutSet )
if ( !pOld || ( (const SvxPageModelItem*)pOld )->GetValue() != sPage )
{
- rOutSet.Put( SvxPageModelItem( sPage, sal_False, _nWhich ) );
+ rOutSet.Put( SvxPageModelItem( sPage, false, _nWhich ) );
bModified = sal_True;
}
else
@@ -1397,7 +1397,7 @@ sal_Bool SvxExtParagraphTabPage::FillItemSet( SfxItemSet& rOutSet )
else if(TRISTATE_TRUE == eState && m_pApplyCollBtn->IsEnabled())
bIsPageModel = true;
else
- rOutSet.Put( SvxPageModelItem( sPage, sal_False, _nWhich ) );
+ rOutSet.Put( SvxPageModelItem( sPage, false, _nWhich ) );
_nWhich = GetWhich( SID_ATTR_PARA_PAGEBREAK );