summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xeview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xeview.hxx')
-rw-r--r--sc/source/filter/inc/xeview.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xeview.hxx b/sc/source/filter/inc/xeview.hxx
index ab53e6d6952d..bacfdf1b12d5 100644
--- a/sc/source/filter/inc/xeview.hxx
+++ b/sc/source/filter/inc/xeview.hxx
@@ -65,7 +65,7 @@ private:
sal_uInt16 mnPageZoom; /// Zoom factor for pagebreak preview.
};
-// ----------------------------------------------------------------------------
+
/** Represents an SCL record for the zoom factor of the current view of a sheet. */
class XclExpScl : public XclExpRecord
@@ -84,7 +84,7 @@ private:
sal_uInt16 mnDenom; /// Denominator of the zoom factor.
};
-// ----------------------------------------------------------------------------
+
/** Represents a PANE record containing settings for split/frozen windows. */
class XclExpPane : public XclExpRecord
@@ -106,7 +106,7 @@ private:
bool mbFrozenPanes; /// true = "frozen" panes; false = "split" window.
};
-// ----------------------------------------------------------------------------
+
/** Represents a SELECTION record with selection data for a pane. */
class XclExpSelection : public XclExpRecord
@@ -167,7 +167,7 @@ private:
sal_uInt32 mnGridColorId; /// Color identifier for grid color.
};
-// ============================================================================
+
#endif