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
312ffe07
Kaydet (Commit)
312ffe07
authored
Haz 03, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#738062 Uncaught exception
Change-Id: Id123422e23f93b1c0062cac190fcf93a253cb629
üst
604d5be3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
xmlxtexp.hxx
svx/source/inc/xmlxtexp.hxx
+2
-1
xmlxtexp.cxx
svx/source/xml/xmlxtexp.cxx
+2
-1
No files found.
svx/source/inc/xmlxtexp.hxx
Dosyayı görüntüle @
312ffe07
...
@@ -49,7 +49,8 @@ public:
...
@@ -49,7 +49,8 @@ public:
::
com
::
sun
::
star
::
container
::
XNameContainer
>&
xTable
,
::
com
::
sun
::
star
::
container
::
XNameContainer
>&
xTable
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
embed
::
XStorage
>
&
xStorage
,
::
com
::
sun
::
star
::
embed
::
XStorage
>
&
xStorage
,
OUString
*
pOptName
)
throw
();
OUString
*
pOptName
)
throw
(
css
::
uno
::
RuntimeException
);
// methods without content:
// methods without content:
virtual
void
_ExportAutoStyles
()
SAL_OVERRIDE
;
virtual
void
_ExportAutoStyles
()
SAL_OVERRIDE
;
...
...
svx/source/xml/xmlxtexp.cxx
Dosyayı görüntüle @
312ffe07
...
@@ -209,7 +209,8 @@ bool SvxXMLXTableExportComponent::save(
...
@@ -209,7 +209,8 @@ bool SvxXMLXTableExportComponent::save(
const
OUString
&
rURL
,
const
OUString
&
rURL
,
const
uno
::
Reference
<
container
::
XNameContainer
>&
xTable
,
const
uno
::
Reference
<
container
::
XNameContainer
>&
xTable
,
const
uno
::
Reference
<
embed
::
XStorage
>&
xStorage
,
const
uno
::
Reference
<
embed
::
XStorage
>&
xStorage
,
OUString
*
pOptName
)
throw
()
OUString
*
pOptName
)
throw
(
css
::
uno
::
RuntimeException
)
{
{
bool
bRet
=
false
;
bool
bRet
=
false
;
SfxMedium
*
pMedium
=
NULL
;
SfxMedium
*
pMedium
=
NULL
;
...
...
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