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
75304346
Kaydet (Commit)
75304346
authored
Eki 05, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix crash in XclImpSupbook::GetExternName
Change-Id: I1b6f8d5190fae16bdeb1def7887d3121dad6bc16
üst
5da3f0f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
crash-7.xls
sc/qa/unit/data/xls/pass/crash-7.xls
+0
-0
xilink.cxx
sc/source/filter/excel/xilink.cxx
+5
-1
No files found.
sc/qa/unit/data/xls/pass/crash-7.xls
0 → 100644
Dosyayı görüntüle @
75304346
File added
sc/source/filter/excel/xilink.cxx
Dosyayı görüntüle @
75304346
...
...
@@ -703,7 +703,11 @@ void XclImpSupbook::ReadExternname( XclImpStream& rStrm, ExcelToSc* pFormulaConv
const
XclImpExtName
*
XclImpSupbook
::
GetExternName
(
sal_uInt16
nXclIndex
)
const
{
OSL_ENSURE
(
nXclIndex
>
0
,
"XclImpSupbook::GetExternName - index must be >0"
);
if
(
nXclIndex
==
0
)
{
SAL_WARN
(
"sc"
,
"XclImpSupbook::GetExternName - index must be >0"
);
return
NULL
;
}
if
(
meType
==
EXC_SBTYPE_SELF
||
nXclIndex
>
maExtNameList
.
size
())
return
NULL
;
return
&
maExtNameList
[
nXclIndex
-
1
];
...
...
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