summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/Section.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-02 08:38:50 +0200
committerNoel Grandin <noel@peralex.com>2014-05-02 08:49:23 +0200
commite23c98d713ababb72de0616831a2abe0e48387f5 (patch)
treefaf799c4dad34949c7ac50f4ddad5b1d94bb2375 /reportdesign/source/core/inc/Section.hxx
parent17dcf76ef87c15b8b83465a7c29b96dc2d05cde9 (diff)
reportdesign: sal_Bool->bool
Change-Id: I7a269dbf163f4c839b6c553c7b096185fe2f8a01
Diffstat (limited to 'reportdesign/source/core/inc/Section.hxx')
-rw-r--r--reportdesign/source/core/inc/Section.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/inc/Section.hxx b/reportdesign/source/core/inc/Section.hxx
index 4ca71770ba5b..ffe330c64b1a 100644
--- a/reportdesign/source/core/inc/Section.hxx
+++ b/reportdesign/source/core/inc/Section.hxx
@@ -67,8 +67,8 @@ namespace reportdesign
::sal_Int16 m_nForceNewPage;
::sal_Int16 m_nNewRowOrCol;
sal_Bool m_bKeepTogether;
- sal_Bool m_bCanGrow;
- sal_Bool m_bCanShrink;
+ bool m_bCanGrow;
+ bool m_bCanShrink;
sal_Bool m_bRepeatSection;
sal_Bool m_bVisible;
sal_Bool m_bBacktransparent;