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
e5b0aa9a
Kaydet (Commit)
e5b0aa9a
authored
Tem 29, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
basic: -Werror=sign-compare
Change-Id: I7c776faa74a61b0d263c3b446972da9461b3d4f6
üst
666f8651
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
sbxarray.cxx
basic/source/sbx/sbxarray.cxx
+3
-1
No files found.
basic/source/sbx/sbxarray.cxx
Dosyayı görüntüle @
e5b0aa9a
...
...
@@ -731,7 +731,9 @@ void SbxDimArray::Put32( SbxVariable* p, const sal_Int32* pIdx )
sal_uInt32
SbxDimArray
::
Offset32
(
SbxArray
*
pPar
)
{
#ifndef DISABLE_SCRIPTING
if
(
m_vDimensions
.
empty
()
||
!
pPar
||
(
(
m_vDimensions
.
size
()
!=
(
pPar
->
Count
()
-
1
)
)
&&
SbiRuntime
::
isVBAEnabled
()
)
)
if
(
m_vDimensions
.
empty
()
||
!
pPar
||
((
m_vDimensions
.
size
()
!=
sal
::
static_int_cast
<
size_t
>
(
pPar
->
Count
()
-
1
))
&&
SbiRuntime
::
isVBAEnabled
()))
{
SetError
(
SbxERR_BOUNDS
);
return
0
;
...
...
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