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, 0 insertions, 8 deletions
diff --git a/sc/source/filter/inc/xeview.hxx b/sc/source/filter/inc/xeview.hxx
index cbfb8395f3f3..9b0afde5656a 100644
--- a/sc/source/filter/inc/xeview.hxx
+++ b/sc/source/filter/inc/xeview.hxx
@@ -65,8 +65,6 @@ 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,8 +82,6 @@ private:
sal_uInt16 mnDenom; /// Denominator of the zoom factor.
};
-
-
/** Represents a PANE record containing settings for split/frozen windows. */
class XclExpPane : public XclExpRecord
{
@@ -106,8 +102,6 @@ private:
bool mbFrozenPanes; /// true = "frozen" panes; false = "split" window.
};
-
-
/** Represents a SELECTION record with selection data for a pane. */
class XclExpSelection : public XclExpRecord
{
@@ -167,8 +161,6 @@ private:
sal_uInt32 mnGridColorId; /// Color identifier for grid color.
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */