[Libreoffice-commits] core.git: framework/source
Stephan Bergmann
sbergman at redhat.com
Tue May 27 04:30:18 PDT 2014
framework/source/uielement/popuptoolbarcontroller.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 898b7643e49514cb14dfecc396e326e63672b6d5
Author: Stephan Bergmann <sbergman at 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 );
}
}
}
More information about the Libreoffice-commits
mailing list