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
f98a687f
Kaydet (Commit)
f98a687f
authored
Haz 28, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove dead code
Change-Id: If60fd90f1ffb8a58cc43e4c4a0f80f68b7511937
üst
57ac4a57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
unotbl.cxx
sw/source/core/unocore/unotbl.cxx
+1
-4
No files found.
sw/source/core/unocore/unotbl.cxx
Dosyayı görüntüle @
f98a687f
...
...
@@ -3540,7 +3540,7 @@ void SwXCellRange::GetDataSequence(
}
else
if
(
pTextData
)
pTextData
[
nDtaCnt
++
]
=
lcl_getString
(
*
pXCell
);
else
if
(
pDblData
)
else
{
double
fVal
=
fNan
;
if
(
!
bForceNumberResults
||
table
::
CellContentType_TEXT
!=
pXCell
->
getType
())
...
...
@@ -3591,9 +3591,6 @@ void SwXCellRange::GetDataSequence(
}
pDblData
[
nDtaCnt
++
]
=
fVal
;
}
else
{
OSL_FAIL
(
"output sequence missing"
);
}
}
}
}
...
...
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