summaryrefslogtreecommitdiff
path: root/chart2/qa
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-26 10:17:19 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-26 10:17:19 +0200
commit6e0e5503a998b6b0996d1f8013cdd963576b840e (patch)
tree4ebf62c735d8cac83618ab3622d00c4878a3a0c2 /chart2/qa
parentb9b8e26aa0ff86b131c9da84f33ee3ce397104d6 (diff)
WaE: unused variable 'aService' [loplugin]
Change-Id: Ifc907dad0849f17aec728b9f0e85d44048755a14
Diffstat (limited to 'chart2/qa')
-rw-r--r--chart2/qa/extras/chart2export.cxx1
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());