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
ecad0971
Kaydet (Commit)
ecad0971
authored
May 08, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove dead code
Change-Id: Id2b755c500c32392cdb5cc84ee901f0737347350
üst
d174c1ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
mysqlc_connection.cxx
mysqlc/source/mysqlc_connection.cxx
+0
-6
mysqlc_connection.hxx
mysqlc/source/mysqlc_connection.hxx
+0
-5
No files found.
mysqlc/source/mysqlc_connection.cxx
Dosyayı görüntüle @
ecad0971
...
...
@@ -551,12 +551,6 @@ void SAL_CALL OConnection::clearWarnings()
// you should clear your collected warnings here#
}
void
OConnection
::
buildTypeInfo
()
throw
(
SQLException
)
{
OSL_TRACE
(
"OConnection::buildTypeInfo"
);
}
void
OConnection
::
disposing
()
{
OSL_TRACE
(
"OConnection::disposing"
);
...
...
mysqlc/source/mysqlc_connection.hxx
Dosyayı görüntüle @
ecad0971
...
...
@@ -118,8 +118,6 @@ namespace connectivity
bool
m_bUseCatalog
;
// should we use the catalog on filebased databases
bool
m_bUseOldDateFormat
;
void
buildTypeInfo
()
throw
(
SQLException
);
public
:
rtl
::
OUString
getMysqlVariable
(
const
char
*
varname
)
throw
(
SQLException
,
RuntimeException
);
...
...
@@ -133,9 +131,6 @@ namespace connectivity
OConnection
(
MysqlCDriver
&
_rDriver
,
sql
::
Driver
*
cppDriver
);
virtual
~
OConnection
();
void
closeAllStatements
()
throw
(
SQLException
);
rtl_TextEncoding
getConnectionEncoding
()
{
return
m_settings
.
encoding
;
}
...
...
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