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
8eafe90d
Kaydet (Commit)
8eafe90d
authored
Eki 14, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1326409 Dereference null return value
Change-Id: I960c4ad4ffe4f0e86f3d1f0fb364296f31bf9d92
üst
0e8a40e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Control.java
wizards/com/sun/star/wizards/document/Control.java
+1
-2
No files found.
wizards/com/sun/star/wizards/document/Control.java
Dosyayı görüntüle @
8eafe90d
...
@@ -230,13 +230,12 @@ public class Control extends Shape
...
@@ -230,13 +230,12 @@ public class Control extends Shape
{
{
throw
new
IllegalArgumentException
();
throw
new
IllegalArgumentException
();
}
}
return
getPeer
().
getPreferredSize
();
}
}
catch
(
Exception
e
)
catch
(
Exception
e
)
{
{
e
.
printStackTrace
(
System
.
err
);
e
.
printStackTrace
(
System
.
err
);
return
null
;
}
}
return
getPeer
().
getPreferredSize
();
}
}
public
void
setPropertyValue
(
String
_sPropertyName
,
Object
_aPropertyValue
)
throws
Exception
public
void
setPropertyValue
(
String
_sPropertyName
,
Object
_aPropertyValue
)
throws
Exception
...
...
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