summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/sharedstringsfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/sharedstringsfragment.hxx')
-rw-r--r--sc/source/filter/inc/sharedstringsfragment.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/sharedstringsfragment.hxx b/sc/source/filter/inc/sharedstringsfragment.hxx
index f0cf30ae5ac1..7aa518aa29ee 100644
--- a/sc/source/filter/inc/sharedstringsfragment.hxx
+++ b/sc/source/filter/inc/sharedstringsfragment.hxx
@@ -22,8 +22,7 @@
#include "excelhandlers.hxx"
-namespace oox {
-namespace xls {
+namespace oox::xls {
class SharedStringsFragment : public WorkbookFragmentBase
{
@@ -40,8 +39,7 @@ protected:
virtual void finalizeImport() override;
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif