summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/viewsettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/viewsettings.hxx')
-rw-r--r--sc/source/filter/inc/viewsettings.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/inc/viewsettings.hxx b/sc/source/filter/inc/viewsettings.hxx
index 8dfdfa5940a2..467cc39aed0e 100644
--- a/sc/source/filter/inc/viewsettings.hxx
+++ b/sc/source/filter/inc/viewsettings.hxx
@@ -29,8 +29,6 @@
namespace oox {
namespace xls {
-
-
/** Contains all settings for a selection in a single pane of a sheet. */
struct PaneSelectionModel
{
@@ -41,8 +39,6 @@ struct PaneSelectionModel
explicit PaneSelectionModel();
};
-
-
/** Contains all view settings for a single sheet. */
struct SheetViewModel
{
@@ -93,8 +89,6 @@ struct SheetViewModel
typedef ::boost::shared_ptr< SheetViewModel > SheetViewModelRef;
-
-
class SheetViewSettings : public WorksheetHelper
{
public:
@@ -132,8 +126,6 @@ private:
SheetViewModelVec maSheetViews;
};
-
-
/** Contains all view settings for the entire document. */
struct WorkbookViewModel
{
@@ -155,8 +147,6 @@ struct WorkbookViewModel
typedef ::boost::shared_ptr< WorkbookViewModel > WorkbookViewModelRef;
-
-
class ViewSettings : public WorkbookHelper
{
public:
@@ -203,8 +193,6 @@ private:
bool mbValidOleSize; /// True = imported OLE size is a valid cell range.
};
-
-
} // namespace xls
} // namespace oox