diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 15:26:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 15:26:01 +0100 |
commit | 5a1732eaab855445c3e8ef8ab6e3d13c20512b94 (patch) | |
tree | 97d9f4b243734638ff2c61c8e8678f995748a04e /connectivity/source/drivers/dbase | |
parent | 5b5e62650354788e50b44f32c22b687b2018aba9 (diff) |
Remove remaining DBG_CTOR etc. remnants from connectivity
Change-Id: I9d7ca8354cef6a1474914ce290c476460f982bdd
Diffstat (limited to 'connectivity/source/drivers/dbase')
-rw-r--r-- | connectivity/source/drivers/dbase/DConnection.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/drivers/dbase/DConnection.cxx b/connectivity/source/drivers/dbase/DConnection.cxx index c9748ba3e096..bbe93cfa9790 100644 --- a/connectivity/source/drivers/dbase/DConnection.cxx +++ b/connectivity/source/drivers/dbase/DConnection.cxx @@ -40,17 +40,13 @@ using namespace ::com::sun::star::sdbcx; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::lang; -DBG_NAME(ODbaseConnection) - ODbaseConnection::ODbaseConnection(ODriver* _pDriver) : OConnection(_pDriver) { - DBG_CTOR(ODbaseConnection,NULL); m_aFilenameExtension = "dbf"; } ODbaseConnection::~ODbaseConnection() { - DBG_DTOR(ODbaseConnection,NULL); } // XServiceInfo |