summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/tablecolumnsbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/tablecolumnsbuffer.hxx')
-rw-r--r--sc/source/filter/inc/tablecolumnsbuffer.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/tablecolumnsbuffer.hxx b/sc/source/filter/inc/tablecolumnsbuffer.hxx
index 24d5557747f8..e15ed0754f7b 100644
--- a/sc/source/filter/inc/tablecolumnsbuffer.hxx
+++ b/sc/source/filter/inc/tablecolumnsbuffer.hxx
@@ -27,8 +27,7 @@ namespace oox { class AttributeList; }
namespace oox { class SequenceInputStream; }
class ScDBData;
-namespace oox {
-namespace xls {
+namespace oox::xls {
/** A column in a table (database range).
*/
@@ -93,8 +92,7 @@ private:
TableColumnsVector maTableColumnsVector;
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif