summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui/report/ReportSection.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-08 11:42:32 +0200
committerNoel Grandin <noel@peralex.com>2014-05-08 11:48:12 +0200
commit2d54aa1d22f404a1a36aaa97d3e3bf5024e89aed (patch)
tree8a7c539a82988c4ca5288e18f95543fff7c4185e /reportdesign/source/ui/report/ReportSection.cxx
parentidl: sal_Bool->bool (diff)
downloadcore-2d54aa1d22f404a1a36aaa97d3e3bf5024e89aed.tar.gz
core-2d54aa1d22f404a1a36aaa97d3e3bf5024e89aed.zip
reportdesign: sal_Bool->bool
Change-Id: Ib3e7a51a8b01165d4706857f7b347d622c2e624a
Diffstat (limited to 'reportdesign/source/ui/report/ReportSection.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportSection.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/report/ReportSection.cxx b/reportdesign/source/ui/report/ReportSection.cxx
index 5eb799853347..6ea7f946ecb5 100644
--- a/reportdesign/source/ui/report/ReportSection.cxx
+++ b/reportdesign/source/ui/report/ReportSection.cxx
@@ -622,7 +622,7 @@ void OReportSection::createDefault(const OUString& _sType)
void OReportSection::createDefault(const OUString& _sType,SdrObject* _pObj)
{
- sal_Bool bAttributesAppliedFromGallery = sal_False;
+ bool bAttributesAppliedFromGallery = false;
if ( GalleryExplorer::GetSdrObjCount( GALLERY_THEME_POWERPOINT ) )
{
@@ -666,7 +666,7 @@ void OReportSection::createDefault(const OUString& _sType,SdrObject* _pObj)
double a = nAngle * F_PI18000;
_pObj->NbcRotate( _pObj->GetSnapRect().Center(), nAngle, sin( a ), cos( a ) );
}
- bAttributesAppliedFromGallery = sal_True;
+ bAttributesAppliedFromGallery = true;
}
}
break;