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
f829d088
Kaydet (Commit)
f829d088
authored
Haz 17, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707138 Uncaught exception
Change-Id: Ifd9a8ea49b48e81cdff859d2659fbd4d828afa90
üst
4598bbe4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
unopage.cxx
sd/source/ui/unoidl/unopage.cxx
+2
-2
unopage.hxx
sd/source/ui/unoidl/unopage.hxx
+2
-2
No files found.
sd/source/ui/unoidl/unopage.cxx
Dosyayı görüntüle @
f829d088
...
@@ -1338,8 +1338,8 @@ void SAL_CALL SdGenericDrawPage::firePropertiesChangeEvent( const Sequence< OUSt
...
@@ -1338,8 +1338,8 @@ void SAL_CALL SdGenericDrawPage::firePropertiesChangeEvent( const Sequence< OUSt
{
{
}
}
Reference
<
drawing
::
XShape
>
SdGenericDrawPage
::
_CreateShape
(
SdrObject
*
pObj
)
const
Reference
<
drawing
::
XShape
>
SdGenericDrawPage
::
_CreateShape
(
SdrObject
*
pObj
)
const
throw
(
std
::
exception
)
throw
(
RuntimeException
,
std
::
exception
)
{
{
DBG_ASSERT
(
GetPage
(),
"SdGenericDrawPage::_CreateShape(), can't create shape for disposed page!"
);
DBG_ASSERT
(
GetPage
(),
"SdGenericDrawPage::_CreateShape(), can't create shape for disposed page!"
);
DBG_ASSERT
(
pObj
,
"SdGenericDrawPage::_CreateShape(), invalid call with pObj == 0!"
);
DBG_ASSERT
(
pObj
,
"SdGenericDrawPage::_CreateShape(), invalid call with pObj == 0!"
);
...
...
sd/source/ui/unoidl/unopage.hxx
Dosyayı görüntüle @
f829d088
...
@@ -108,8 +108,8 @@ public:
...
@@ -108,8 +108,8 @@ public:
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// SvxFmDrawPage
// SvxFmDrawPage
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>
_CreateShape
(
SdrObject
*
pObj
)
const
virtual
css
::
uno
::
Reference
<
css
::
drawing
::
XShape
>
_CreateShape
(
SdrObject
*
pObj
)
const
throw
(
std
::
exception
)
SAL_OVERRIDE
;
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// XInterface
// XInterface
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
rType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
rType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
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