summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/viewsettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/viewsettings.hxx')
-rw-r--r--sc/source/filter/inc/viewsettings.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/viewsettings.hxx b/sc/source/filter/inc/viewsettings.hxx
index af21342b9fdb..69132dd3620c 100644
--- a/sc/source/filter/inc/viewsettings.hxx
+++ b/sc/source/filter/inc/viewsettings.hxx
@@ -25,8 +25,7 @@
#include "worksheethelper.hxx"
#include "workbookhelper.hxx"
-namespace oox {
-namespace xls {
+namespace oox::xls {
/** Contains all settings for a selection in a single pane of a sheet. */
struct PaneSelectionModel
@@ -186,8 +185,7 @@ private:
bool mbValidOleSize; /// True = imported OLE size is a valid cell range.
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif