summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/scenariobuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/scenariobuffer.cxx')
-rw-r--r--sc/source/filter/oox/scenariobuffer.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/oox/scenariobuffer.cxx b/sc/source/filter/oox/scenariobuffer.cxx
index ed8801e4108a..62004a87ae77 100644
--- a/sc/source/filter/oox/scenariobuffer.cxx
+++ b/sc/source/filter/oox/scenariobuffer.cxx
@@ -35,14 +35,14 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::sheet;
using namespace ::com::sun::star::table;
using namespace ::com::sun::star::uno;
-// ============================================================================
+
ScenarioCellModel::ScenarioCellModel() :
mnNumFmtId( 0 ),
@@ -158,7 +158,7 @@ void Scenario::finalizeImport()
}
}
-// ============================================================================
+
SheetScenariosModel::SheetScenariosModel() :
mnCurrent( 0 ),
@@ -210,7 +210,7 @@ void SheetScenarios::finalizeImport()
}
}
-// ============================================================================
+
ScenarioBuffer::ScenarioBuffer( const WorkbookHelper& rHelper ) :
WorkbookHelper( rHelper )
@@ -230,7 +230,7 @@ void ScenarioBuffer::finalizeImport()
maSheetScenarios.forEachMem( &SheetScenarios::finalizeImport );
}
-// ============================================================================
+
} // namespace xls
} // namespace oox