diff options
author | August Sodora <augsod@gmail.com> | 2011-12-07 21:58:26 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-07 21:59:28 -0500 |
commit | bd7f8380113b0cbe706d131b33e7551b2c484205 (patch) | |
tree | 60ff450396806f72bf2945eae0a86af9461b3746 /framework/source/uielement/controlmenucontroller.cxx | |
parent | 855115d2f5845502e8619b35666512023584e012 (diff) |
Remove oooimprovement
Diffstat (limited to 'framework/source/uielement/controlmenucontroller.cxx')
-rw-r--r-- | framework/source/uielement/controlmenucontroller.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/source/uielement/controlmenucontroller.cxx b/framework/source/uielement/controlmenucontroller.cxx index 1e7ae5f55bd3..7fd52d33768e 100644 --- a/framework/source/uielement/controlmenucontroller.cxx +++ b/framework/source/uielement/controlmenucontroller.cxx @@ -60,7 +60,6 @@ #include <tools/rcid.h> #include <vcl/image.hxx> #include <svtools/menuoptions.hxx> -#include <dispatch/uieventloghelper.hxx> #include <osl/mutex.hxx> // Copied from svx @@ -338,8 +337,6 @@ void ControlMenuController::impl_select(const Reference< XDispatch >& /*_xDispat { Sequence<PropertyValue> aArgs; Reference< XDispatch > xDispatch = pIter->second; - if(::comphelper::UiEventsLogger::isEnabled()) //#i88653# - UiEventLogHelper(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ControlMenuController"))).log(m_xServiceManager, m_xFrame, aURL, aArgs); if ( xDispatch.is() ) xDispatch->dispatch( aURL, aArgs ); } |