diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-26 10:17:19 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-26 10:17:19 +0200 |
commit | 6e0e5503a998b6b0996d1f8013cdd963576b840e (patch) | |
tree | 4ebf62c735d8cac83618ab3622d00c4878a3a0c2 /chart2/qa | |
parent | b9b8e26aa0ff86b131c9da84f33ee3ce397104d6 (diff) |
WaE: unused variable 'aService' [loplugin]
Change-Id: Ifc907dad0849f17aec728b9f0e85d44048755a14
Diffstat (limited to 'chart2/qa')
-rw-r--r-- | chart2/qa/extras/chart2export.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx index f46ab1a55453..b28034b222f2 100644 --- a/chart2/qa/extras/chart2export.cxx +++ b/chart2/qa/extras/chart2export.cxx @@ -100,7 +100,6 @@ void checkCommonTrendline( void checkNameAndType(Reference<XPropertySet> xProperties, OUString aExpectedName, OUString aExpectedServiceName) { - OUString aService; Reference< lang::XServiceName > xServiceName( xProperties, UNO_QUERY ); CPPUNIT_ASSERT(xServiceName.is()); |