summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/worksheethelper.cxx')
-rw-r--r--sc/source/filter/oox/worksheethelper.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/oox/worksheethelper.cxx b/sc/source/filter/oox/worksheethelper.cxx
index 0a560d1db56d..fb80cd6aea84 100644
--- a/sc/source/filter/oox/worksheethelper.cxx
+++ b/sc/source/filter/oox/worksheethelper.cxx
@@ -132,7 +132,7 @@ bool ColumnModel::isMergeable( const ColumnModel& rModel ) const
(mbCollapsed == rModel.mbCollapsed);
}
-// ----------------------------------------------------------------------------
+
RowModel::RowModel() :
mnRow( -1 ),
@@ -167,7 +167,7 @@ bool RowModel::isMergeable( const RowModel& rModel ) const
(mbCollapsed == rModel.mbCollapsed);
}
-// ----------------------------------------------------------------------------
+
PageBreakModel::PageBreakModel() :
mnColRow( 0 ),
@@ -175,13 +175,13 @@ PageBreakModel::PageBreakModel() :
{
}
-// ----------------------------------------------------------------------------
+
HyperlinkModel::HyperlinkModel()
{
}
-// ----------------------------------------------------------------------------
+
ValidationModel::ValidationModel() :
mnType( XML_none ),
@@ -430,7 +430,7 @@ private:
bool mbHasDefWidth; /// True = default column width is set from defaultColWidth attribute.
};
-// ----------------------------------------------------------------------------
+
WorksheetGlobals::WorksheetGlobals( const WorkbookHelper& rHelper, const ISegmentProgressBarRef& rxProgressBar, WorksheetType eSheetType, sal_Int16 nSheet ) :
WorkbookHelper( rHelper ),