summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-20 11:42:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-20 18:56:09 +0000
commit370613e5917366698d4d9ec078f79f9a48ce8b02 (patch)
tree72b3f81111abca3de4b9decc317ce064788449fe /svx
parent36f2fd038d6dd281358db9d3161d7082d9559f4c (diff)
warn about unused Images
Change-Id: I5502b28411282354019af51a09c860099c652006 Reviewed-on: https://gerrit.libreoffice.org/33348 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/engine3d/float3d.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx
index b20b711f5a9f..6791a73be4d3 100644
--- a/svx/source/engine3d/float3d.cxx
+++ b/svx/source/engine3d/float3d.cxx
@@ -1847,8 +1847,7 @@ void Svx3DWin::GetAttr( SfxItemSet& rAttrs )
else
rAttrs.InvalidateItem(SDRATTR_3DSCENE_FOCAL_LENGTH);
-// Lighting
- Image aImg;
+ // Lighting
basegfx::B3DVector aVector;
Color aColor;
const SfxItemSet aLightItemSet(m_pCtlLightPreview->GetSvx3DLightControl().Get3DAttributes());