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
30e5bdcb
Kaydet (Commit)
30e5bdcb
authored
Kas 17, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
m_uInt8 not m_nInt8
Change-Id: I54524b6c7c19202bee049b61edc3f8e0a1e4fde0
üst
8a44e093
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FValue.cxx
connectivity/source/commontools/FValue.cxx
+1
-1
No files found.
connectivity/source/commontools/FValue.cxx
Dosyayı görüntüle @
30e5bdcb
...
...
@@ -457,7 +457,7 @@ ORowSetValue& ORowSetValue::operator=(const ORowSetValue& _rRH)
if
(
_rRH
.
m_bSigned
)
m_aValue
.
m_nInt8
=
_rRH
.
m_aValue
.
m_nInt8
;
else
m_aValue
.
m_
n
Int8
=
_rRH
.
m_aValue
.
m_uInt8
;
m_aValue
.
m_
u
Int8
=
_rRH
.
m_aValue
.
m_uInt8
;
break
;
case
DataType
:
:
SMALLINT
:
if
(
_rRH
.
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