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
4f05fdff
Kaydet (Commit)
4f05fdff
authored
Eki 20, 2017
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tdf#113311 disable CppunitTest_libreofficekit_tiledrendering for now
Change-Id: I0f6e284d232388019bfa33f07a4afc864e0040a9
üst
22fa30c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
init.cxx
desktop/source/lib/init.cxx
+2
-0
Module_libreofficekit.mk
libreofficekit/Module_libreofficekit.mk
+2
-1
No files found.
desktop/source/lib/init.cxx
Dosyayı görüntüle @
4f05fdff
...
...
@@ -3557,6 +3557,8 @@ static void lo_destroy(LibreOfficeKit* pThis)
comphelper
::
LibreOfficeKit
::
setStatusIndicatorCallback
(
nullptr
,
nullptr
);
uno
::
Reference
<
frame
::
XDesktop2
>
xDesktop
=
frame
::
Desktop
::
create
(
::
comphelper
::
getProcessComponentContext
()
);
// FIXME: the terminate() call here is a no-op because it detects
// that LibreOfficeKit::isActive() and then returns early!
bSuccess
=
xDesktop
.
is
()
&&
xDesktop
->
terminate
();
if
(
!
bSuccess
)
...
...
libreofficekit/Module_libreofficekit.mk
Dosyayı görüntüle @
4f05fdff
...
...
@@ -15,7 +15,8 @@ $(eval $(call gb_Module_add_check_targets,libreofficekit, \
CppunitTest_libreofficekit_checkapi \
))
$(eval $(call gb_Module_add_subsequentcheck_targets,libreofficekit,\
# tdf#113311 disabled because it can deadlock on shutdown
#$(eval $(call gb_Module_add_subsequentcheck_targets,libreofficekit,\
CppunitTest_libreofficekit_tiledrendering \
))
...
...
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