summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xlview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xlview.hxx')
-rw-r--r--sc/source/filter/inc/xlview.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/xlview.hxx b/sc/source/filter/inc/xlview.hxx
index 0bfd339f2e48..6bc6e723bba8 100644
--- a/sc/source/filter/inc/xlview.hxx
+++ b/sc/source/filter/inc/xlview.hxx
@@ -102,7 +102,7 @@ struct XclDocViewData
explicit XclDocViewData();
};
-// ----------------------------------------------------------------------------
+
/** Contains all settings for a selection in a single pane of a sheet. */
struct XclSelectionData
@@ -116,7 +116,7 @@ struct XclSelectionData
typedef boost::shared_ptr< XclSelectionData > XclSelectionDataRef;
-// ----------------------------------------------------------------------------
+
/** Contains all view settings for a single sheet. */
struct XclTabViewData
@@ -165,7 +165,7 @@ struct XclTabViewData
XclSelectionData& CreateSelectionData( sal_uInt8 nPane );
};
-// ============================================================================
+
#endif