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, 0 insertions, 6 deletions
diff --git a/sc/source/filter/oox/excelchartconverter.cxx b/sc/source/filter/oox/excelchartconverter.cxx
index 467db26feeef..38ffb791e49e 100644
--- a/sc/source/filter/oox/excelchartconverter.cxx
+++ b/sc/source/filter/oox/excelchartconverter.cxx
@@ -32,8 +32,6 @@
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star::chart2;
using namespace ::com::sun::star::chart2::data;
using namespace ::com::sun::star::lang;
@@ -42,8 +40,6 @@ using namespace ::com::sun::star::uno;
using ::oox::drawingml::chart::DataSequenceModel;
-
-
ExcelChartConverter::ExcelChartConverter( const WorkbookHelper& rHelper ) :
WorkbookHelper( rHelper )
{
@@ -121,8 +117,6 @@ Reference< XDataSequence > ExcelChartConverter::createDataSequence(
return xDataSeq;
}
-
-
} // namespace xls
} // namespace oox