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
67031e8d
Kaydet (Commit)
67031e8d
authored
Ara 11, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#703983 Unchecked return value
Change-Id: I83fe85a50e6e98da02a7c46a9e0c07a043244d56
üst
f9b08152
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
table4.cxx
sc/source/core/data/table4.cxx
+1
-1
No files found.
sc/source/core/data/table4.cxx
Dosyayı görüntüle @
67031e8d
...
@@ -362,7 +362,7 @@ void ScTable::FillAnalyse( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
...
@@ -362,7 +362,7 @@ void ScTable::FillAnalyse( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
rListData
=
(
ScUserListData
*
)(
ScGlobal
::
GetUserList
()
->
GetData
(
aStr
));
rListData
=
(
ScUserListData
*
)(
ScGlobal
::
GetUserList
()
->
GetData
(
aStr
));
if
(
rListData
)
if
(
rListData
)
{
{
rListData
->
GetSubIndex
(
aStr
,
rListIndex
);
(
void
)
rListData
->
GetSubIndex
(
aStr
,
rListIndex
);
nCol
=
sal
::
static_int_cast
<
SCCOL
>
(
nCol
+
nAddX
);
nCol
=
sal
::
static_int_cast
<
SCCOL
>
(
nCol
+
nAddX
);
nRow
=
sal
::
static_int_cast
<
SCROW
>
(
nRow
+
nAddY
);
nRow
=
sal
::
static_int_cast
<
SCROW
>
(
nRow
+
nAddY
);
for
(
sal_uInt16
i
=
1
;
i
<
nCount
&&
rListData
;
i
++
)
for
(
sal_uInt16
i
=
1
;
i
<
nCount
&&
rListData
;
i
++
)
...
...
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