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
86bc68a4
Kaydet (Commit)
86bc68a4
authored
Ock 15, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror=unused-but-set-variable
Change-Id: I18a3a72dce0d4bd42c11bd0836858125c13e02f4
üst
61161254
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
address.cxx
sc/source/core/tool/address.cxx
+1
-5
excform8.cxx
sc/source/filter/excel/excform8.cxx
+0
-5
No files found.
sc/source/core/tool/address.cxx
Dosyayı görüntüle @
86bc68a4
...
...
@@ -1677,7 +1677,7 @@ void ScRange::ParseRows( const OUString& rStr, ScDocument* pDoc,
return
;
const
sal_Unicode
*
p
=
rStr
.
getStr
();
sal_uInt16
nRes
=
0
,
ignored
=
0
;
sal_uInt16
ignored
=
0
;
(
void
)
pDoc
;
// make compiler shutup we may need this later
...
...
@@ -1693,13 +1693,11 @@ void ScRange::ParseRows( const OUString& rStr, ScDocument* pDoc,
{
if
(
nullptr
!=
(
p
=
lcl_a1_get_row
(
p
+
1
,
&
aEnd
,
&
ignored
)))
{
nRes
=
SCA_VALID_COL
;
}
}
else
{
aEnd
=
aStart
;
nRes
=
SCA_VALID_COL
;
}
}
break
;
...
...
@@ -1713,13 +1711,11 @@ void ScRange::ParseRows( const OUString& rStr, ScDocument* pDoc,
if
(
(
p
[
1
]
==
'R'
||
p
[
1
]
==
'r'
)
&&
nullptr
!=
(
p
=
lcl_r1c1_get_row
(
p
+
1
,
rDetails
,
&
aEnd
,
&
ignored
)))
{
nRes
=
SCA_VALID_COL
;
}
}
else
{
aEnd
=
aStart
;
nRes
=
SCA_VALID_COL
;
}
}
break
;
...
...
sc/source/filter/excel/excform8.cxx
Dosyayı görüntüle @
86bc68a4
...
...
@@ -1428,26 +1428,21 @@ void ExcelToSc8::ConvertExternName( const ScTokenArray*& rpArray, XclImpStream&
bError
|=
!
rStrm
.
IsValid
();
}
ConvErr
eRet
;
if
(
bError
)
{
aPool
<<
ocBad
;
aPool
>>
aStack
;
rpArray
=
aPool
[
aStack
.
Get
()
];
eRet
=
ConvErrNi
;
}
else
if
(
rStrm
.
GetRecPos
()
!=
nEndPos
)
{
aPool
<<
ocBad
;
aPool
>>
aStack
;
rpArray
=
aPool
[
aStack
.
Get
()
];
eRet
=
ConvErrCount
;
}
else
{
rpArray
=
aPool
[
aStack
.
Get
()
];
eRet
=
ConvOK
;
}
rStrm
.
Seek
(
nEndPos
);
...
...
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