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

WaE: unused variable 'aService' [loplugin]

Change-Id: Ifc907dad0849f17aec728b9f0e85d44048755a14
üst b9b8e26a
...@@ -100,7 +100,6 @@ void checkCommonTrendline( ...@@ -100,7 +100,6 @@ void checkCommonTrendline(
void checkNameAndType(Reference<XPropertySet> xProperties, OUString aExpectedName, OUString aExpectedServiceName) void checkNameAndType(Reference<XPropertySet> xProperties, OUString aExpectedName, OUString aExpectedServiceName)
{ {
OUString aService;
Reference< lang::XServiceName > xServiceName( xProperties, UNO_QUERY ); Reference< lang::XServiceName > xServiceName( xProperties, UNO_QUERY );
CPPUNIT_ASSERT(xServiceName.is()); CPPUNIT_ASSERT(xServiceName.is());
......
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