summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/excelchartconverter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/excelchartconverter.cxx')
-rw-r--r--sc/source/filter/oox/excelchartconverter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/oox/excelchartconverter.cxx b/sc/source/filter/oox/excelchartconverter.cxx
index 59870a44cdce..467db26feeef 100644
--- a/sc/source/filter/oox/excelchartconverter.cxx
+++ b/sc/source/filter/oox/excelchartconverter.cxx
@@ -32,7 +32,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::chart2;
using namespace ::com::sun::star::chart2::data;
@@ -42,7 +42,7 @@ using namespace ::com::sun::star::uno;
using ::oox::drawingml::chart::DataSequenceModel;
-// ============================================================================
+
ExcelChartConverter::ExcelChartConverter( const WorkbookHelper& rHelper ) :
WorkbookHelper( rHelper )
@@ -121,7 +121,7 @@ Reference< XDataSequence > ExcelChartConverter::createDataSequence(
return xDataSeq;
}
-// ============================================================================
+
} // namespace xls
} // namespace oox