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
5bacd0d1
Kaydet (Commit)
5bacd0d1
authored
Kas 18, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some wrong copy paste
Change-Id: I3ad6f62393cb22b350d6b50086963ebc7d2a8f5e
üst
85ee71de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
FValue.cxx
connectivity/source/commontools/FValue.cxx
+3
-3
No files found.
connectivity/source/commontools/FValue.cxx
Dosyayı görüntüle @
5bacd0d1
...
...
@@ -1561,9 +1561,9 @@ sal_uInt32 ORowSetValue::getUInt32() const
break
;
case
DataType
:
:
BIGINT
:
if
(
m_bSigned
)
nRet
=
static_cast
<
sal_Int32
>
(
m_aValue
.
m_nInt64
);
nRet
=
static_cast
<
sal_
u
Int32
>
(
m_aValue
.
m_nInt64
);
else
nRet
=
static_cast
<
sal_Int32
>
(
m_aValue
.
m_uInt64
);
nRet
=
static_cast
<
sal_
u
Int32
>
(
m_aValue
.
m_uInt64
);
break
;
default
:
{
...
...
@@ -1692,7 +1692,7 @@ sal_uInt64 ORowSetValue::getULong() const
if
(
m_bSigned
)
nRet
=
m_aValue
.
m_nInt8
;
else
nRet
=
m_aValue
.
m_uInt
16
;
nRet
=
m_aValue
.
m_uInt
8
;
break
;
case
DataType
:
:
SMALLINT
:
if
(
m_bSigned
)
...
...
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