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
9330b975
Kaydet (Commit)
9330b975
authored
Mar 02, 2013
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#61564 when WrappedTargetException not in specification, do not throw it!
Change-Id: Id3c995557f320b1d0241f0ef5d94b1c9aeb66528
üst
380b858d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
documentcontainer.cxx
dbaccess/source/core/dataaccess/documentcontainer.cxx
+3
-2
No files found.
dbaccess/source/core/dataaccess/documentcontainer.cxx
Dosyayı görüntüle @
9330b975
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
#include "core_resource.hxx"
#include "core_resource.hxx"
#include "core_resource.hrc"
#include "core_resource.hrc"
#include <comphelper/namedvaluecollection.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
#include <osl/mutex.hxx>
...
@@ -558,9 +559,9 @@ Reference< XComponent > SAL_CALL ODocumentContainer::loadComponentFromURL( const
...
@@ -558,9 +559,9 @@ Reference< XComponent > SAL_CALL ODocumentContainer::loadComponentFromURL( const
{
{
throw
IllegalArgumentException
();
throw
IllegalArgumentException
();
}
}
catch
(
const
WrappedTargetException
&
)
catch
(
const
WrappedTargetException
&
e
)
{
{
throw
;
throw
WrappedTargetRuntimeException
(
e
.
Message
,
e
.
Context
,
e
.
TargetException
)
;
}
}
return
xComp
;
return
xComp
;
}
}
...
...
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