summaryrefslogtreecommitdiff
path: root/reportdesign/source/inc
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/inc
parentf0268c9c1be546aa0b5fc9c359f514e5d8af5bbb (diff)
reportdesign: sal_Bool->bool
Change-Id: Ib3e7a51a8b01165d4706857f7b347d622c2e624a
Diffstat (limited to 'reportdesign/source/inc')
-rw-r--r--reportdesign/source/inc/GroupProperties.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/inc/GroupProperties.hxx b/reportdesign/source/inc/GroupProperties.hxx
index 2dd5a2647564..a824edfec8a3 100644
--- a/reportdesign/source/inc/GroupProperties.hxx
+++ b/reportdesign/source/inc/GroupProperties.hxx
@@ -29,9 +29,9 @@ namespace rptshared
OUString m_sExpression;
sal_Int16 m_nGroupOn;
sal_Int16 m_nKeepTogether;
- sal_Bool m_eSortAscending;
- sal_Bool m_bStartNewColumn;
- sal_Bool m_bResetPageNumber;
+ bool m_eSortAscending;
+ bool m_bStartNewColumn;
+ bool m_bResetPageNumber;
GroupProperties()
:m_nGroupInterval(1)