summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-24 17:04:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-24 17:04:42 +0000
commitaeab59f2b0565ae3adbb2b96e192ad3522574fd4 (patch)
tree5a9c9bda2999915e301f56b41985bb4c4982f20f /connectivity
parent4be34f5e14c57e4663c140d2373c6ae693ada814 (diff)
NDebug.hxx is gone now
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/evoab2/NCatalog.cxx1
-rw-r--r--connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx1
-rw-r--r--connectivity/source/drivers/evoab2/NDriver.cxx1
-rw-r--r--connectivity/source/drivers/evoab2/NResultSetMetaData.cxx1
-rw-r--r--connectivity/source/drivers/evoab2/NTables.cxx1
5 files changed, 0 insertions, 5 deletions
diff --git a/connectivity/source/drivers/evoab2/NCatalog.cxx b/connectivity/source/drivers/evoab2/NCatalog.cxx
index b29349dbe8d3..f505dc67970a 100644
--- a/connectivity/source/drivers/evoab2/NCatalog.cxx
+++ b/connectivity/source/drivers/evoab2/NCatalog.cxx
@@ -31,7 +31,6 @@
#include "NTables.hxx"
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
-#include "NDebug.hxx"
// -------------------------------------------------------------------------
diff --git a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
index d6faab52665e..45f93b9458a9 100644
--- a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
+++ b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
@@ -29,7 +29,6 @@
#ifndef _CONNECTIVITY_EVOAB_DATABASEMETADATA_HXX_
#define _CONNECTIVITY_EVOAB_DATABASEMETADATA_HXX_
-#include "NDebug.hxx"
#include "NConnection.hxx"
#include "TDatabaseMetaDataBase.hxx"
#include "FDatabaseMetaDataResultSet.hxx"
diff --git a/connectivity/source/drivers/evoab2/NDriver.cxx b/connectivity/source/drivers/evoab2/NDriver.cxx
index 93009a071e41..04ec1b14ddfb 100644
--- a/connectivity/source/drivers/evoab2/NDriver.cxx
+++ b/connectivity/source/drivers/evoab2/NDriver.cxx
@@ -36,7 +36,6 @@
#include <com/sun/star/ucb/XContentAccess.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <ucbhelper/content.hxx>
-#include "NDebug.hxx"
#include <signal.h>
#include "resource/common_res.hrc"
#include "resource/sharedresources.hxx"
diff --git a/connectivity/source/drivers/evoab2/NResultSetMetaData.cxx b/connectivity/source/drivers/evoab2/NResultSetMetaData.cxx
index cf468187d66b..88996b1ad0e8 100644
--- a/connectivity/source/drivers/evoab2/NResultSetMetaData.cxx
+++ b/connectivity/source/drivers/evoab2/NResultSetMetaData.cxx
@@ -30,7 +30,6 @@
#include "NDatabaseMetaData.hxx"
#include "connectivity/dbexception.hxx"
#include <com/sun/star/sdbc/DataType.hpp>
-#include "NDebug.hxx"
#include "resource/evoab2_res.hrc"
using namespace connectivity::evoab;
diff --git a/connectivity/source/drivers/evoab2/NTables.cxx b/connectivity/source/drivers/evoab2/NTables.cxx
index 4dfd37be4dfb..84a88bba0cad 100644
--- a/connectivity/source/drivers/evoab2/NTables.cxx
+++ b/connectivity/source/drivers/evoab2/NTables.cxx
@@ -40,7 +40,6 @@
#include "connectivity/dbexception.hxx"
#include <cppuhelper/interfacecontainer.h>
#include <comphelper/types.hxx>
-#include "NDebug.hxx"
#include "NTable.hxx"
using namespace ::comphelper;