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
7799d074
Kaydet (Commit)
7799d074
authored
Tem 02, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1309066 Uncaught exception
Change-Id: If02a62e814051bb2d75a683877f8d17ec9201993
üst
cf08d804
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pyuno.hxx
pyuno/inc/pyuno/pyuno.hxx
+1
-1
pyuno_runtime.cxx
pyuno/source/module/pyuno_runtime.cxx
+1
-1
No files found.
pyuno/inc/pyuno/pyuno.hxx
Dosyayı görüntüle @
7799d074
...
...
@@ -210,7 +210,7 @@ public:
*/
static
void
SAL_CALL
initialize
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XComponentContext
>
&
ctx
)
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
/** Checks, whether the uno runtime is already initialized in the current python interpreter.
*/
...
...
pyuno/source/module/pyuno_runtime.cxx
Dosyayı görüntüle @
7799d074
...
...
@@ -302,7 +302,7 @@ void stRuntimeImpl::del(PyObject* self)
void
Runtime
::
initialize
(
const
Reference
<
XComponentContext
>
&
ctx
)
throw
(
RuntimeException
)
throw
(
RuntimeException
,
std
::
exception
)
{
PyRef
globalDict
,
runtime
;
getRuntimeImpl
(
globalDict
,
runtime
);
...
...
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