diff options
Diffstat (limited to 'oox/inc/drawingml/chart/datasourceconverter.hxx')
-rw-r--r-- | oox/inc/drawingml/chart/datasourceconverter.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/oox/inc/drawingml/chart/datasourceconverter.hxx b/oox/inc/drawingml/chart/datasourceconverter.hxx index 67e1ac0c739c..eb404e046389 100644 --- a/oox/inc/drawingml/chart/datasourceconverter.hxx +++ b/oox/inc/drawingml/chart/datasourceconverter.hxx @@ -26,9 +26,7 @@ namespace com::sun::star { namespace chart2::data { class XDataSequence; } } -namespace oox { -namespace drawingml { -namespace chart { +namespace oox::drawingml::chart { struct DataSequenceModel; @@ -59,9 +57,7 @@ public: }; -} // namespace chart -} // namespace drawingml -} // namespace oox +} // namespace oox::drawingml::chart #endif |