diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-01 14:52:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-03 09:21:51 +0200 |
commit | 47cd34a60ff9048404075823e519f1abdd4b0e9a (patch) | |
tree | e9728dd7c686d23f90b4331f105d6f5f8c1176cd /include/oox/drawingml/clrscheme.hxx | |
parent | c79dd92480cbc409a7061da7f3dd3abaaf9a4883 (diff) |
use more compact namespace syntax in /include
excluding the UDK headers of course
Change-Id: Iac7ab83d60265f7d362c860776f1de9d5e444ec0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93268
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/drawingml/clrscheme.hxx')
-rw-r--r-- | include/oox/drawingml/clrscheme.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/drawingml/clrscheme.hxx b/include/oox/drawingml/clrscheme.hxx index 80c932b44a1e..21553aafe2fe 100644 --- a/include/oox/drawingml/clrscheme.hxx +++ b/include/oox/drawingml/clrscheme.hxx @@ -31,7 +31,7 @@ #include <rtl/ustring.hxx> #include <tools/color.hxx> -namespace oox { namespace drawingml { +namespace oox::drawingml { enum PredefinedClrSchemeId { //dk1, @@ -90,7 +90,7 @@ public: ::Color& rColor) const; }; -} } +} #endif // INCLUDED_OOX_DRAWINGML_CLRSCHEME_HXX |