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
855010d9
Kaydet (Commit)
855010d9
authored
Tem 01, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707290 Uncaught exception
Change-Id: If020fd537c15c41fe33134f554b7df1f10f18570
üst
1b6cefaf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
unodraw.hxx
sw/inc/unodraw.hxx
+1
-1
unodraw.cxx
sw/source/core/unocore/unodraw.cxx
+2
-1
No files found.
sw/inc/unodraw.hxx
Dosyayı görüntüle @
855010d9
...
@@ -64,7 +64,7 @@ public:
...
@@ -64,7 +64,7 @@ public:
// The following method is called when a SvxShape-object is to be created.
// The following method is called when a SvxShape-object is to be created.
// Derived classes may obtain at this point a derivation or an object
// Derived classes may obtain at this point a derivation or an object
// that is aggregating a SvxShape.
// that is aggregating a SvxShape.
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>
_CreateShape
(
SdrObject
*
pObj
)
const
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>
_CreateShape
(
SdrObject
*
pObj
)
const
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
};
};
typedef
cppu
::
WeakAggImplHelper4
typedef
cppu
::
WeakAggImplHelper4
...
...
sw/source/core/unocore/unodraw.cxx
Dosyayı görüntüle @
855010d9
...
@@ -300,7 +300,8 @@ SdrObject* SwFmDrawPage::_CreateSdrObject( const uno::Reference< drawing::XShape
...
@@ -300,7 +300,8 @@ SdrObject* SwFmDrawPage::_CreateSdrObject( const uno::Reference< drawing::XShape
return
SvxFmDrawPage
::
_CreateSdrObject
(
xShape
);
return
SvxFmDrawPage
::
_CreateSdrObject
(
xShape
);
}
}
uno
::
Reference
<
drawing
::
XShape
>
SwFmDrawPage
::
_CreateShape
(
SdrObject
*
pObj
)
const
throw
(
std
::
exception
)
uno
::
Reference
<
drawing
::
XShape
>
SwFmDrawPage
::
_CreateShape
(
SdrObject
*
pObj
)
const
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
uno
::
Reference
<
drawing
::
XShape
>
xRet
;
uno
::
Reference
<
drawing
::
XShape
>
xRet
;
if
(
pObj
->
ISA
(
SwVirtFlyDrawObj
)
||
pObj
->
GetObjInventor
()
==
SWGInventor
)
if
(
pObj
->
ISA
(
SwVirtFlyDrawObj
)
||
pObj
->
GetObjInventor
()
==
SWGInventor
)
...
...
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