summaryrefslogtreecommitdiffstats
path: root/sfx2/source/sidebar/Paint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/Paint.cxx')
-rw-r--r--sfx2/source/sidebar/Paint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Paint.cxx b/sfx2/source/sidebar/Paint.cxx
index 114ef9339b74..817bd0e54f00 100644
--- a/sfx2/source/sidebar/Paint.cxx
+++ b/sfx2/source/sidebar/Paint.cxx
@@ -59,7 +59,7 @@ const Color& Paint::GetColor() const
if (meType != ColorPaint)
{
assert(meType==ColorPaint);
- static Color aErrorColor;
+ static const Color aErrorColor;
return aErrorColor;
}
else