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
9742d413
Kaydet (Commit)
9742d413
authored
Şub 11, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#737275 Uncaught exception
Change-Id: I4e1b0cfc50f044b9b66b573c374254fa74607244
üst
68d9649f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
xmlexprt.cxx
sc/source/filter/xml/xmlexprt.cxx
+2
-1
appluno.cxx
sc/source/ui/unoobj/appluno.cxx
+2
-1
No files found.
sc/source/filter/xml/xmlexprt.cxx
Dosyayı görüntüle @
9742d413
...
@@ -319,7 +319,8 @@ uno::Sequence< OUString > SAL_CALL ScXMLOOoExport_Settings_getSupportedServiceNa
...
@@ -319,7 +319,8 @@ uno::Sequence< OUString > SAL_CALL ScXMLOOoExport_Settings_getSupportedServiceNa
}
}
uno
::
Reference
<
uno
::
XInterface
>
SAL_CALL
ScXMLOOoExport_Settings_createInstance
(
uno
::
Reference
<
uno
::
XInterface
>
SAL_CALL
ScXMLOOoExport_Settings_createInstance
(
const uno::Reference< lang::XMultiServiceFactory > & rSMgr ) throw( uno::Exception )
const
uno
::
Reference
<
lang
::
XMultiServiceFactory
>
&
rSMgr
)
throw
(
uno
::
Exception
,
std
::
exception
)
{
{
return
(
cppu
::
OWeakObject
*
)
new
ScXMLExport
(
comphelper
::
getComponentContext
(
rSMgr
),
ScXMLOOoExport_Settings_getImplementationName
(),
EXPORT_SETTINGS
);
return
(
cppu
::
OWeakObject
*
)
new
ScXMLExport
(
comphelper
::
getComponentContext
(
rSMgr
),
ScXMLOOoExport_Settings_getImplementationName
(),
EXPORT_SETTINGS
);
}
}
...
...
sc/source/ui/unoobj/appluno.cxx
Dosyayı görüntüle @
9742d413
...
@@ -92,7 +92,8 @@ extern uno::Reference< uno::XInterface > SAL_CALL ScXMLOOoExport_Content_createI
...
@@ -92,7 +92,8 @@ extern uno::Reference< uno::XInterface > SAL_CALL ScXMLOOoExport_Content_createI
extern
uno
::
Sequence
<
OUString
>
SAL_CALL
ScXMLOOoExport_Settings_getSupportedServiceNames
()
throw
();
extern
uno
::
Sequence
<
OUString
>
SAL_CALL
ScXMLOOoExport_Settings_getSupportedServiceNames
()
throw
();
extern
OUString
SAL_CALL
ScXMLOOoExport_Settings_getImplementationName
()
throw
();
extern
OUString
SAL_CALL
ScXMLOOoExport_Settings_getImplementationName
()
throw
();
extern
uno
::
Reference
<
uno
::
XInterface
>
SAL_CALL
ScXMLOOoExport_Settings_createInstance
(
extern
uno
::
Reference
<
uno
::
XInterface
>
SAL_CALL
ScXMLOOoExport_Settings_createInstance
(
const
uno
::
Reference
<
lang
::
XMultiServiceFactory
>
&
rSMgr
)
throw
(
uno
::
Exception
);
const
uno
::
Reference
<
lang
::
XMultiServiceFactory
>
&
rSMgr
)
throw
(
uno
::
Exception
,
std
::
exception
);
// Calc XML Oasis export
// Calc XML Oasis export
extern
uno
::
Sequence
<
OUString
>
SAL_CALL
ScXMLOasisExport_getSupportedServiceNames
()
throw
();
extern
uno
::
Sequence
<
OUString
>
SAL_CALL
ScXMLOasisExport_getSupportedServiceNames
()
throw
();
...
...
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