connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx | 3 --- connectivity/source/drivers/evoab2/NPreparedStatement.hxx | 1 - connectivity/source/drivers/kab/KConnection.hxx | 2 -- connectivity/source/drivers/kab/KPreparedStatement.hxx | 2 -- connectivity/source/drivers/macab/MacabConnection.hxx | 2 -- connectivity/source/drivers/macab/MacabPreparedStatement.hxx | 2 -- connectivity/source/drivers/mozab/MConnection.hxx | 1 - connectivity/source/drivers/mozab/MPreparedStatement.hxx | 1 - connectivity/source/drivers/postgresql/pq_preparedstatement.hxx | 1 - connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx | 1 - connectivity/source/drivers/postgresql/pq_statement.hxx | 1 - connectivity/source/drivers/postgresql/pq_xview.hxx | 1 - connectivity/source/inc/FDatabaseMetaDataResultSet.hxx | 1 - connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx | 1 - connectivity/source/inc/ado/AGroups.hxx | 5 ----- connectivity/source/inc/ado/AResultSet.hxx | 1 - connectivity/source/inc/ado/AUsers.hxx | 4 ---- connectivity/source/inc/calc/CTable.hxx | 1 - connectivity/source/inc/dbase/DDatabaseMetaDataResultSet.hxx | 1 - connectivity/source/inc/file/FConnection.hxx | 2 -- connectivity/source/inc/file/FDateFunctions.hxx | 1 - connectivity/source/inc/file/FNumericFunctions.hxx | 1 - connectivity/source/inc/file/FStringFunctions.hxx | 1 - connectivity/source/inc/file/fcode.hxx | 4 ---- connectivity/source/inc/hsqldb/HDriver.hxx | 2 -- connectivity/source/inc/java/lang/Object.hxx | 1 - connectivity/source/inc/mysql/YCatalog.hxx | 1 - connectivity/source/inc/odbc/OConnection.hxx | 3 --- connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx | 1 - rsc/inc/rscpar.hxx | 1 - toolkit/source/controls/grid/defaultgridcolumnmodel.hxx | 5 ----- 31 files changed, 55 deletions(-)
New commits: commit 27b88d815dbbe6d2053add5fa17746bd1ff6a13d Author: Takeshi Abe <t...@fixedpoint.jp> Date: Sun Jun 24 22:57:08 2012 +0900 removed unused forward declarations of class Change-Id: I814f8bdf4e4015f8e4eea34533db4ed8d6a7496e diff --git a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx index 92b7ebc..7079bf3 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 ff3354c..c6ab793 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 75b8c53..fc4cc55 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 d5f2d39..9011b29 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 caa0c5d..66c592f 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 f4ba93d..6b60572 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 335cb8f..4bc92c9 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 3880635..3d3b15a 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 d44bc75..e9284d7 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 f906aac..0d6f1be 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 473c4e7..5bbb5d7 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 4a1f331..94b4745 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 951ec31..a7faf0e 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 1612346..187d4d2 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 3353476..bf120d2 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 c179501..c1643c6 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 b11224b..3f958d4 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 986d8fa..1072d42 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 c84ac12..84dab9f 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 a8c62f8..0d5409c 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 2d61e7a..6d388f9 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 07b0ed6..8041435 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 514ffdd..1c3b5d9 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 d78b03b..33ebc03 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 0292ad7..4288a66 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 6198640..add7609 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 58891e1..34fe7af 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 08ada53..acd7c1c 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 2164e08..e6e7f03 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 779f257..6c422ee 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 e3dfe64..7da2621 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 { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits