diff options
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r-- | include/vcl/graph.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index 0c10149c30a8..6f71d24924f9 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -89,13 +89,12 @@ public: const Size& rSizePixel = Size(), bool bUnlimitedSize = false, bool bAntiAliase = false, - bool bSnapHorVerLines = false, - bool bScaleHighQuality = false) + bool bSnapHorVerLines = false) : maSizePixel(rSizePixel), mbUnlimitedSize(bUnlimitedSize), mbAntiAliase(bAntiAliase), mbSnapHorVerLines(bSnapHorVerLines), - mbScaleHighQuality(bScaleHighQuality) + mbScaleHighQuality(false) { } |