summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/color.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/color.hxx')
-rw-r--r--include/oox/drawingml/color.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/drawingml/color.hxx b/include/oox/drawingml/color.hxx
index 23144a8fd5d5..3f2760babbad 100644
--- a/include/oox/drawingml/color.hxx
+++ b/include/oox/drawingml/color.hxx
@@ -142,10 +142,10 @@ private:
explicit Transformation( sal_Int32 nToken, sal_Int32 nValue ) : mnToken( nToken ), mnValue( nValue ) {}
};
- typedef ::std::vector< Transformation > TransformVec;
mutable ColorMode meMode; /// Current color mode.
- mutable TransformVec maTransforms; /// Color transformations.
+ mutable std::vector< Transformation >
+ maTransforms; /// Color transformations.
mutable sal_Int32 mnC1; /// Red, red%, hue, scheme token, palette index, system token, or final RGB.
mutable sal_Int32 mnC2; /// Green, green%, saturation, or system default RGB.
mutable sal_Int32 mnC3; /// Blue, blue%, or luminance.