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

Fix warning: unused variable 'sModuleName' [loplugin]

Change-Id: Ifa4dc5d704e4452824445d9652e135ddb6cb61e6
üst 316850f0
......@@ -113,7 +113,6 @@ OUString ContextChangeBroadcaster::GetModuleName (const cssu::Reference<css::fra
{
if ( ! rxFrame.is() || ! rxFrame->getController().is())
return OUString();
OUString sModuleName;
try
{
const ::comphelper::ComponentContext aContext (::comphelper::getProcessServiceFactory());
......
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