summaryrefslogtreecommitdiff
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.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/reportdesign/source/inc/GroupProperties.hxx b/reportdesign/source/inc/GroupProperties.hxx
index 8baff4b3a91c..e07244dba64a 100644
--- a/reportdesign/source/inc/GroupProperties.hxx
+++ b/reportdesign/source/inc/GroupProperties.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,14 +34,14 @@ namespace rptshared
*/
struct GroupProperties
{
- ::sal_Int32 m_nGroupInterval;
- ::rtl::OUString m_sExpression;
- ::sal_Int16 m_nGroupOn;
- ::sal_Int16 m_nKeepTogether;
- ::sal_Bool m_eSortAscending;
- ::sal_Bool m_bStartNewColumn;
- ::sal_Bool m_bResetPageNumber;
-
+ ::sal_Int32 m_nGroupInterval;
+ ::rtl::OUString m_sExpression;
+ ::sal_Int16 m_nGroupOn;
+ ::sal_Int16 m_nKeepTogether;
+ ::sal_Bool m_eSortAscending;
+ ::sal_Bool m_bStartNewColumn;
+ ::sal_Bool m_bResetPageNumber;
+
GroupProperties()
:m_nGroupInterval(1)
,m_nGroupOn(0)