summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLColumnRowGroupExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLColumnRowGroupExport.hxx')
-rw-r--r--sc/source/filter/xml/XMLColumnRowGroupExport.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/filter/xml/XMLColumnRowGroupExport.hxx b/sc/source/filter/xml/XMLColumnRowGroupExport.hxx
index 37608b737f5e..f0d3d525b224 100644
--- a/sc/source/filter/xml/XMLColumnRowGroupExport.hxx
+++ b/sc/source/filter/xml/XMLColumnRowGroupExport.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
@@ -35,9 +35,9 @@
struct ScMyColumnRowGroup
{
- sal_Int32 nField;
- sal_Int16 nLevel;
- sal_Bool bDisplay;
+ sal_Int32 nField;
+ sal_Int16 nLevel;
+ sal_Bool bDisplay;
ScMyColumnRowGroup();
sal_Bool operator< (const ScMyColumnRowGroup& rGroup) const;
@@ -49,10 +49,10 @@ typedef std::list <sal_Int32> ScMyFieldGroupVec;
class ScXMLExport;
class ScMyOpenCloseColumnRowGroup
{
- ScXMLExport& rExport;
- const rtl::OUString rName;
- ScMyColumnRowGroupVec aTableStart;
- ScMyFieldGroupVec aTableEnd;
+ ScXMLExport& rExport;
+ const rtl::OUString rName;
+ ScMyColumnRowGroupVec aTableStart;
+ ScMyFieldGroupVec aTableEnd;
void OpenGroup(const ScMyColumnRowGroup& rGroup);
void CloseGroup();