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
91404d1d
Kaydet (Commit)
91404d1d
authored
Tem 13, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Hide information about failure during very early startup a little less
Change-Id: I4ecbcf7e19c642bbb98f66d127050361fdb6136a
üst
c097f7a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
app.cxx
desktop/source/app/app.cxx
+9
-3
No files found.
desktop/source/app/app.cxx
Dosyayı görüntüle @
91404d1d
...
@@ -26,6 +26,10 @@
...
@@ -26,6 +26,10 @@
*
*
************************************************************************/
************************************************************************/
#include "sal/config.h"
#include <iostream>
#include "app.hxx"
#include "app.hxx"
#include "desktop.hrc"
#include "desktop.hrc"
#include "cmdlineargs.hxx"
#include "cmdlineargs.hxx"
...
@@ -712,9 +716,11 @@ void Desktop::ensureProcessServiceFactory()
...
@@ -712,9 +716,11 @@ void Desktop::ensureProcessServiceFactory()
}
}
catch
(
const
css
::
uno
::
Exception
&
e
)
catch
(
const
css
::
uno
::
Exception
&
e
)
{
{
SAL_WARN
(
"desktop"
,
"UNO Exception: "
<<
e
.
Message
);
// Application::ShowNativeErrorBox would only work after InitVCL, so
// let exceptions escape and tear down the process, it is
// all we can realistically do here is hope the user can see stderr:
// completely broken anyway
std
::
cerr
<<
"UNO Exception: "
<<
e
.
Message
<<
std
::
endl
;
// Let exceptions escape and tear down the process, it is completely
// broken anyway:
throw
;
throw
;
}
}
}
}
...
...
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