summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:17:14 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:23:12 +0200
commitba044b1e9613ed30906a9a540b7da8392923e4e3 (patch)
treee9c4c91fa194d627817905073b5eb7bc1313aad0 /connectivity
parent1946794ae09ba732022fe6a74ea45e304ab70b84 (diff)
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/inc/connectivity/SQLStatementHelper.hxx4
-rw-r--r--connectivity/inc/connectivity/StdTypeDefs.hxx1
-rw-r--r--connectivity/inc/connectivity/dbconversion.hxx4
-rw-r--r--connectivity/inc/connectivity/dbtools.hxx4
-rw-r--r--connectivity/inc/connectivity/sqlnode.hxx4
-rw-r--r--connectivity/source/drivers/mork/MDriver.hxx1
-rw-r--r--connectivity/source/drivers/postgresql/pq_preparedstatement.hxx1
7 files changed, 0 insertions, 19 deletions
diff --git a/connectivity/inc/connectivity/SQLStatementHelper.hxx b/connectivity/inc/connectivity/SQLStatementHelper.hxx
index a7c358e3adb4..8302dae6b5c5 100644
--- a/connectivity/inc/connectivity/SQLStatementHelper.hxx
+++ b/connectivity/inc/connectivity/SQLStatementHelper.hxx
@@ -22,10 +22,6 @@
#include "connectivity/dbtoolsdllapi.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
-namespace rtl
-{
- class OUStringBuffer;
-}
//.........................................................................
namespace dbtools
{
diff --git a/connectivity/inc/connectivity/StdTypeDefs.hxx b/connectivity/inc/connectivity/StdTypeDefs.hxx
index d6cf10a75d6f..8751a656d2c0 100644
--- a/connectivity/inc/connectivity/StdTypeDefs.hxx
+++ b/connectivity/inc/connectivity/StdTypeDefs.hxx
@@ -25,7 +25,6 @@
#include <vector>
#include "sal/types.h"
-namespace rtl { class OUString; }
namespace connectivity
{
diff --git a/connectivity/inc/connectivity/dbconversion.hxx b/connectivity/inc/connectivity/dbconversion.hxx
index 61fa3260c87c..e8516d1fcd35 100644
--- a/connectivity/inc/connectivity/dbconversion.hxx
+++ b/connectivity/inc/connectivity/dbconversion.hxx
@@ -26,10 +26,6 @@
#include "connectivity/dbtoolsdllapi.hxx"
// forward declarations
-namespace rtl
-{
- class OUString;
-}
namespace com
{
namespace sun
diff --git a/connectivity/inc/connectivity/dbtools.hxx b/connectivity/inc/connectivity/dbtools.hxx
index 823efaa52db4..5820e52a17a8 100644
--- a/connectivity/inc/connectivity/dbtools.hxx
+++ b/connectivity/inc/connectivity/dbtools.hxx
@@ -73,10 +73,6 @@ namespace task {
} } }
-namespace rtl
-{
- class OUStringBuffer;
-}
//.........................................................................
namespace dbtools
diff --git a/connectivity/inc/connectivity/sqlnode.hxx b/connectivity/inc/connectivity/sqlnode.hxx
index 45a46997d194..f988f78e7e14 100644
--- a/connectivity/inc/connectivity/sqlnode.hxx
+++ b/connectivity/inc/connectivity/sqlnode.hxx
@@ -53,10 +53,6 @@ namespace com
}
}
-namespace rtl
-{
- class OUStringBuffer;
-}
#define ORDER_BY_CHILD_POS 5
#define TABLE_EXPRESSION_CHILD_COUNT 9
diff --git a/connectivity/source/drivers/mork/MDriver.hxx b/connectivity/source/drivers/mork/MDriver.hxx
index 5636b5d01f6b..cc816a0eba7a 100644
--- a/connectivity/source/drivers/mork/MDriver.hxx
+++ b/connectivity/source/drivers/mork/MDriver.hxx
@@ -39,7 +39,6 @@ namespace com { namespace sun { namespace star {
class XInterface;
}
} } }
-namespace rtl { class OUString; }
namespace connectivity { namespace mork {
class ProfileAccess;
diff --git a/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx b/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx
index eee107754af2..58aefe759c5a 100644
--- a/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx
+++ b/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx
@@ -70,7 +70,6 @@
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
#include "pq_connection.hxx"
-namespace rtl { class OString; }
namespace pq_sdbc_driver
{