Kaydet (Commit) d3bfd982 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

fix breaker introduced by 0fcd1a73

Change-Id: I5e60c2d157e53831fb8239ca6d833aaca6735994
üst d24b5182
......@@ -42,6 +42,7 @@ $(eval $(call gb_Library_use_libraries,lomenubar,\
sal \
cppu \
cppuhelper \
comphelper \
X11 \
$(gb_STDLIBS) \
))
......
......@@ -64,6 +64,7 @@
#include <com/sun/star/ui/XAcceleratorConfiguration.hpp>
#include <com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp>
#include <rtl/process.h>
#include <comphelper/componentcontext.hxx>
#include <gio/gio.h>
//#pragma GCC diagnostic push
......@@ -261,7 +262,7 @@ FrameHelper::FrameHelper(const Reference< XMultiServiceFactory >& rServiceManag
: m_xStatusListener(new MenuItemStatusListener(this))
, m_pDispatchRegistry(new framework::lomenubar::DispatchRegistry(m_xStatusListener))
, m_xMSF(rServiceManager)
, m_xTrans(util::URLTransformer::create(m_xMSF))
, m_xTrans(util::URLTransformer::create(comphelper::ComponentContext(m_xMSF).getUNOContext()))
, m_xMM(m_xMSF->createInstance(OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.frame.ModuleManager"))),UNO_QUERY)
, m_xPCF(m_xMSF->createInstance(OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.frame.PopupMenuControllerFactory"))), UNO_QUERY)
, m_xFrame(xFrame)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment