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
1979afcc
Kaydet (Commit)
1979afcc
authored
Haz 10, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706877 Uncaught exception
Change-Id: I7364afe103f9912b31bde7f4e84baf16633b05f8
üst
fea4482e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
pageuno.hxx
sc/inc/pageuno.hxx
+4
-4
pageuno.cxx
sc/source/ui/unoobj/pageuno.cxx
+2
-1
No files found.
sc/inc/pageuno.hxx
Dosyayı görüntüle @
1979afcc
...
...
@@ -27,11 +27,11 @@
class
ScPageObj
:
public
SvxFmDrawPage
{
public
:
ScPageObj
(
SdrPage
*
pPage
);
virtual
~
ScPageObj
()
throw
();
ScPageObj
(
SdrPage
*
pPage
);
virtual
~
ScPageObj
()
throw
();
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>
_CreateShape
(
SdrObject
*
pObj
)
const
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Reference
<
css
::
drawing
::
XShape
>
_CreateShape
(
SdrObject
*
pObj
)
const
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// XServiceInfo
virtual
OUString
SAL_CALL
getImplementationName
()
...
...
sc/source/ui/unoobj/pageuno.cxx
Dosyayı görüntüle @
1979afcc
...
...
@@ -33,7 +33,8 @@ ScPageObj::~ScPageObj() throw()
{
}
uno
::
Reference
<
drawing
::
XShape
>
ScPageObj
::
_CreateShape
(
SdrObject
*
pObj
)
const
throw
(
std
::
exception
)
uno
::
Reference
<
drawing
::
XShape
>
ScPageObj
::
_CreateShape
(
SdrObject
*
pObj
)
const
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
uno
::
Reference
<
drawing
::
XShape
>
xShape
(
SvxFmDrawPage
::
_CreateShape
(
pObj
));
...
...
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