summaryrefslogtreecommitdiff
path: root/sc/source/core/data/stlpool.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-19 15:40:53 +0200
committerNoel Grandin <noel@peralex.com>2014-02-21 12:19:21 +0200
commit327dde336ed3a318c08dd19894b0fd84c9a0eb57 (patch)
tree7c8e02f6cd07ed4f8c3e22f8226c1a08787aa646 /sc/source/core/data/stlpool.cxx
parenta1d5ff63dbdae3406c81c4b2edcbb8d22112582b (diff)
editeng: sal_Bool->bool
Change-Id: Ib1113ebcfc523c8c97731debb2bf456a8c99d802
Diffstat (limited to 'sc/source/core/data/stlpool.cxx')
-rw-r--r--sc/source/core/data/stlpool.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/core/data/stlpool.cxx b/sc/source/core/data/stlpool.cxx
index 004e2bfb6425..9d4a4262b31e 100644
--- a/sc/source/core/data/stlpool.cxx
+++ b/sc/source/core/data/stlpool.cxx
@@ -415,13 +415,13 @@ void ScStyleSheetPool::CreateStandardStyles()
aBoxItem.SetLine( &aBorderLine, BOX_LINE_LEFT );
aBoxItem.SetLine( &aBorderLine, BOX_LINE_RIGHT );
aBoxItem.SetDistance( 10 ); // 0.2mm
- aBoxInfoItem.SetValid( VALID_TOP, sal_True );
- aBoxInfoItem.SetValid( VALID_BOTTOM, sal_True );
- aBoxInfoItem.SetValid( VALID_LEFT, sal_True );
- aBoxInfoItem.SetValid( VALID_RIGHT, sal_True );
- aBoxInfoItem.SetValid( VALID_DISTANCE, sal_True );
+ aBoxInfoItem.SetValid( VALID_TOP, true );
+ aBoxInfoItem.SetValid( VALID_BOTTOM, true );
+ aBoxInfoItem.SetValid( VALID_LEFT, true );
+ aBoxInfoItem.SetValid( VALID_RIGHT, true );
+ aBoxInfoItem.SetValid( VALID_DISTANCE, true );
aBoxInfoItem.SetTable( false );
- aBoxInfoItem.SetDist ( sal_True );
+ aBoxInfoItem.SetDist ( true );
pHFSetItem = new SvxSetItem( ((SvxSetItem&)pSet->Get( ATTR_PAGE_HEADERSET ) ) );
pHFSet = &(pHFSetItem->GetItemSet());