diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-06-06 10:21:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-06-06 10:29:27 +0300 |
commit | d6efb4e417b3f85782c82fd97788db6b26740a19 (patch) | |
tree | da078301c030e7b4e7187a1475938928b6fc62da | |
parent | 043b2900aed2f6e2c22e90710302b15afec312b4 (diff) |
loplugin:unusedvariablecheck
Change-Id: Icbf2138d3ac69fb0022134fb7ceab34935ccdc2a
-rw-r--r-- | sfx2/source/control/templateabstractview.cxx | 1 |
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 ) |