framework/source/uielement/popuptoolbarcontroller.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 898b7643e49514cb14dfecc396e326e63672b6d5 Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue May 27 13:29:25 2014 +0200 loplugin:sallogareas Change-Id: I7fe1350e55bea2eead2c7fedf432da594aa6bd9c diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx index e17a86b..2667884 100644 --- a/framework/source/uielement/popuptoolbarcontroller.cxx +++ b/framework/source/uielement/popuptoolbarcontroller.cxx @@ -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 ); } } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits