summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/viewsettings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/viewsettings.cxx')
-rw-r--r--sc/source/filter/oox/viewsettings.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/oox/viewsettings.cxx b/sc/source/filter/oox/viewsettings.cxx
index 9d1fba171b46..62e5d437aec0 100644
--- a/sc/source/filter/oox/viewsettings.cxx
+++ b/sc/source/filter/oox/viewsettings.cxx
@@ -98,7 +98,7 @@ const sal_Int16 API_SPLITPANE_TOPRIGHT = 1; /// Top-right pa
const sal_Int16 API_SPLITPANE_BOTTOMLEFT = 2; /// Bottom-left, bottom, left, or single pane.
const sal_Int16 API_SPLITPANE_BOTTOMRIGHT = 3; /// Bottom-right, or right pane.
-// ----------------------------------------------------------------------------
+
/** Returns the OOXML pane identifier from the passed BIFF pane id. */
sal_Int32 lclGetOoxPaneId( sal_Int32 nBiffPaneId, sal_Int32 nDefaultPaneId )
@@ -116,7 +116,7 @@ PaneSelectionModel::PaneSelectionModel() :
{
}
-// ----------------------------------------------------------------------------
+
SheetViewModel::SheetViewModel() :
mnWorkbookViewId( 0 ),
@@ -184,7 +184,7 @@ PaneSelectionModel& SheetViewModel::createPaneSelection( sal_Int32 nPaneId )
return *rxPaneSel;
}
-// ----------------------------------------------------------------------------
+
SheetViewSettings::SheetViewSettings( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper )
@@ -478,7 +478,7 @@ WorkbookViewModel::WorkbookViewModel() :
{
}
-// ----------------------------------------------------------------------------
+
ViewSettings::ViewSettings( const WorkbookHelper& rHelper ) :
WorkbookHelper( rHelper ),