summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QTableConnection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/QTableConnection.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QTableConnection.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/source/ui/querydesign/QTableConnection.cxx b/dbaccess/source/ui/querydesign/QTableConnection.cxx
index 48ce949d29c2..879bdaee6817 100644
--- a/dbaccess/source/ui/querydesign/QTableConnection.cxx
+++ b/dbaccess/source/ui/querydesign/QTableConnection.cxx
@@ -23,25 +23,21 @@
#include "ConnectionLine.hxx"
using namespace dbaui;
// class OQueryTableConnection
-DBG_NAME(OQueryTableConnection)
OQueryTableConnection::OQueryTableConnection(OQueryTableView* pContainer, const TTableConnectionData::value_type& pTabConnData)
:OTableConnection(pContainer, pTabConnData)
,m_bVisited(sal_False)
{
- DBG_CTOR(OQueryTableConnection,NULL);
}
OQueryTableConnection::OQueryTableConnection(const OQueryTableConnection& rConn)
:OTableConnection( rConn )
{
- DBG_CTOR(OQueryTableConnection,NULL);
// no own members, so base class functionality is sufficient
}
OQueryTableConnection::~OQueryTableConnection()
{
- DBG_DTOR(OQueryTableConnection,NULL);
}
OQueryTableConnection& OQueryTableConnection::operator=(const OQueryTableConnection& rConn)