summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-06-06 10:21:56 +0300
committerTor Lillqvist <tml@collabora.com>2016-06-06 10:29:27 +0300
commitd6efb4e417b3f85782c82fd97788db6b26740a19 (patch)
treeda078301c030e7b4e7187a1475938928b6fc62da /sfx2/source
parent043b2900aed2f6e2c22e90710302b15afec312b4 (diff)
loplugin:unusedvariablecheck
Change-Id: Icbf2138d3ac69fb0022134fb7ceab34935ccdc2a
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/control/templateabstractview.cxx1
1 files changed, 0 insertions, 1 deletions
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<OUString> aList;
const css::uno::Sequence<OUString> &aServiceNames = aModOpt.GetAllServiceNames();
for( sal_Int32 i=0, nCount = aServiceNames.getLength(); i < nCount; ++i )