summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-12 22:01:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-13 08:28:35 +0200
commiteb5de8ec13b1db3a3e62622db2d87a77846a3b16 (patch)
treef2fd141eca4a6b28538ffe4ecb9ea085c7d9d6d8 /vcl
parentab3eabe438880d6c0fc7dab99a8537d873da3f05 (diff)
loplugin:unusedvariableplus
Change-Id: I58a466ac18debafa3bc2ff31c648ff51e126ab8f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94083 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/TypeSerializer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/TypeSerializer.cxx b/vcl/source/gdi/TypeSerializer.cxx
index 0f1fd0ee43b9..e2f399f2d76a 100644
--- a/vcl/source/gdi/TypeSerializer.cxx
+++ b/vcl/source/gdi/TypeSerializer.cxx
@@ -250,7 +250,6 @@ void TypeSerializer::readGraphic(Graphic& rGraphic)
}
else
{
- Graphic aGraphic;
GDIMetaFile aMetaFile;
mrStream.Seek(nInitialStreamPosition);