[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sfx2/source
Tor Lillqvist
tml at collabora.com
Tue Jun 7 17:36:32 UTC 2016
sfx2/source/control/templateabstractview.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b340ad6dfe333bec3da4bd1bfd4b80acc39ec9cf
Author: Tor Lillqvist <tml at collabora.com>
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 <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
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 )
More information about the Libreoffice-commits
mailing list