summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/sharedstringsbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/sharedstringsbuffer.hxx')
-rw-r--r--sc/source/filter/inc/sharedstringsbuffer.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/sharedstringsbuffer.hxx b/sc/source/filter/inc/sharedstringsbuffer.hxx
index eabb6dc944f2..8cf6201656b0 100644
--- a/sc/source/filter/inc/sharedstringsbuffer.hxx
+++ b/sc/source/filter/inc/sharedstringsbuffer.hxx
@@ -22,8 +22,7 @@
#include "richstring.hxx"
-namespace oox {
-namespace xls {
+namespace oox::xls {
/** Collects all strings from the shared strings substream. */
class SharedStringsBuffer : public WorkbookHelper
@@ -45,8 +44,7 @@ private:
StringVector maStrings;
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif