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
21858498
Kaydet (Commit)
21858498
authored
Şub 15, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert temporary and not properly ifdeffed Android stuff
üst
c1f5475b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
svmain.cxx
vcl/source/app/svmain.cxx
+0
-5
No files found.
vcl/source/app/svmain.cxx
Dosyayı görüntüle @
21858498
...
@@ -155,16 +155,12 @@ oslSignalAction SAL_CALL VCLExceptionSignal_impl( void* /*pData*/, oslSignalInfo
...
@@ -155,16 +155,12 @@ oslSignalAction SAL_CALL VCLExceptionSignal_impl( void* /*pData*/, oslSignalInfo
}
}
extern
void
VCL_DLLPUBLIC
plasma_now
(
const
char
*
msg
);
// =======================================================================
// =======================================================================
int
ImplSVMain
()
int
ImplSVMain
()
{
{
// The 'real' SVMain()
// The 'real' SVMain()
RTL_LOGFILE_CONTEXT
(
aLog
,
"vcl (ss112471) ::SVMain"
);
RTL_LOGFILE_CONTEXT
(
aLog
,
"vcl (ss112471) ::SVMain"
);
// plasma_now("top"); - works here
ImplSVData
*
pSVData
=
ImplGetSVData
();
ImplSVData
*
pSVData
=
ImplGetSVData
();
DBG_ASSERT
(
pSVData
->
mpApp
,
"no instance of class Application"
);
DBG_ASSERT
(
pSVData
->
mpApp
,
"no instance of class Application"
);
...
@@ -179,7 +175,6 @@ int ImplSVMain()
...
@@ -179,7 +175,6 @@ int ImplSVMain()
{
{
// Application-Main rufen
// Application-Main rufen
pSVData
->
maAppData
.
mbInAppMain
=
sal_True
;
pSVData
->
maAppData
.
mbInAppMain
=
sal_True
;
// plasma_now("after vcl init"); - works here
nReturn
=
pSVData
->
mpApp
->
Main
();
nReturn
=
pSVData
->
mpApp
->
Main
();
pSVData
->
maAppData
.
mbInAppMain
=
sal_False
;
pSVData
->
maAppData
.
mbInAppMain
=
sal_False
;
}
}
...
...
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