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
53ca207a
Kaydet (Commit)
53ca207a
authored
Şub 06, 2014
tarafından
Jan-Marek Glogowski
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix shadowed Test member variable
Change-Id: I2dbb8a643acb21dc023cf8555663083230b93d15
üst
a8d102c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ucalc_formula.cxx
sc/qa/unit/ucalc_formula.cxx
+2
-2
No files found.
sc/qa/unit/ucalc_formula.cxx
Dosyayı görüntüle @
53ca207a
...
@@ -566,14 +566,14 @@ void Test::testFormulaHashAndTag()
...
@@ -566,14 +566,14 @@ void Test::testFormulaHashAndTag()
void
Test
::
testFormulaTokenEquality
()
void
Test
::
testFormulaTokenEquality
()
{
{
struct
Test
struct
FormulaTokenEquality
Test
{
{
const
char
*
mpFormula1
;
const
char
*
mpFormula1
;
const
char
*
mpFormula2
;
const
char
*
mpFormula2
;
bool
mbEqual
;
bool
mbEqual
;
};
};
Test
aTests
[]
=
{
FormulaTokenEquality
Test
aTests
[]
=
{
{
"R1C2"
,
"R1C2"
,
true
},
{
"R1C2"
,
"R1C2"
,
true
},
{
"R1C2"
,
"R1C3"
,
false
},
{
"R1C2"
,
"R1C3"
,
false
},
{
"R1C2"
,
"R2C2"
,
false
},
{
"R1C2"
,
"R2C2"
,
false
},
...
...
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