summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/clrscheme.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/clrscheme.cxx')
-rw-r--r--oox/source/drawingml/clrscheme.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/clrscheme.cxx b/oox/source/drawingml/clrscheme.cxx
index e1d184f9f413..202b30a619b2 100644
--- a/oox/source/drawingml/clrscheme.cxx
+++ b/oox/source/drawingml/clrscheme.cxx
@@ -23,7 +23,7 @@
#include <oox/drawingml/clrscheme.hxx>
#include <oox/token/tokens.hxx>
-namespace oox { namespace drawingml {
+namespace oox::drawingml {
bool ClrMap::getColorMap( sal_Int32& nClrToken )
{
@@ -102,6 +102,6 @@ bool ClrScheme::getColorByIndex(size_t nIndex, ::Color& rColor) const
return true;
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */