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
fa4d109a
Kaydet (Commit)
fa4d109a
authored
Ara 03, 2012
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
one more strange mingw string problem
For some reason neither OUString(aValue) nor (OUString)aValue work.
üst
7fb4100d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ADatabaseMetaData.cxx
connectivity/source/drivers/ado/ADatabaseMetaData.cxx
+1
-1
No files found.
connectivity/source/drivers/ado/ADatabaseMetaData.cxx
Dosyayı görüntüle @
fa4d109a
...
@@ -916,7 +916,7 @@ sal_Int32 SAL_CALL ODatabaseMetaData::getDriverMinorVersion( ) throw(RuntimeExc
...
@@ -916,7 +916,7 @@ sal_Int32 SAL_CALL ODatabaseMetaData::getDriverMinorVersion( ) throw(RuntimeExc
WpOLEAppendCollection
<
ADOFields
,
ADOField
,
WpADOField
>
aFields
(
aRecordset
.
GetFields
());
WpOLEAppendCollection
<
ADOFields
,
ADOField
,
WpADOField
>
aFields
(
aRecordset
.
GetFields
());
WpADOField
aField
(
aFields
.
GetItem
(
0
));
WpADOField
aField
(
aFields
.
GetItem
(
0
));
aField
.
get_Value
(
aValue
);
aField
.
get_Value
(
aValue
);
aRet
=
aRet
+
OUString
(
aValue
)
+
aComma
;
aRet
=
aRet
+
(
aValue
.
operator
OUString
()
)
+
aComma
;
aRecordset
.
MoveNext
();
aRecordset
.
MoveNext
();
}
}
aRecordset
.
Close
();
aRecordset
.
Close
();
...
...
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