Kaydet (Commit) d6efb4e4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

loplugin:unusedvariablecheck

Change-Id: Icbf2138d3ac69fb0022134fb7ceab34935ccdc2a
üst 043b2900
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment