summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/tablebuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/tablebuffer.hxx')
-rw-r--r--sc/source/filter/inc/tablebuffer.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/tablebuffer.hxx b/sc/source/filter/inc/tablebuffer.hxx
index af1fc6334056..d8d0d210568b 100644
--- a/sc/source/filter/inc/tablebuffer.hxx
+++ b/sc/source/filter/inc/tablebuffer.hxx
@@ -24,8 +24,7 @@
#include "tablecolumnsbuffer.hxx"
#include "workbookhelper.hxx"
-namespace oox {
-namespace xls {
+namespace oox::xls {
struct TableModel
{
@@ -121,8 +120,7 @@ private:
RefMap< OUString, Table > maNameTables;
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif