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
b6b71d74
Kaydet (Commit)
b6b71d74
authored
Eki 30, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
squeeze all Exceptions through RuntimeException for exception sig
Change-Id: I50377a12c2baadf48767e1d4c265417d3c8ab765
üst
ce3d66c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ProviderCache.cxx
scripting/source/provider/ProviderCache.cxx
+1
-1
No files found.
scripting/source/provider/ProviderCache.cxx
Dosyayı görüntüle @
b6b71d74
...
...
@@ -189,7 +189,7 @@ ProviderCache::createProvider( ProviderDetails& details ) throw ( RuntimeExcepti
details
.
provider
.
set
(
details
.
factory
->
createInstanceWithArgumentsAndContext
(
m_Sctx
,
m_xContext
),
UNO_QUERY_THROW
);
}
catch
(
const
Runtime
Exception
&
e
)
catch
(
const
Exception
&
e
)
{
::
rtl
::
OUString
temp
(
"ProviderCache::createProvider() Error creating provider from factory!!!
\n
"
);
throw
RuntimeException
(
temp
.
concat
(
e
.
Message
),
Reference
<
XInterface
>
()
);
...
...
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