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
d69ead98
Kaydet (Commit)
d69ead98
authored
Kas 04, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:stringconstant
Change-Id: I7602293b21030b255022b49cdb39cf76d9b22112
üst
966fbbc7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
MacabCatalog.cxx
connectivity/source/drivers/macab/MacabCatalog.cxx
+1
-4
MacabTable.cxx
connectivity/source/drivers/macab/MacabTable.cxx
+1
-4
No files found.
connectivity/source/drivers/macab/MacabCatalog.cxx
Dosyayı görüntüle @
d69ead98
...
@@ -45,10 +45,7 @@ void MacabCatalog::refreshTables()
...
@@ -45,10 +45,7 @@ void MacabCatalog::refreshTables()
Sequence
<
OUString
>
aTypes
(
1
);
Sequence
<
OUString
>
aTypes
(
1
);
aTypes
[
0
]
=
"%"
;
aTypes
[
0
]
=
"%"
;
Reference
<
XResultSet
>
xResult
=
m_xMetaData
->
getTables
(
Reference
<
XResultSet
>
xResult
=
m_xMetaData
->
getTables
(
Any
(),
Any
(),
"%"
,
"%"
,
aTypes
);
OUString
(
"%"
),
OUString
(
"%"
),
aTypes
);
if
(
xResult
.
is
())
if
(
xResult
.
is
())
{
{
...
...
connectivity/source/drivers/macab/MacabTable.cxx
Dosyayı görüntüle @
d69ead98
...
@@ -66,10 +66,7 @@ void MacabTable::refreshColumns()
...
@@ -66,10 +66,7 @@ void MacabTable::refreshColumns()
if
(
!
isNew
())
if
(
!
isNew
())
{
{
Reference
<
XResultSet
>
xResult
=
m_pConnection
->
getMetaData
()
->
getColumns
(
Reference
<
XResultSet
>
xResult
=
m_pConnection
->
getMetaData
()
->
getColumns
(
Any
(),
Any
(),
m_SchemaName
,
m_Name
,
"%"
);
m_SchemaName
,
m_Name
,
OUString
(
"%"
));
if
(
xResult
.
is
())
if
(
xResult
.
is
())
{
{
...
...
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