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
44d23b2c
Kaydet (Commit)
44d23b2c
authored
Mar 13, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#705508 Dereference null return value
Change-Id: Idbd70944ff637de32f5d2d11089efebe22692267
üst
df9cd33b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
unotbl.cxx
sw/source/core/unocore/unotbl.cxx
+4
-3
No files found.
sw/source/core/unocore/unotbl.cxx
Dosyayı görüntüle @
44d23b2c
...
@@ -3335,11 +3335,12 @@ uno::Any SwXTextTable::getPropertyValue(const OUString& rPropertyName)
...
@@ -3335,11 +3335,12 @@ uno::Any SwXTextTable::getPropertyValue(const OUString& rPropertyName)
SwFrmFmt
*
pFmt
=
GetFrmFmt
();
SwFrmFmt
*
pFmt
=
GetFrmFmt
();
const
SfxItemPropertySimpleEntry
*
pEntry
=
const
SfxItemPropertySimpleEntry
*
pEntry
=
m_pPropSet
->
getPropertyMap
().
getByName
(
rPropertyName
);
m_pPropSet
->
getPropertyMap
().
getByName
(
rPropertyName
);
if
(
!
pEntry
)
throw
beans
::
UnknownPropertyException
(
OUString
(
"Unknown property: "
)
+
rPropertyName
,
static_cast
<
cppu
::
OWeakObject
*
>
(
this
)
);
if
(
pFmt
)
if
(
pFmt
)
{
{
if
(
!
pEntry
)
throw
beans
::
UnknownPropertyException
(
OUString
(
"Unknown property: "
)
+
rPropertyName
,
static_cast
<
cppu
::
OWeakObject
*
>
(
this
)
);
if
(
0xFF
==
pEntry
->
nMemberId
)
if
(
0xFF
==
pEntry
->
nMemberId
)
{
{
aRet
=
lcl_GetSpecialProperty
(
pFmt
,
pEntry
);
aRet
=
lcl_GetSpecialProperty
(
pFmt
,
pEntry
);
...
...
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