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
d9e17c5b
Kaydet (Commit)
d9e17c5b
authored
Eki 20, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:defaultparams
Change-Id: I742a25440d6c321549bb32a2e5ce86207bfb711c
üst
0705f7da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xspreadsheets2.cxx
test/source/sheet/xspreadsheets2.cxx
+1
-1
No files found.
test/source/sheet/xspreadsheets2.cxx
Dosyayı görüntüle @
d9e17c5b
...
@@ -335,7 +335,7 @@ bool XSpreadsheets2::isExternalReference(const OUString& aDestContent, const OUS
...
@@ -335,7 +335,7 @@ bool XSpreadsheets2::isExternalReference(const OUString& aDestContent, const OUS
CPPUNIT_ASSERT
(
aDestContent
.
startsWith
(
aStart
));
CPPUNIT_ASSERT
(
aDestContent
.
startsWith
(
aStart
));
return
(
aDestContent
.
endsWithIgnoreAsciiCase
(
aSrcContent
,
NULL
)
// same cell address
return
(
aDestContent
.
endsWithIgnoreAsciiCase
(
aSrcContent
)
// same cell address
&&
aDestContent
.
indexOf
(
aSrcFileName
)
>
0
);
// contains source file name
&&
aDestContent
.
indexOf
(
aSrcFileName
)
>
0
);
// contains source file name
}
}
...
...
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