summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excelchartconverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excelchartconverter.hxx')
-rw-r--r--sc/source/filter/inc/excelchartconverter.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/excelchartconverter.hxx b/sc/source/filter/inc/excelchartconverter.hxx
index 4103d19fba2d..89af4d9988b2 100644
--- a/sc/source/filter/inc/excelchartconverter.hxx
+++ b/sc/source/filter/inc/excelchartconverter.hxx
@@ -23,8 +23,7 @@
#include <oox/drawingml/chart/chartconverter.hxx>
#include "workbookhelper.hxx"
-namespace oox {
-namespace xls {
+namespace oox::xls {
class ExcelChartConverter : public ::oox::drawingml::chart::ChartConverter, public WorkbookHelper
{
@@ -43,8 +42,7 @@ public:
const oox::drawingml::chart::DataSequenceModel& rDataSeq, const OUString& rRole ) override;
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif