summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/scenariobuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/scenariobuffer.hxx')
-rw-r--r--sc/source/filter/inc/scenariobuffer.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/scenariobuffer.hxx b/sc/source/filter/inc/scenariobuffer.hxx
index 66b93848d482..03591aa455a2 100644
--- a/sc/source/filter/inc/scenariobuffer.hxx
+++ b/sc/source/filter/inc/scenariobuffer.hxx
@@ -27,8 +27,7 @@
namespace oox { class AttributeList; }
namespace oox { class SequenceInputStream; }
-namespace oox {
-namespace xls {
+namespace oox::xls {
struct ScenarioCellModel
{
@@ -123,8 +122,7 @@ private:
SheetScenariosMap maSheetScenarios;
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif