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, 0 insertions, 6 deletions
diff --git a/sc/source/filter/inc/xlview.hxx b/sc/source/filter/inc/xlview.hxx
index 6bc6e723bba8..b5501d588bfd 100644
--- a/sc/source/filter/inc/xlview.hxx
+++ b/sc/source/filter/inc/xlview.hxx
@@ -102,8 +102,6 @@ struct XclDocViewData
explicit XclDocViewData();
};
-
-
/** Contains all settings for a selection in a single pane of a sheet. */
struct XclSelectionData
{
@@ -116,8 +114,6 @@ struct XclSelectionData
typedef boost::shared_ptr< XclSelectionData > XclSelectionDataRef;
-
-
/** Contains all view settings for a single sheet. */
struct XclTabViewData
{
@@ -165,8 +161,6 @@ struct XclTabViewData
XclSelectionData& CreateSelectionData( sal_uInt8 nPane );
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */