Kaydet (Commit) 898b7643 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:sallogareas

Change-Id: I7fe1350e55bea2eead2c7fedf432da594aa6bd9c
üst 9b47595a
......@@ -142,7 +142,7 @@ throw ( css::uno::Exception, css::uno::RuntimeException, std::exception )
}
catch (const css::uno::Exception& e)
{
SAL_INFO( "framework.uielement", "Caught an exception: " << e.Message );
SAL_INFO( "fwk.uielement", "Caught an exception: " << e.Message );
}
SolarMutexGuard aSolarLock;
......@@ -242,7 +242,7 @@ void PopupMenuToolbarController::createPopupMenuController()
catch ( const css::uno::Exception &e )
{
m_xPopupMenu.clear();
SAL_INFO( "framework.uielement", "Caught an exception: " << e.Message );
SAL_INFO( "fwk.uielement", "Caught an exception: " << e.Message );
}
}
}
......
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