summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/chartsheetfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/chartsheetfragment.hxx')
-rw-r--r--sc/source/filter/inc/chartsheetfragment.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/chartsheetfragment.hxx b/sc/source/filter/inc/chartsheetfragment.hxx
index f15a94bc4049..82615cf69f4d 100644
--- a/sc/source/filter/inc/chartsheetfragment.hxx
+++ b/sc/source/filter/inc/chartsheetfragment.hxx
@@ -22,8 +22,7 @@
#include "excelhandlers.hxx"
-namespace oox {
-namespace xls {
+namespace oox::xls {
class ChartsheetFragment : public WorksheetFragmentBase
{
@@ -49,8 +48,7 @@ private:
void importDrawing( SequenceInputStream& rStrm );
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif