From d6efb4e417b3f85782c82fd97788db6b26740a19 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 6 Jun 2016 10:21:56 +0300 Subject: loplugin:unusedvariablecheck Change-Id: Icbf2138d3ac69fb0022134fb7ceab34935ccdc2a --- sfx2/source/control/templateabstractview.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sfx2/source/control/templateabstractview.cxx b/sfx2/source/control/templateabstractview.cxx index e9656f392cb9..5d95c378fc4c 100644 --- a/sfx2/source/control/templateabstractview.cxx +++ b/sfx2/source/control/templateabstractview.cxx @@ -254,7 +254,6 @@ BitmapEx TemplateAbstractView::scaleImg (const BitmapEx &rImg, long width, long bool TemplateAbstractView::IsDefaultTemplate(const OUString& rPath) { SvtModuleOptions aModOpt; - std::vector aList; const css::uno::Sequence &aServiceNames = aModOpt.GetAllServiceNames(); for( sal_Int32 i=0, nCount = aServiceNames.getLength(); i < nCount; ++i ) -- cgit