summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/worksheetbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/worksheetbuffer.hxx')
-rw-r--r--sc/source/filter/inc/worksheetbuffer.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/inc/worksheetbuffer.hxx b/sc/source/filter/inc/worksheetbuffer.hxx
index 8c996f01d234..a75027e73358 100644
--- a/sc/source/filter/inc/worksheetbuffer.hxx
+++ b/sc/source/filter/inc/worksheetbuffer.hxx
@@ -32,8 +32,6 @@ namespace com { namespace sun { namespace star {
namespace oox {
namespace xls {
-
-
/** Contains data from the 'sheet' element describing a sheet in the workbook. */
struct SheetInfoModel
{
@@ -46,8 +44,6 @@ struct SheetInfoModel
explicit SheetInfoModel();
};
-
-
/** Stores information about all sheets in a spreadsheet document.
Information about sheets includes the sheet name, the visibility state, and
@@ -111,8 +107,6 @@ private:
SheetInfoMap maSheetInfosByName;
};
-
-
} // namespace xls
} // namespace oox