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, 7 insertions, 7 deletions
diff --git a/sc/source/filter/inc/scenariobuffer.hxx b/sc/source/filter/inc/scenariobuffer.hxx
index b0e7dc889d6f..f3fc8b33e47f 100644
--- a/sc/source/filter/inc/scenariobuffer.hxx
+++ b/sc/source/filter/inc/scenariobuffer.hxx
@@ -28,7 +28,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
struct ScenarioCellModel
{
@@ -40,7 +40,7 @@ struct ScenarioCellModel
explicit ScenarioCellModel();
};
-// ----------------------------------------------------------------------------
+
struct ScenarioModel
{
@@ -53,7 +53,7 @@ struct ScenarioModel
explicit ScenarioModel();
};
-// ----------------------------------------------------------------------------
+
class Scenario : public WorkbookHelper
{
@@ -81,7 +81,7 @@ private:
sal_Int16 mnSheet; /// Index of the sheet this scenario is based on.
};
-// ============================================================================
+
struct SheetScenariosModel
{
@@ -91,7 +91,7 @@ struct SheetScenariosModel
explicit SheetScenariosModel();
};
-// ----------------------------------------------------------------------------
+
class SheetScenarios : public WorkbookHelper
{
@@ -116,7 +116,7 @@ private:
sal_Int16 mnSheet;
};
-// ============================================================================
+
class ScenarioBuffer : public WorkbookHelper
{
@@ -134,7 +134,7 @@ private:
SheetScenariosMap maSheetScenarios;
};
-// ============================================================================
+
} // namespace xls
} // namespace oox