summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/worksheetfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/worksheetfragment.hxx')
-rw-r--r--sc/source/filter/inc/worksheetfragment.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/worksheetfragment.hxx b/sc/source/filter/inc/worksheetfragment.hxx
index 4993bc67f198..4faf6bff1589 100644
--- a/sc/source/filter/inc/worksheetfragment.hxx
+++ b/sc/source/filter/inc/worksheetfragment.hxx
@@ -23,8 +23,7 @@
#include <memory>
#include "excelhandlers.hxx"
-namespace oox {
-namespace xls {
+namespace oox::xls {
class DataValidationsContextBase
{
@@ -179,8 +178,7 @@ private:
void importEmbeddedOleData( StreamDataSequence& orEmbeddedData, const OUString& rRelId );
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif