summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/querytablebuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/querytablebuffer.hxx')
-rw-r--r--sc/source/filter/inc/querytablebuffer.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/querytablebuffer.hxx b/sc/source/filter/inc/querytablebuffer.hxx
index 82572b11b808..3a9931762a15 100644
--- a/sc/source/filter/inc/querytablebuffer.hxx
+++ b/sc/source/filter/inc/querytablebuffer.hxx
@@ -23,8 +23,7 @@
#include "stylesbuffer.hxx"
#include "worksheethelper.hxx"
-namespace oox {
-namespace xls {
+namespace oox::xls {
struct QueryTableModel : public AutoFormatModel
{
@@ -80,8 +79,7 @@ private:
QueryTableVector maQueryTables;
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif