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
63384060
Kaydet (Commit)
63384060
authored
Haz 26, 2015
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
no need to capture _rTables
Change-Id: I78b4051ffdb625481b238cc3a5313aa4d086b87e
üst
ee3d40b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tabletree.cxx
dbaccess/source/ui/control/tabletree.cxx
+2
-2
No files found.
dbaccess/source/ui/control/tabletree.cxx
Dosyayı görüntüle @
63384060
...
...
@@ -262,10 +262,10 @@ void OTableTreeListBox::UpdateTableList( const Reference< XConnection >& _rxConn
{
OUString
sRootEntryText
;
if
(
::
std
::
none_of
(
_rTables
.
begin
(),
_rTables
.
end
(),
[
&
_rTables
]
(
TNames
::
value_type
name
)
{
return
!
name
.
second
;
})
)
[]
(
TNames
::
value_type
name
)
{
return
!
name
.
second
;
})
)
sRootEntryText
=
ModuleRes
(
STR_ALL_TABLES
);
else
if
(
::
std
::
none_of
(
_rTables
.
begin
(),
_rTables
.
end
(),
[
&
_rTables
]
(
TNames
::
value_type
name
)
{
return
name
.
second
;
})
)
[]
(
TNames
::
value_type
name
)
{
return
name
.
second
;
})
)
sRootEntryText
=
ModuleRes
(
STR_ALL_VIEWS
);
else
sRootEntryText
=
ModuleRes
(
STR_ALL_TABLES_AND_VIEWS
);
...
...
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