summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/unitconverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/unitconverter.hxx')
-rw-r--r--sc/source/filter/inc/unitconverter.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/unitconverter.hxx b/sc/source/filter/inc/unitconverter.hxx
index 6cfa8b7b5842..22a7c791cbe7 100644
--- a/sc/source/filter/inc/unitconverter.hxx
+++ b/sc/source/filter/inc/unitconverter.hxx
@@ -29,8 +29,7 @@ namespace com::sun::star {
namespace util { struct Date; struct DateTime; }
}
-namespace oox {
-namespace xls {
+namespace oox::xls {
/** Units supported by the UnitConverter class. */
enum class Unit
@@ -100,8 +99,7 @@ private:
sal_Int32 mnNullDate; /// Nulldate of this workbook (number of days since 0000-01-01).
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif