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
d63a7f1b
Kaydet (Commit)
d63a7f1b
authored
Eki 10, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1244942 Dereference null return value
Change-Id: I50e453bf9e31f4afc60096ad3888062c365f54c6
üst
b3ac9676
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ucalc.cxx
sc/qa/unit/ucalc.cxx
+1
-0
No files found.
sc/qa/unit/ucalc.cxx
Dosyayı görüntüle @
d63a7f1b
...
@@ -6072,6 +6072,7 @@ void Test::testFormulaToValue()
...
@@ -6072,6 +6072,7 @@ void Test::testFormulaToValue()
// C3:C8 should be shared formula cells.
// C3:C8 should be shared formula cells.
pFC
=
m_pDoc
->
GetFormulaCell
(
ScAddress
(
2
,
2
,
0
));
pFC
=
m_pDoc
->
GetFormulaCell
(
ScAddress
(
2
,
2
,
0
));
CPPUNIT_ASSERT
(
pFC
);
CPPUNIT_ASSERT
(
pFC
->
GetSharedTopRow
()
==
2
);
CPPUNIT_ASSERT
(
pFC
->
GetSharedTopRow
()
==
2
);
CPPUNIT_ASSERT
(
pFC
->
GetSharedLength
()
==
6
);
CPPUNIT_ASSERT
(
pFC
->
GetSharedLength
()
==
6
);
...
...
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