summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-27 13:29:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-27 13:29:50 +0200
commit898b7643e49514cb14dfecc396e326e63672b6d5 (patch)
tree893888a027b899c72cfa8b7b1633bab711bb7932 /framework
parent9b47595a34c0b687cc02290b0a9cbf8508407082 (diff)
loplugin:sallogareas
Change-Id: I7fe1350e55bea2eead2c7fedf432da594aa6bd9c
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/popuptoolbarcontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx
index e17a86b02b76..2667884e748e 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 );
}
}
}