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
ec651eae
Kaydet (Commit)
ec651eae
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#706551 Uncaught exception
Change-Id: I83cb2abe19e72c13ac00ecd8c6ec58ffbfbcb659
üst
ecd00991
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 @
ec651eae
...
...
@@ -465,7 +465,7 @@ private:
the whole runtime can't be used any longer.
*/
bool
impl_loadContent
()
throw
(
LoadEnvException
,
css
::
uno
::
RuntimeException
);
throw
(
LoadEnvException
,
css
::
uno
::
RuntimeException
,
css
::
beans
::
IllegalTypeException
);
/** @short checks if the specified content is already loaded.
...
...
framework/source/loadenv/loadenv.cxx
Dosyayı görüntüle @
ec651eae
...
...
@@ -1002,7 +1002,7 @@ bool LoadEnv::impl_furtherDocsAllowed()
}
bool
LoadEnv
::
impl_loadContent
()
throw
(
LoadEnvException
,
css
::
uno
::
RuntimeException
)
throw
(
LoadEnvException
,
css
::
uno
::
RuntimeException
,
beans
::
IllegalTypeException
)
{
// SAFE -> -----------------------------------
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