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
a921f41a
Kaydet (Commit)
a921f41a
authored
Haz 01, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1219795 Uncaught exception
Change-Id: I24f5abd0e0b28c11c22c7871e10f42abb9908775
üst
d9e7a359
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ModuleController.cxx
sd/source/ui/framework/module/ModuleController.cxx
+2
-1
facreg.hxx
sd/source/ui/inc/facreg.hxx
+1
-1
No files found.
sd/source/ui/framework/module/ModuleController.cxx
Dosyayı görüntüle @
a921f41a
...
...
@@ -68,7 +68,8 @@ public:
Reference
<
XInterface
>
SAL_CALL
ModuleController_createInstance
(
const
Reference
<
XComponentContext
>&
rxContext
)
throw
(
css
::
uno
::
Exception
)
const
Reference
<
XComponentContext
>&
rxContext
)
throw
(
css
::
uno
::
Exception
,
std
::
exception
)
{
return
Reference
<
XInterface
>
(
ModuleController
::
CreateInstance
(
rxContext
),
UNO_QUERY
);
}
...
...
sd/source/ui/inc/facreg.hxx
Dosyayı görüntüle @
a921f41a
...
...
@@ -76,7 +76,7 @@ css::uno::Sequence<OUString> SAL_CALL ConfigurationController_getSupportedServic
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
SAL_CALL
ModuleController_createInstance
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
)
throw
(
css
::
uno
::
Exception
);
throw
(
css
::
uno
::
Exception
,
std
::
exception
);
OUString
ModuleController_getImplementationName
(
void
)
throw
(
css
::
uno
::
RuntimeException
);
css
::
uno
::
Sequence
<
OUString
>
SAL_CALL
ModuleController_getSupportedServiceNames
(
void
)
throw
(
css
::
uno
::
RuntimeException
);
...
...
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