summaryrefslogtreecommitdiffstats
path: root/include/oox/drawingml/colorchoicecontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/colorchoicecontext.hxx')
-rw-r--r--include/oox/drawingml/colorchoicecontext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/drawingml/colorchoicecontext.hxx b/include/oox/drawingml/colorchoicecontext.hxx
index b2246db719c0..8f283dd85285 100644
--- a/include/oox/drawingml/colorchoicecontext.hxx
+++ b/include/oox/drawingml/colorchoicecontext.hxx
@@ -27,7 +27,7 @@ namespace drawingml {
class Color;
-// ============================================================================
+
/** Context handler for the different color value elements (a:scrgbClr,
a:srgbClr, a:hslClr, a:sysClr, a:schemeClr, a:prstClr). */
@@ -49,7 +49,7 @@ private:
Color& mrColor;
};
-// ============================================================================
+
/** Context handler for elements that *contain* a color value element
(a:scrgbClr, a:srgbClr, a:hslClr, a:sysClr, a:schemeClr, a:prstClr). */
@@ -67,7 +67,7 @@ private:
Color& mrColor;
};
-// ============================================================================
+
} // namespace drawingml
} // namespace oox