summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/scenariobuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/scenariobuffer.hxx')
-rw-r--r--sc/source/filter/inc/scenariobuffer.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/filter/inc/scenariobuffer.hxx b/sc/source/filter/inc/scenariobuffer.hxx
index f3fc8b33e47f..5c6385bd6414 100644
--- a/sc/source/filter/inc/scenariobuffer.hxx
+++ b/sc/source/filter/inc/scenariobuffer.hxx
@@ -28,8 +28,6 @@
namespace oox {
namespace xls {
-
-
struct ScenarioCellModel
{
::com::sun::star::table::CellAddress maPos;
@@ -40,8 +38,6 @@ struct ScenarioCellModel
explicit ScenarioCellModel();
};
-
-
struct ScenarioModel
{
OUString maName; /// Name of the scenario.
@@ -53,8 +49,6 @@ struct ScenarioModel
explicit ScenarioModel();
};
-
-
class Scenario : public WorkbookHelper
{
public:
@@ -81,8 +75,6 @@ private:
sal_Int16 mnSheet; /// Index of the sheet this scenario is based on.
};
-
-
struct SheetScenariosModel
{
sal_Int32 mnCurrent; /// Selected scenario.
@@ -91,8 +83,6 @@ struct SheetScenariosModel
explicit SheetScenariosModel();
};
-
-
class SheetScenarios : public WorkbookHelper
{
public:
@@ -116,8 +106,6 @@ private:
sal_Int16 mnSheet;
};
-
-
class ScenarioBuffer : public WorkbookHelper
{
public:
@@ -134,8 +122,6 @@ private:
SheetScenariosMap maSheetScenarios;
};
-
-
} // namespace xls
} // namespace oox