summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/inc/GroupProperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/inc/GroupProperties.hxx')
-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)