diff options
Diffstat (limited to 'framework/source/uielement/fontmenucontroller.cxx')
-rw-r--r-- | framework/source/uielement/fontmenucontroller.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/source/uielement/fontmenucontroller.cxx b/framework/source/uielement/fontmenucontroller.cxx index 56871bce5e2b..a31b9f91c853 100644 --- a/framework/source/uielement/fontmenucontroller.cxx +++ b/framework/source/uielement/fontmenucontroller.cxx @@ -53,7 +53,6 @@ #include <tools/urlobj.hxx> #include <rtl/ustrbuf.hxx> #include <vcl/mnemonic.hxx> -#include <dispatch/uieventloghelper.hxx> #include <osl/mutex.hxx> //_________________________________________________________________________________________________________________ @@ -174,12 +173,6 @@ void SAL_CALL FontMenuController::statusChanged( const FeatureStateEvent& Event void FontMenuController::impl_select(const Reference< XDispatch >& _xDispatch,const ::com::sun::star::util::URL& aTargetURL) { Sequence<PropertyValue> aArgs; - if(::comphelper::UiEventsLogger::isEnabled()) //#i88653# - UiEventLogHelper(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FontMenuController"))).log( - m_xServiceManager, - m_xFrame, - aTargetURL, - Sequence<PropertyValue>()); OSL_ENSURE(_xDispatch.is(),"FontMenuController::impl_select: No dispatch"); if ( _xDispatch.is() ) _xDispatch->dispatch( aTargetURL, aArgs ); |