[Libreoffice-commits] core.git: chart2/qa

Tor Lillqvist tml at collabora.com
Tue Nov 26 00:19:41 PST 2013


 chart2/qa/extras/chart2export.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 6e0e5503a998b6b0996d1f8013cdd963576b840e
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Nov 26 10:17:19 2013 +0200

    WaE: unused variable 'aService' [loplugin]
    
    Change-Id: Ifc907dad0849f17aec728b9f0e85d44048755a14

diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx
index f46ab1a..b28034b 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());
 


More information about the Libreoffice-commits mailing list