sfx2/source/control/templateabstractview.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit b340ad6dfe333bec3da4bd1bfd4b80acc39ec9cf Author: Tor Lillqvist <[email protected]> Date: Mon Jun 6 10:21:56 2016 +0300 loplugin:unusedvariablecheck Change-Id: Icbf2138d3ac69fb0022134fb7ceab34935ccdc2a (cherry picked from commit d6efb4e417b3f85782c82fd97788db6b26740a19) Reviewed-on: https://gerrit.libreoffice.org/26034 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> diff --git a/sfx2/source/control/templateabstractview.cxx b/sfx2/source/control/templateabstractview.cxx index 490cfea..df34797 100644 --- a/sfx2/source/control/templateabstractview.cxx +++ b/sfx2/source/control/templateabstractview.cxx @@ -277,7 +277,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 ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
