summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/formulaparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/formulaparser.hxx')
-rw-r--r--sc/source/filter/inc/formulaparser.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/formulaparser.hxx b/sc/source/filter/inc/formulaparser.hxx
index a71ba98a5c7b..be759926e8a5 100644
--- a/sc/source/filter/inc/formulaparser.hxx
+++ b/sc/source/filter/inc/formulaparser.hxx
@@ -23,8 +23,7 @@
#include <memory>
#include "formulabase.hxx"
-namespace oox {
-namespace xls {
+namespace oox::xls {
// formula finalizer ==========================================================
@@ -128,8 +127,7 @@ private:
::std::unique_ptr< FormulaParserImpl > mxImpl;
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif