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
ae6b606f
Kaydet (Commit)
ae6b606f
authored
Haz 03, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#737243 Uncaught exception
Change-Id: I4bef14453d076f11066a695bc4a948cea5cfd40b
üst
1d2993df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dgmimport.hxx
include/oox/ppt/dgmimport.hxx
+1
-1
dgmimport.cxx
oox/source/ppt/dgmimport.cxx
+1
-1
No files found.
include/oox/ppt/dgmimport.hxx
Dosyayı görüntüle @
ae6b606f
...
...
@@ -40,7 +40,7 @@ public:
QuickDiagrammingImport
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
rxContext
);
// from FilterBase
virtual
bool
importDocument
()
throw
(
)
SAL_OVERRIDE
;
virtual
bool
importDocument
()
throw
(
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
bool
exportDocument
()
throw
()
SAL_OVERRIDE
;
virtual
const
::
oox
::
drawingml
::
Theme
*
getCurrentTheme
()
const
SAL_OVERRIDE
;
...
...
oox/source/ppt/dgmimport.cxx
Dosyayı görüntüle @
ae6b606f
...
...
@@ -54,7 +54,7 @@ QuickDiagrammingImport::QuickDiagrammingImport( const ::com::sun::star::uno::Ref
:
XmlFilterBase
(
rxContext
)
{}
bool
QuickDiagrammingImport
::
importDocument
()
throw
(
)
bool
QuickDiagrammingImport
::
importDocument
()
throw
(
css
::
uno
::
RuntimeException
)
{
/* to activate the PPTX dumper, define the environment variable
OOO_PPTXDUMPER and insert the full path to the file
...
...
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