diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-04-07 14:17:14 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-04-07 14:23:12 +0200 |
commit | ba044b1e9613ed30906a9a540b7da8392923e4e3 (patch) | |
tree | e9c4c91fa194d627817905073b5eb7bc1313aad0 /connectivity/inc | |
parent | 1946794ae09ba732022fe6a74ea45e304ab70b84 (diff) |
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'connectivity/inc')
-rw-r--r-- | connectivity/inc/connectivity/SQLStatementHelper.hxx | 4 | ||||
-rw-r--r-- | connectivity/inc/connectivity/StdTypeDefs.hxx | 1 | ||||
-rw-r--r-- | connectivity/inc/connectivity/dbconversion.hxx | 4 | ||||
-rw-r--r-- | connectivity/inc/connectivity/dbtools.hxx | 4 | ||||
-rw-r--r-- | connectivity/inc/connectivity/sqlnode.hxx | 4 |
5 files changed, 0 insertions, 17 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 |