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
a5219c79
Kaydet (Commit)
a5219c79
authored
May 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707241 Uncaught exception
Change-Id: Ia82b685a892c376dbdf5a5b7a8e559bf318b9134
üst
64da31ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
unopage.hxx
include/svx/unopage.hxx
+1
-1
unopage.cxx
svx/source/unodraw/unopage.cxx
+1
-1
No files found.
include/svx/unopage.hxx
Dosyayı görüntüle @
a5219c79
...
@@ -94,7 +94,7 @@ class SVX_DLLPUBLIC SvxDrawPage : public ::cppu::WeakAggImplHelper6< ::com::sun:
...
@@ -94,7 +94,7 @@ class SVX_DLLPUBLIC SvxDrawPage : public ::cppu::WeakAggImplHelper6< ::com::sun:
// Creating a SdrObject using it's Description.
// Creating a SdrObject using it's Description.
// Can be used by derived classes to support their owen Shapes (e.g. Controls).
// Can be used by derived classes to support their owen Shapes (e.g. Controls).
virtual
SdrObject
*
_CreateSdrObject
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>&
xShape
)
virtual
SdrObject
*
_CreateSdrObject
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>&
xShape
)
throw
(
css
::
uno
::
Exception
,
std
::
exception
);
throw
(
css
::
uno
::
Runtime
Exception
,
std
::
exception
);
static
SvxShape
*
CreateShapeByTypeAndInventor
(
sal_uInt16
nType
,
sal_uInt32
nInventor
,
SdrObject
*
pObj
=
NULL
,
SvxDrawPage
*
pPage
=
NULL
,
OUString
const
&
referer
=
OUString
()
)
throw
();
static
SvxShape
*
CreateShapeByTypeAndInventor
(
sal_uInt16
nType
,
sal_uInt32
nInventor
,
SdrObject
*
pObj
=
NULL
,
SvxDrawPage
*
pPage
=
NULL
,
OUString
const
&
referer
=
OUString
()
)
throw
();
...
...
svx/source/unodraw/unopage.cxx
Dosyayı görüntüle @
a5219c79
...
@@ -474,7 +474,7 @@ void SAL_CALL SvxDrawPage::ungroup( const Reference< drawing::XShapeGroup >& aGr
...
@@ -474,7 +474,7 @@ void SAL_CALL SvxDrawPage::ungroup( const Reference< drawing::XShapeGroup >& aGr
}
}
SdrObject
*
SvxDrawPage
::
_CreateSdrObject
(
const
Reference
<
drawing
::
XShape
>
&
xShape
)
SdrObject
*
SvxDrawPage
::
_CreateSdrObject
(
const
Reference
<
drawing
::
XShape
>
&
xShape
)
throw
(
css
::
uno
::
Exception
,
std
::
exception
)
throw
(
css
::
uno
::
Runtime
Exception
,
std
::
exception
)
{
{
sal_uInt16
nType
=
0
;
sal_uInt16
nType
=
0
;
sal_uInt32
nInventor
=
0
;
sal_uInt32
nInventor
=
0
;
...
...
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