summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bmpacc.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-23 10:31:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-23 12:34:51 +0100
commitaea9d9b054a59ccb53b7160daba808de9db7d814 (patch)
tree4bdc11d16bc329d86c858a315af2c65f46dc3f1c /vcl/source/gdi/bmpacc.cxx
parent144bc302b8e610422f0bdbfceb1726822454dfbc (diff)
use boost::optional in vcl
instead of allocating small objects on the heap via std::unique_ptr Change-Id: Iba1d9ad90dc5a31908027336f85046a9de6f5bc4 Reviewed-on: https://gerrit.libreoffice.org/51769 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/gdi/bmpacc.cxx')
-rw-r--r--vcl/source/gdi/bmpacc.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/gdi/bmpacc.cxx b/vcl/source/gdi/bmpacc.cxx
index e5134c5019b5..34919a3149bf 100644
--- a/vcl/source/gdi/bmpacc.cxx
+++ b/vcl/source/gdi/bmpacc.cxx
@@ -323,8 +323,6 @@ BitmapColor BitmapReadAccess::GetColorWithFallback( double fY, double fX, const
BitmapWriteAccess::BitmapWriteAccess(Bitmap& rBitmap)
: BitmapReadAccess(rBitmap, BitmapAccessMode::Write)
- , mpLineColor()
- , mpFillColor()
{
}