diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-24 22:57:08 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-25 10:13:44 +0900 |
commit | 27b88d815dbbe6d2053add5fa17746bd1ff6a13d (patch) | |
tree | 8dab7f88d74507d18ec31dbbefa4441018c8107e | |
parent | 793f1e70ce4c364b366d2e8065ea7fb2815bbf40 (diff) |
removed unused forward declarations of class
Change-Id: I814f8bdf4e4015f8e4eea34533db4ed8d6a7496e
31 files changed, 0 insertions, 55 deletions
diff --git a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx index 92b7ebcf86d0..7079bf30a511 100644 --- a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx +++ b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx @@ -29,9 +29,6 @@ namespace connectivity { namespace evoab { - class EvoContacts; - - //************************************************************** //************ Class: OEvoabDatabaseMetaData //************************************************************** diff --git a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx index ff3354c178e1..c6ab7939dc3d 100644 --- a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx +++ b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx @@ -35,7 +35,6 @@ namespace connectivity namespace evoab { - class OBoundParam; typedef ::cppu::ImplHelper5< ::com::sun::star::sdbc::XPreparedStatement, ::com::sun::star::sdbc::XParameters, ::com::sun::star::sdbc::XResultSetMetaDataSupplier, diff --git a/connectivity/source/drivers/kab/KConnection.hxx b/connectivity/source/drivers/kab/KConnection.hxx index 75b8c53ba1cc..fc4cc55b7b69 100644 --- a/connectivity/source/drivers/kab/KConnection.hxx +++ b/connectivity/source/drivers/kab/KConnection.hxx @@ -47,9 +47,7 @@ namespace connectivity ::com::sun::star::lang::XServiceInfo > OMetaConnection_BASE; - class KabStatement_Base; class KabDriver; - class KabDatabaseMetaData; typedef OMetaConnection_BASE KabConnection_BASE; // implements basics and text encoding typedef std::vector< ::com::sun::star::uno::WeakReferenceHelper > OWeakRefArray; diff --git a/connectivity/source/drivers/kab/KPreparedStatement.hxx b/connectivity/source/drivers/kab/KPreparedStatement.hxx index d5f2d39548e0..9011b29b9a8c 100644 --- a/connectivity/source/drivers/kab/KPreparedStatement.hxx +++ b/connectivity/source/drivers/kab/KPreparedStatement.hxx @@ -31,8 +31,6 @@ namespace connectivity { namespace kab { - - class OBoundParam; typedef ::cppu::ImplInheritanceHelper4< KabCommonStatement, ::com::sun::star::sdbc::XPreparedStatement, ::com::sun::star::sdbc::XParameters, diff --git a/connectivity/source/drivers/macab/MacabConnection.hxx b/connectivity/source/drivers/macab/MacabConnection.hxx index caa0c5d8f283..66c592f5482d 100644 --- a/connectivity/source/drivers/macab/MacabConnection.hxx +++ b/connectivity/source/drivers/macab/MacabConnection.hxx @@ -42,9 +42,7 @@ namespace connectivity ::com::sun::star::lang::XServiceInfo > OMetaConnection_BASE; - class MacabStatement_Base; class MacabDriver; - class MacabDatabaseMetaData; class MacabAddressBook; //typedef OMetaConnection_BASE MacabConnection_BASE; // implements basics and text encoding diff --git a/connectivity/source/drivers/macab/MacabPreparedStatement.hxx b/connectivity/source/drivers/macab/MacabPreparedStatement.hxx index f4ba93d08abb..6b605727072c 100644 --- a/connectivity/source/drivers/macab/MacabPreparedStatement.hxx +++ b/connectivity/source/drivers/macab/MacabPreparedStatement.hxx @@ -31,8 +31,6 @@ namespace connectivity { namespace macab { - - class OBoundParam; typedef ::cppu::ImplInheritanceHelper4< MacabCommonStatement, ::com::sun::star::sdbc::XPreparedStatement, ::com::sun::star::sdbc::XParameters, diff --git a/connectivity/source/drivers/mozab/MConnection.hxx b/connectivity/source/drivers/mozab/MConnection.hxx index 335cb8f41a32..4bc92c9443f2 100644 --- a/connectivity/source/drivers/mozab/MConnection.hxx +++ b/connectivity/source/drivers/mozab/MConnection.hxx @@ -41,7 +41,6 @@ namespace connectivity { class MozabDriver; - class ODatabaseMetaData; class MNameMapper; class ErrorDescriptor; diff --git a/connectivity/source/drivers/mozab/MPreparedStatement.hxx b/connectivity/source/drivers/mozab/MPreparedStatement.hxx index 3880635ee0c1..3d3b15ace898 100644 --- a/connectivity/source/drivers/mozab/MPreparedStatement.hxx +++ b/connectivity/source/drivers/mozab/MPreparedStatement.hxx @@ -33,7 +33,6 @@ namespace connectivity namespace mozab { - class OBoundParam; typedef ::cppu::ImplHelper5< ::com::sun::star::sdbc::XPreparedStatement, ::com::sun::star::sdbc::XParameters, ::com::sun::star::sdbc::XResultSetMetaDataSupplier, diff --git a/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx b/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx index d44bc753f8ad..e9284d7804bb 100644 --- a/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx +++ b/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx @@ -85,7 +85,6 @@ static const sal_Int32 PREPARED_STATEMENT_RESULT_SET_CONCURRENCY = 7; static const sal_Int32 PREPARED_STATEMENT_RESULT_SET_TYPE = 8; #define PREPARED_STATEMENT_SIZE 9 -class ResultSet; class PreparedStatement : public cppu::OComponentHelper, public cppu::OPropertySetHelper, diff --git a/connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx b/connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx index f906aac585c9..0d6f1be979f3 100644 --- a/connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx +++ b/connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx @@ -80,7 +80,6 @@ namespace pq_sdbc_driver // static const sal_Int32 RESULTSET_RESULT_SET_TYPE = 5; //#define RESULTSET_SIZE 6 -class ResultSetGuard; class SequenceResultSet : public BaseResultSet { diff --git a/connectivity/source/drivers/postgresql/pq_statement.hxx b/connectivity/source/drivers/postgresql/pq_statement.hxx index 473c4e73750a..5bbb5d7b50e4 100644 --- a/connectivity/source/drivers/postgresql/pq_statement.hxx +++ b/connectivity/source/drivers/postgresql/pq_statement.hxx @@ -81,7 +81,6 @@ static const sal_Int32 STATEMENT_RESULT_SET_CONCURRENCY = 7; static const sal_Int32 STATEMENT_RESULT_SET_TYPE = 8; #define STATEMENT_SIZE 9 -class ResultSet; class Statement : public cppu::OComponentHelper, public cppu::OPropertySetHelper, diff --git a/connectivity/source/drivers/postgresql/pq_xview.hxx b/connectivity/source/drivers/postgresql/pq_xview.hxx index 4a1f3310debb..94b4745c0225 100644 --- a/connectivity/source/drivers/postgresql/pq_xview.hxx +++ b/connectivity/source/drivers/postgresql/pq_xview.hxx @@ -70,7 +70,6 @@ namespace pq_sdbc_driver { -class Views; class View : public ReflectionBase, public com::sun::star::sdbcx::XRename { diff --git a/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx b/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx index 951ec31b53a6..a7faf0e1775d 100644 --- a/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx +++ b/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx @@ -42,7 +42,6 @@ namespace connectivity { - class ODatabaseMetaDataResultSetMetaData; typedef ::cppu::WeakComponentImplHelper9< ::com::sun::star::sdbc::XResultSet, ::com::sun::star::sdbc::XRow, ::com::sun::star::sdbc::XResultSetMetaDataSupplier, diff --git a/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx b/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx index 1612346ab26f..187d4d2b78f1 100644 --- a/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx +++ b/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx @@ -39,7 +39,6 @@ namespace connectivity { namespace ado { - class ODatabaseMetaDataResultSetMetaData; /* ** java_sql_ResultSet */ diff --git a/connectivity/source/inc/ado/AGroups.hxx b/connectivity/source/inc/ado/AGroups.hxx index 3353476e76de..bf120d26e031 100644 --- a/connectivity/source/inc/ado/AGroups.hxx +++ b/connectivity/source/inc/ado/AGroups.hxx @@ -26,13 +26,8 @@ namespace connectivity { - namespace sdbcx - { - class IRefreshableGroups; - } namespace ado { - class OAdabasConnection; class OGroups : public sdbcx::OCollection { WpADOGroups m_aCollection; diff --git a/connectivity/source/inc/ado/AResultSet.hxx b/connectivity/source/inc/ado/AResultSet.hxx index c179501b3864..c1643c6172ae 100644 --- a/connectivity/source/inc/ado/AResultSet.hxx +++ b/connectivity/source/inc/ado/AResultSet.hxx @@ -41,7 +41,6 @@ namespace connectivity { namespace ado { - class OResultSetMetaData; /* ** java_sql_ResultSet */ diff --git a/connectivity/source/inc/ado/AUsers.hxx b/connectivity/source/inc/ado/AUsers.hxx index b11224b2a868..3f958d4ad742 100644 --- a/connectivity/source/inc/ado/AUsers.hxx +++ b/connectivity/source/inc/ado/AUsers.hxx @@ -26,10 +26,6 @@ namespace connectivity { - namespace sdbcx - { - class IRefreshableUsers; - } namespace ado { diff --git a/connectivity/source/inc/calc/CTable.hxx b/connectivity/source/inc/calc/CTable.hxx index 986d8fac154e..1072d426924e 100644 --- a/connectivity/source/inc/calc/CTable.hxx +++ b/connectivity/source/inc/calc/CTable.hxx @@ -25,7 +25,6 @@ namespace com { namespace sun { namespace star { namespace sheet { class XSpreadsheet; - class XSpreadsheetDocument; } } } } namespace com { namespace sun { namespace star { namespace util { diff --git a/connectivity/source/inc/dbase/DDatabaseMetaDataResultSet.hxx b/connectivity/source/inc/dbase/DDatabaseMetaDataResultSet.hxx index c84ac12d2374..84dab9f88137 100644 --- a/connectivity/source/inc/dbase/DDatabaseMetaDataResultSet.hxx +++ b/connectivity/source/inc/dbase/DDatabaseMetaDataResultSet.hxx @@ -43,7 +43,6 @@ namespace connectivity namespace ::com::sun::star::beans = ::com::sun::star::beans; namespace ::com::sun::star::util = ::com::sun::star::util; - class ODatabaseMetaDataResultSetMetaData; typedef ::cppu::WeakComponentImplHelper7< ::com::sun::star::sdbc::XResultSet, ::com::sun::star::sdbc::XRow, ::com::sun::star::sdbc::XResultSetMetaDataSupplier, diff --git a/connectivity/source/inc/file/FConnection.hxx b/connectivity/source/inc/file/FConnection.hxx index a8c62f86873a..0d5409c57d08 100644 --- a/connectivity/source/inc/file/FConnection.hxx +++ b/connectivity/source/inc/file/FConnection.hxx @@ -40,8 +40,6 @@ namespace connectivity { namespace file { - - class OStatement_Base; class ODatabaseMetaData; class OFileDriver; diff --git a/connectivity/source/inc/file/FDateFunctions.hxx b/connectivity/source/inc/file/FDateFunctions.hxx index 2d61e7aa183f..6d388f907e38 100644 --- a/connectivity/source/inc/file/FDateFunctions.hxx +++ b/connectivity/source/inc/file/FDateFunctions.hxx @@ -25,7 +25,6 @@ namespace connectivity { - class OSQLParseNode; namespace file { /** DAYOFWEEK(date) diff --git a/connectivity/source/inc/file/FNumericFunctions.hxx b/connectivity/source/inc/file/FNumericFunctions.hxx index 07b0ed60bdd8..80414359a522 100644 --- a/connectivity/source/inc/file/FNumericFunctions.hxx +++ b/connectivity/source/inc/file/FNumericFunctions.hxx @@ -25,7 +25,6 @@ namespace connectivity { - class OSQLParseNode; namespace file { /** ABS(X) diff --git a/connectivity/source/inc/file/FStringFunctions.hxx b/connectivity/source/inc/file/FStringFunctions.hxx index 514ffdd05e89..1c3b5d9b7309 100644 --- a/connectivity/source/inc/file/FStringFunctions.hxx +++ b/connectivity/source/inc/file/FStringFunctions.hxx @@ -25,7 +25,6 @@ namespace connectivity { - class OSQLParseNode; namespace file { /** UCASE(str) diff --git a/connectivity/source/inc/file/fcode.hxx b/connectivity/source/inc/file/fcode.hxx index d78b03ba64ac..33ebc032d0b4 100644 --- a/connectivity/source/inc/file/fcode.hxx +++ b/connectivity/source/inc/file/fcode.hxx @@ -32,10 +32,6 @@ namespace connectivity { class OSQLParseNode; - namespace dbase - { - class ODbaseIndex; - } namespace file { diff --git a/connectivity/source/inc/hsqldb/HDriver.hxx b/connectivity/source/inc/hsqldb/HDriver.hxx index 0292ad770493..4288a66651e3 100644 --- a/connectivity/source/inc/hsqldb/HDriver.hxx +++ b/connectivity/source/inc/hsqldb/HDriver.hxx @@ -35,8 +35,6 @@ namespace connectivity { //........................................................................ - class OMetaConnection; - namespace hsqldb { ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ODriverDelegator_CreateInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory) throw( ::com::sun::star::uno::Exception ); diff --git a/connectivity/source/inc/java/lang/Object.hxx b/connectivity/source/inc/java/lang/Object.hxx index 6198640c7b78..add7609eb82a 100644 --- a/connectivity/source/inc/java/lang/Object.hxx +++ b/connectivity/source/inc/java/lang/Object.hxx @@ -66,7 +66,6 @@ namespace connectivity }; //===================================================================== //===================================================================== - class java_lang_Class; class java_lang_Object { // operator= and the copy ctor are forbidden diff --git a/connectivity/source/inc/mysql/YCatalog.hxx b/connectivity/source/inc/mysql/YCatalog.hxx index 58891e1b552a..34fe7afcfbcc 100644 --- a/connectivity/source/inc/mysql/YCatalog.hxx +++ b/connectivity/source/inc/mysql/YCatalog.hxx @@ -28,7 +28,6 @@ namespace connectivity { // please don't name the class the same name as in an other namespaces // some compilers have problems with this task as I noticed on windows - class OAdabasConnection; class OMySQLCatalog : public connectivity::sdbcx::OCatalog { ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xConnection; diff --git a/connectivity/source/inc/odbc/OConnection.hxx b/connectivity/source/inc/odbc/OConnection.hxx index 08ada53f15b2..acd7c1ca9d94 100644 --- a/connectivity/source/inc/odbc/OConnection.hxx +++ b/connectivity/source/inc/odbc/OConnection.hxx @@ -38,10 +38,7 @@ namespace connectivity { namespace odbc { - - class OStatement_Base; class ODBCDriver; - class ODatabaseMetaData; typedef connectivity::OMetaConnection OConnection_BASE; typedef ::std::vector< ::connectivity::OTypeInfo> TTypeInfoVector; diff --git a/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx b/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx index 2164e08c7af3..e6e7f03221fe 100644 --- a/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx +++ b/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx @@ -41,7 +41,6 @@ namespace connectivity { namespace odbc { - class ODatabaseMetaDataResultSetMetaData; /* ** java_sql_ResultSet */ diff --git a/rsc/inc/rscpar.hxx b/rsc/inc/rscpar.hxx index 779f2572afb7..6c422ee76b58 100644 --- a/rsc/inc/rscpar.hxx +++ b/rsc/inc/rscpar.hxx @@ -33,7 +33,6 @@ /****************** C L A S S E S ****************************************/ class RscTypCont; -class RscExpression; /*********** R s c F i l e I n s t ***************************************/ #define READBUFFER_MAX 256 diff --git a/toolkit/source/controls/grid/defaultgridcolumnmodel.hxx b/toolkit/source/controls/grid/defaultgridcolumnmodel.hxx index e3dfe64dff45..7da262188b71 100644 --- a/toolkit/source/controls/grid/defaultgridcolumnmodel.hxx +++ b/toolkit/source/controls/grid/defaultgridcolumnmodel.hxx @@ -32,11 +32,6 @@ #include <comphelper/componentcontext.hxx> #include <vector> -namespace comphelper -{ - class ComponentGuard; -} - namespace toolkit { |