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
13cd7ea2
Kaydet (Commit)
13cd7ea2
authored
Agu 26, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
dbaccess: fix windows build breakage
Change-Id: I69f45dd2d7426ecd99dca7e80e98e95c3e52d4a0
üst
68efa6f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
dsselect.cxx
dbaccess/source/ui/dlg/dsselect.cxx
+2
-3
dsselect.hxx
dbaccess/source/ui/dlg/dsselect.hxx
+1
-1
No files found.
dbaccess/source/ui/dlg/dsselect.cxx
Dosyayı görüntüle @
13cd7ea2
...
...
@@ -102,7 +102,7 @@ bool ODatasourceSelectDialog::Close()
}
#ifdef HAVE_ODBC_ADMINISTRATION
IMPL_LINK_NOARG
(
ODatasourceSelectDialog
,
ManageClickHdl
)
IMPL_LINK_NOARG
_TYPED
(
ODatasourceSelectDialog
,
ManageClickHdl
,
Button
*
,
void
)
{
if
(
!
m_pODBCManagement
.
get
()
)
m_pODBCManagement
.
reset
(
new
OOdbcManagement
(
LINK
(
this
,
ODatasourceSelectDialog
,
ManageProcessFinished
)
)
);
...
...
@@ -112,7 +112,7 @@ IMPL_LINK_NOARG(ODatasourceSelectDialog, ManageClickHdl)
// TODO: error message
m_pDatasource
->
GrabFocus
();
m_pManageDatasources
->
Disable
();
return
1L
;
return
;
}
m_pDatasource
->
Disable
();
...
...
@@ -121,7 +121,6 @@ IMPL_LINK_NOARG(ODatasourceSelectDialog, ManageClickHdl)
m_pManageDatasources
->
Disable
();
SAL_WARN_IF
(
!
m_pODBCManagement
->
isRunning
(),
"dbaccess.ui"
,
"ODatasourceSelectDialog::ManageClickHdl: success, but not running - you were *fast*!"
);
return
0L
;
}
IMPL_LINK_NOARG
(
ODatasourceSelectDialog
,
ManageProcessFinished
)
...
...
dbaccess/source/ui/dlg/dsselect.hxx
Dosyayı görüntüle @
13cd7ea2
...
...
@@ -63,7 +63,7 @@ public:
protected
:
DECL_LINK
(
ListDblClickHdl
,
ListBox
*
);
#ifdef HAVE_ODBC_ADMINISTRATION
DECL_LINK
(
ManageClickHdl
,
void
*
);
DECL_LINK
_TYPED
(
ManageClickHdl
,
Button
*
,
void
);
DECL_LINK
(
ManageProcessFinished
,
void
*
);
#endif
void
fillListBox
(
const
StringBag
&
_rDatasources
);
...
...
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