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
36ec3ddc
Kaydet (Commit)
36ec3ddc
authored
Eki 10, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#1244952 Uncaught exception
Change-Id: Ied23e7df1d8ebda9976e63d03c122c058addf274
üst
c2621e64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
loadenv.hxx
framework/source/inc/loadenv/loadenv.hxx
+1
-1
loadenv.cxx
framework/source/loadenv/loadenv.cxx
+1
-1
No files found.
framework/source/inc/loadenv/loadenv.hxx
Dosyayı görüntüle @
36ec3ddc
...
@@ -465,7 +465,7 @@ private:
...
@@ -465,7 +465,7 @@ private:
the whole runtime can't be used any longer.
the whole runtime can't be used any longer.
*/
*/
bool
impl_loadContent
()
bool
impl_loadContent
()
throw
(
LoadEnvException
,
css
::
uno
::
RuntimeException
,
css
::
beans
::
IllegalTypeException
);
throw
(
LoadEnvException
,
css
::
uno
::
RuntimeException
,
css
::
beans
::
IllegalTypeException
,
std
::
exception
);
/** @short checks if the specified content is already loaded.
/** @short checks if the specified content is already loaded.
...
...
framework/source/loadenv/loadenv.cxx
Dosyayı görüntüle @
36ec3ddc
...
@@ -999,7 +999,7 @@ bool LoadEnv::impl_furtherDocsAllowed()
...
@@ -999,7 +999,7 @@ bool LoadEnv::impl_furtherDocsAllowed()
}
}
bool
LoadEnv
::
impl_loadContent
()
bool
LoadEnv
::
impl_loadContent
()
throw
(
LoadEnvException
,
css
::
uno
::
RuntimeException
,
beans
::
IllegalTypeException
)
throw
(
LoadEnvException
,
css
::
uno
::
RuntimeException
,
beans
::
IllegalTypeException
,
std
::
exception
)
{
{
// SAFE -> -----------------------------------
// SAFE -> -----------------------------------
osl
::
ClearableMutexGuard
aWriteLock
(
m_mutex
);
osl
::
ClearableMutexGuard
aWriteLock
(
m_mutex
);
...
...
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