diff options
Diffstat (limited to 'svx/inc/sdr/overlay/overlayrollingrectangle.hxx')
-rw-r--r-- | svx/inc/sdr/overlay/overlayrollingrectangle.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/sdr/overlay/overlayrollingrectangle.hxx b/svx/inc/sdr/overlay/overlayrollingrectangle.hxx index d31ff48405c7..7a18f1cb4b8f 100644 --- a/svx/inc/sdr/overlay/overlayrollingrectangle.hxx +++ b/svx/inc/sdr/overlay/overlayrollingrectangle.hxx @@ -33,10 +33,10 @@ namespace sdr basegfx::B2DPoint maSecondPosition; // Flag to switch on/off long lines to the OutputDevice bounds - bool const mbExtendedLines : 1; + bool mbExtendedLines : 1; // Flag to switch on/off the bounds itself - bool const mbShowBounds : 1; + bool mbShowBounds : 1; // geometry creation for OverlayObject virtual drawinglayer::primitive2d::Primitive2DContainer createOverlayObjectPrimitive2DSequence() override; |