summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/tools/surfacerect.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/canvas/source/tools/surfacerect.hxx b/canvas/source/tools/surfacerect.hxx
index b98cd28487f0..3f79f88a9886 100644
--- a/canvas/source/tools/surfacerect.hxx
+++ b/canvas/source/tools/surfacerect.hxx
@@ -30,13 +30,11 @@ namespace canvas
::basegfx::B2IPoint maPos;
::basegfx::B2ISize maSize;
::basegfx::B2IPoint maBackup;
- bool bEnabled;
explicit SurfaceRect( const ::basegfx::B2ISize &rSize ) :
maPos(),
maSize(rSize),
- maBackup(),
- bEnabled(true)
+ maBackup()
{
}