summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/stylesbuffer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 18:46:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 19:54:24 +0200
commit1d3bec99e87c6f1e083f36bc1906839025d640df (patch)
tree07252735d234c3cf84d50e6363202c7e2b23b05e /sc/source/filter/inc/stylesbuffer.hxx
parent39aa0d149eb71fabe9307d0aa466624f855d6daf (diff)
compact namespace: sc
Change-Id: I70e518a219a72cfc4ff4cdb7b7b60e1732e4aaa1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99005 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/inc/stylesbuffer.hxx')
-rw-r--r--sc/source/filter/inc/stylesbuffer.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/stylesbuffer.hxx b/sc/source/filter/inc/stylesbuffer.hxx
index 0541f3cda65e..f52cad55f863 100644
--- a/sc/source/filter/inc/stylesbuffer.hxx
+++ b/sc/source/filter/inc/stylesbuffer.hxx
@@ -42,8 +42,7 @@ namespace oox { class PropertySet;
class PropertyMap;
class AttributeList; }
-namespace oox {
-namespace xls {
+namespace oox::xls {
const sal_Int32 OOX_COLOR_WINDOWTEXT3 = 24; /// System window text color (BIFF3-BIFF4).
const sal_Int32 OOX_COLOR_WINDOWBACK3 = 25; /// System window background color (BIFF3-BIFF4).
@@ -886,8 +885,7 @@ private:
mutable DxfStyleMap maDxfStyles; /// Maps DXF identifiers to Calc style sheet names.
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif