summaryrefslogtreecommitdiff
path: root/svx/source/sdr/overlay/overlayrectangle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/overlay/overlayrectangle.cxx')
-rw-r--r--svx/source/sdr/overlay/overlayrectangle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/overlay/overlayrectangle.cxx b/svx/source/sdr/overlay/overlayrectangle.cxx
index 8561d3f306cc..8b117072f054 100644
--- a/svx/source/sdr/overlay/overlayrectangle.cxx
+++ b/svx/source/sdr/overlay/overlayrectangle.cxx
@@ -37,7 +37,7 @@ namespace sdr
{
const basegfx::B2DRange aHatchRange(getBasePosition(), maSecondPosition);
basegfx::BColor aColor(getBaseColor().getBColor());
- static double fChange(0.1); // just small optical change, do not make it annoying
+ static const double fChange(0.1); // just small optical change, do not make it annoying
if(mbOverlayState)
{