summaryrefslogtreecommitdiff
path: root/sd/source/ui/app
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-06 15:47:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-06 18:03:04 +0200
commit971db8196fee933fffb4cd4613383026a747b92f (patch)
treeed3a2a4ce5a954801dd4cd5047195eef4f664b42 /sd/source/ui/app
parentd3a136dfb73ab47e79ccd0fe83e0ac80512d9503 (diff)
loplugin:unusedvariableplus in sd
Change-Id: I86ac16689360e79ab109cd548b55848522a0553f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91754 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/app')
-rw-r--r--sd/source/ui/app/sdpopup.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/app/sdpopup.cxx b/sd/source/ui/app/sdpopup.cxx
index 89cf3ea5a4b8..eeadaef35bf9 100644
--- a/sd/source/ui/app/sdpopup.cxx
+++ b/sd/source/ui/app/sdpopup.cxx
@@ -254,8 +254,6 @@ SvxFieldData* SdFieldPopup::GetField()
if( pDocSh )
{
- SvxExtFileField aFileField( *pFileField );
-
OUString aName;
if( pDocSh->HasName() )
aName = pDocSh->GetMedium()->GetName();