From 34002c4e5cf68ac0c98c3922c653c9ea8b898207 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 26 Mar 2014 15:34:49 +0200 Subject: sfx2: sal_Bool->bool Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14 --- svx/source/dialog/hdft.cxx | 4 ++-- svx/source/dialog/optgrid.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source') diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx index 14ed07edc49d..6e7f9f10c556 100644 --- a/svx/source/dialog/hdft.cxx +++ b/svx/source/dialog/hdft.cxx @@ -215,7 +215,7 @@ SvxHFPage::~SvxHFPage() -sal_Bool SvxHFPage::FillItemSet( SfxItemSet& rSet ) +bool SvxHFPage::FillItemSet( SfxItemSet& rSet ) { const sal_uInt16 nWSize = GetWhich( SID_ATTR_PAGE_SIZE ); const sal_uInt16 nWLRSpace = GetWhich( SID_ATTR_LRSPACE ); @@ -315,7 +315,7 @@ sal_Bool SvxHFPage::FillItemSet( SfxItemSet& rSet ) SvxSetItem aSetItem( GetWhich( nId ), aSet ); rSet.Put( aSetItem ); - return sal_True; + return true; } diff --git a/svx/source/dialog/optgrid.cxx b/svx/source/dialog/optgrid.cxx index 976dd5c2d302..8337461131d3 100644 --- a/svx/source/dialog/optgrid.cxx +++ b/svx/source/dialog/optgrid.cxx @@ -191,7 +191,7 @@ SfxTabPage* SvxGridTabPage::Create( Window* pParent, const SfxItemSet& rAttrSet -sal_Bool SvxGridTabPage::FillItemSet( SfxItemSet& rCoreSet ) +bool SvxGridTabPage::FillItemSet( SfxItemSet& rCoreSet ) { if ( bAttrModified ) { -- cgit