summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/worksheethelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/worksheethelper.hxx')
-rw-r--r--sc/source/filter/inc/worksheethelper.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/sc/source/filter/inc/worksheethelper.hxx b/sc/source/filter/inc/worksheethelper.hxx
index aa0f239e4fc1..b38132fc4afb 100644
--- a/sc/source/filter/inc/worksheethelper.hxx
+++ b/sc/source/filter/inc/worksheethelper.hxx
@@ -59,8 +59,6 @@ class WorksheetSettings;
typedef ::std::map< OUString, void* > ExtLst;
-
-
typedef ::std::map< BinAddress, sal_Int32 > SharedFormulaMap;
/** An enumeration for all types of sheets in a workbook. */
@@ -74,8 +72,6 @@ enum WorksheetType
SHEETTYPE_EMPTYSHEET /// Other (unsupported) sheet type.
};
-
-
/** Stores settings and formatting data about a range of sheet columns. */
struct ColumnModel
{
@@ -93,8 +89,6 @@ struct ColumnModel
bool isMergeable( const ColumnModel& rModel ) const;
};
-
-
/** Stores settings and formatting data about a sheet row. */
struct RowModel
{
@@ -119,8 +113,6 @@ struct RowModel
bool isMergeable( const RowModel& rModel ) const;
};
-
-
/** Stores formatting data about a page break. */
struct PageBreakModel
{
@@ -132,8 +124,6 @@ struct PageBreakModel
explicit PageBreakModel();
};
-
-
/** Stores data about a hyperlink range. */
struct HyperlinkModel : public ::oox::ole::StdHlinkInfo
{
@@ -144,8 +134,6 @@ struct HyperlinkModel : public ::oox::ole::StdHlinkInfo
explicit HyperlinkModel();
};
-
-
/** Stores data about ranges with data validation settings. */
struct ValidationModel
{
@@ -176,8 +164,6 @@ struct ValidationModel
};
-
-
class WorksheetGlobals;
typedef ::boost::shared_ptr< WorksheetGlobals > WorksheetGlobalsRef;
@@ -203,8 +189,6 @@ public:
// horrible accessor for hidden WorksheetGlobals ...
static IWorksheetProgress *getWorksheetInterface( const WorksheetGlobalsRef &xRef );
-
-
/** Returns the type of this sheet. */
WorksheetType getSheetType() const;
/** Returns the index of the current sheet. */
@@ -333,8 +317,6 @@ private:
};
-
-
} // namespace xls
} // namespace oox