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
dde3c84d
Kaydet (Commit)
dde3c84d
authored
Nis 25, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#737762 Uncaught exception
Change-Id: Iaa34147326ebcb3a29b922c29c0a1fd6b4a5f515
üst
e95b80d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
epptooxml.hxx
sd/source/filter/eppt/epptooxml.hxx
+1
-1
pptx-epptooxml.cxx
sd/source/filter/eppt/pptx-epptooxml.cxx
+1
-1
No files found.
sd/source/filter/eppt/epptooxml.hxx
Dosyayı görüntüle @
dde3c84d
...
@@ -71,7 +71,7 @@ public:
...
@@ -71,7 +71,7 @@ public:
// from FilterBase
// from FilterBase
virtual
bool
importDocument
()
throw
()
SAL_OVERRIDE
;
virtual
bool
importDocument
()
throw
()
SAL_OVERRIDE
;
virtual
bool
exportDocument
()
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
bool
exportDocument
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// only needed for import, leave them empty, refactor later XmlFilterBase to export and import base?
// only needed for import, leave them empty, refactor later XmlFilterBase to export and import base?
virtual
sal_Int32
getSchemeClr
(
sal_Int32
/* nColorSchemeToken */
)
const
{
return
0
;
}
virtual
sal_Int32
getSchemeClr
(
sal_Int32
/* nColorSchemeToken */
)
const
{
return
0
;
}
...
...
sd/source/filter/eppt/pptx-epptooxml.cxx
Dosyayı görüntüle @
dde3c84d
...
@@ -330,7 +330,7 @@ bool PowerPointExport::importDocument() throw()
...
@@ -330,7 +330,7 @@ bool PowerPointExport::importDocument() throw()
return
false
;
return
false
;
}
}
bool
PowerPointExport
::
exportDocument
()
throw
(
std
::
exception
)
bool
PowerPointExport
::
exportDocument
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
DrawingML
::
ResetCounters
();
DrawingML
::
ResetCounters
();
maShapeMap
.
clear
();
maShapeMap
.
clear
();
...
...
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