Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d3bfd982
Kaydet (Commit)
d3bfd982
authored
Tem 14, 2012
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix breaker introduced by
0fcd1a73
Change-Id: I5e60c2d157e53831fb8239ca6d833aaca6735994
üst
d24b5182
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Library_lomenubar.mk
framework/Library_lomenubar.mk
+1
-0
FrameHelper.cxx
framework/source/lomenubar/FrameHelper.cxx
+2
-1
No files found.
framework/Library_lomenubar.mk
Dosyayı görüntüle @
d3bfd982
...
...
@@ -42,6 +42,7 @@ $(eval $(call gb_Library_use_libraries,lomenubar,\
sal \
cppu \
cppuhelper \
comphelper \
X11 \
$(gb_STDLIBS) \
))
...
...
framework/source/lomenubar/FrameHelper.cxx
Dosyayı görüntüle @
d3bfd982
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment