summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/sheetdatabuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/sheetdatabuffer.hxx')
-rw-r--r--sc/source/filter/inc/sheetdatabuffer.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/sheetdatabuffer.hxx b/sc/source/filter/inc/sheetdatabuffer.hxx
index 1539b29b43ee..0ec68aad291f 100644
--- a/sc/source/filter/inc/sheetdatabuffer.hxx
+++ b/sc/source/filter/inc/sheetdatabuffer.hxx
@@ -32,8 +32,7 @@ namespace com::sun::star {
namespace util { struct DateTime; }
}
-namespace oox {
-namespace xls {
+namespace oox::xls {
/** Stores basic data about cell values and formatting. */
struct CellModel
@@ -234,8 +233,7 @@ private:
std::map< sal_Int32, std::vector< ValueRange > > maXfIdRowRangeList; /// Cached XF identifiers for a ranges of rows, we try and process rowranges with the same XF id together
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif