summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QTableWindowData.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/QTableWindowData.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindowData.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/dbaccess/source/ui/querydesign/QTableWindowData.cxx b/dbaccess/source/ui/querydesign/QTableWindowData.cxx
index 582e8ae916f4..238ea80b616f 100644
--- a/dbaccess/source/ui/querydesign/QTableWindowData.cxx
+++ b/dbaccess/source/ui/querydesign/QTableWindowData.cxx
@@ -20,30 +20,21 @@
#include "QTableWindowData.hxx"
#include <tools/debug.hxx>
-
using namespace dbaui;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::uno;
DBG_NAME(OQueryTableWindowData)
-//==================================================================
// class OQueryTableWindowData
-//==================================================================
-//------------------------------------------------------------------------------
OQueryTableWindowData::OQueryTableWindowData(const OUString& _rComposedName, const OUString& rTableName, const OUString& rTableAlias )
:OTableWindowData(NULL,_rComposedName, rTableName, rTableAlias)
{
DBG_CTOR(OQueryTableWindowData,NULL);
}
-//------------------------------------------------------------------------------
OQueryTableWindowData::~OQueryTableWindowData()
{
DBG_DTOR(OQueryTableWindowData,NULL);
}
-// -----------------------------------------------------------------------------
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */