diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 18:41:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:08 +0200 |
commit | 888057cb5c2b7a349c69ccaf22714a43f0e75430 (patch) | |
tree | a9cce18b346300880b1a9606e03bca6e948a38ee /connectivity | |
parent | b4285a90d8cf9361381d5b5c4dddf2f9d57f10d3 (diff) |
fixincludeguards.sh: connectivity
Diffstat (limited to 'connectivity')
312 files changed, 874 insertions, 874 deletions
diff --git a/connectivity/source/cpool/ZConnectionPool.hxx b/connectivity/source/cpool/ZConnectionPool.hxx index befd0d3d0504..34418e05aadc 100644 --- a/connectivity/source/cpool/ZConnectionPool.hxx +++ b/connectivity/source/cpool/ZConnectionPool.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ZCONNECTIONPOOL_HXX_ -#define _CONNECTIVITY_ZCONNECTIONPOOL_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZCONNECTIONPOOL_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZCONNECTIONPOOL_HXX #include <sal/config.h> @@ -146,7 +146,7 @@ namespace connectivity void invalidatePooledConnections(); }; } -#endif // _CONNECTIVITY_ZCONNECTIONPOOL_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZCONNECTIONPOOL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/cpool/ZConnectionWrapper.hxx b/connectivity/source/cpool/ZConnectionWrapper.hxx index f7b95c28ee34..99d3036c9b96 100644 --- a/connectivity/source/cpool/ZConnectionWrapper.hxx +++ b/connectivity/source/cpool/ZConnectionWrapper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ZCONNECTIONWEAKWRAPPER_HXX_ -#define _CONNECTIVITY_ZCONNECTIONWEAKWRAPPER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZCONNECTIONWRAPPER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZCONNECTIONWRAPPER_HXX #include <cppuhelper/compbase1.hxx> #include <com/sun/star/sdbc/XConnection.hpp> @@ -75,6 +75,6 @@ namespace connectivity virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // _CONNECTIVITY_ZCONNECTIONWEAKWRAPPER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZCONNECTIONWRAPPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/cpool/ZDriverWrapper.hxx b/connectivity/source/cpool/ZDriverWrapper.hxx index acecaf60c05d..01a95a0c6115 100644 --- a/connectivity/source/cpool/ZDriverWrapper.hxx +++ b/connectivity/source/cpool/ZDriverWrapper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_CPOOL_ZDRIVERWRAPPER_HXX_ -#define _CONNECTIVITY_CPOOL_ZDRIVERWRAPPER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZDRIVERWRAPPER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZDRIVERWRAPPER_HXX #include <com/sun/star/sdbc/XDriver.hpp> #include <cppuhelper/implbase1.hxx> @@ -76,7 +76,7 @@ namespace connectivity } // namespace connectivity -#endif // _CONNECTIVITY_CPOOL_ZDRIVERWRAPPER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZDRIVERWRAPPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/cpool/ZPoolCollection.hxx b/connectivity/source/cpool/ZPoolCollection.hxx index fa28c0361a49..aa3e84fea447 100644 --- a/connectivity/source/cpool/ZPoolCollection.hxx +++ b/connectivity/source/cpool/ZPoolCollection.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_POOLCOLLECTION_HXX -#define CONNECTIVITY_POOLCOLLECTION_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZPOOLCOLLECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZPOOLCOLLECTION_HXX #include <sal/config.h> @@ -139,6 +139,6 @@ namespace connectivity virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& Event ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // CONNECTIVITY_POOLCOLLECTION_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZPOOLCOLLECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/cpool/ZPooledConnection.hxx b/connectivity/source/cpool/ZPooledConnection.hxx index b5957a8d39fe..ee2d9f150b97 100644 --- a/connectivity/source/cpool/ZPooledConnection.hxx +++ b/connectivity/source/cpool/ZPooledConnection.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_POOLEDCONNECTION_HXX -#define CONNECTIVITY_POOLEDCONNECTION_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZPOOLEDCONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZPOOLEDCONNECTION_HXX #include <cppuhelper/compbase2.hxx> #include <com/sun/star/sdbc/XPooledConnection.hpp> @@ -56,6 +56,6 @@ namespace connectivity }; } -#endif // CONNECTIVITY_POOLEDCONNECTION_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZPOOLEDCONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/evoab2/EApi.h b/connectivity/source/drivers/evoab2/EApi.h index 59e2c3a33cf4..8c05f95fa2ce 100644 --- a/connectivity/source/drivers/evoab2/EApi.h +++ b/connectivity/source/drivers/evoab2/EApi.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_EVOAB_EVOLUTION_API_HXX_ -#define _CONNECTIVITY_EVOAB_EVOLUTION_API_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_EAPI_H +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_EAPI_H #include <glib-object.h> // Initializes the API below, returns false if not available diff --git a/connectivity/source/drivers/evoab2/NCatalog.hxx b/connectivity/source/drivers/evoab2/NCatalog.hxx index efcf91a45138..468f4c0d2ca9 100644 --- a/connectivity/source/drivers/evoab2/NCatalog.hxx +++ b/connectivity/source/drivers/evoab2/NCatalog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_EVOAB_CATALOG_HXX_ -#define _CONNECTIVITY_EVOAB_CATALOG_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCATALOG_HXX #include "connectivity/sdbcx/VCatalog.hxx" @@ -44,6 +44,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_EVOAB_CATALOG_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/evoab2/NColumns.hxx b/connectivity/source/drivers/evoab2/NColumns.hxx index 5a3c3f72634e..ff56c18f1d44 100644 --- a/connectivity/source/drivers/evoab2/NColumns.hxx +++ b/connectivity/source/drivers/evoab2/NColumns.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_EVOAB_COLUMNS_HXX_ -#define _CONNECTIVITY_EVOAB_COLUMNS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCOLUMNS_HXX #include "NTable.hxx" #include "connectivity/sdbcx/VCollection.hxx" @@ -46,6 +46,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_EVOAB_COLUMNS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/evoab2/NConnection.hxx b/connectivity/source/drivers/evoab2/NConnection.hxx index dd7bebe3a3e4..2f0b335b1b9b 100644 --- a/connectivity/source/drivers/evoab2/NConnection.hxx +++ b/connectivity/source/drivers/evoab2/NConnection.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_EVOAB_CONNECTION_HXX_ -#define _CONNECTIVITY_EVOAB_CONNECTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCONNECTION_HXX #include "NDriver.hxx" #include <com/sun/star/sdbc/SQLWarning.hpp> @@ -112,6 +112,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_EVOAB_CONNECTION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx index 5d08f3944d06..4945f937511a 100644 --- a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx +++ b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_EVOAB_DATABASEMETADATA_HXX_ -#define _CONNECTIVITY_EVOAB_DATABASEMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDATABASEMETADATA_HXX #include "NConnection.hxx" #include "TDatabaseMetaDataBase.hxx" @@ -218,6 +218,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_EVOAB_DATABASEMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDATABASEMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/evoab2/NDriver.hxx b/connectivity/source/drivers/evoab2/NDriver.hxx index 5801f8f87d24..029aa2d16c1c 100644 --- a/connectivity/source/drivers/evoab2/NDriver.hxx +++ b/connectivity/source/drivers/evoab2/NDriver.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_EVOAB_DRIVER_HXX_ -#define _CONNECTIVITY_EVOAB_DRIVER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDRIVER_HXX #include <com/sun/star/sdbc/XDriver.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -90,6 +90,6 @@ namespace connectivity } } -#endif //_CONNECTIVITY_EVOAB_DRIVER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDRIVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx index 1bd7f7d224ee..8f0f5cd02866 100644 --- a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx +++ b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_EVOAB_PREPAREDSTATEMENT_HXX_ -#define _CONNECTIVITY_EVOAB_PREPAREDSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NPREPAREDSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NPREPAREDSTATEMENT_HXX #include "NStatement.hxx" #include "NConnection.hxx" diff --git a/connectivity/source/drivers/evoab2/NResultSet.hxx b/connectivity/source/drivers/evoab2/NResultSet.hxx index 8fabc91cab13..6a3494ed9275 100644 --- a/connectivity/source/drivers/evoab2/NResultSet.hxx +++ b/connectivity/source/drivers/evoab2/NResultSet.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_EVOAB_RESULTSET_HXX_ -#define _CONNECTIVITY_EVOAB_RESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NRESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NRESULTSET_HXX #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XRow.hpp> diff --git a/connectivity/source/drivers/evoab2/NResultSetMetaData.hxx b/connectivity/source/drivers/evoab2/NResultSetMetaData.hxx index 2ac38cc2901a..1fb048e41007 100644 --- a/connectivity/source/drivers/evoab2/NResultSetMetaData.hxx +++ b/connectivity/source/drivers/evoab2/NResultSetMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_EVOAB_RESULTSETMETADATA_HXX_ -#define _CONNECTIVITY_EVOAB_RESULTSETMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NRESULTSETMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NRESULTSETMETADATA_HXX #include <com/sun/star/sdbc/XResultSetMetaData.hpp> #include <cppuhelper/implbase1.hxx> diff --git a/connectivity/source/drivers/evoab2/NStatement.hxx b/connectivity/source/drivers/evoab2/NStatement.hxx index 5532ffe463aa..e868419f77ea 100644 --- a/connectivity/source/drivers/evoab2/NStatement.hxx +++ b/connectivity/source/drivers/evoab2/NStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_EVOAB_STATEMENT_HXX_ -#define _CONNECTIVITY_EVOAB_STATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NSTATEMENT_HXX #include <com/sun/star/sdbc/XStatement.hpp> #include <com/sun/star/sdbc/XWarningsSupplier.hpp> diff --git a/connectivity/source/drivers/evoab2/NTable.hxx b/connectivity/source/drivers/evoab2/NTable.hxx index 1abfb8aaf452..7205fe588ced 100644 --- a/connectivity/source/drivers/evoab2/NTable.hxx +++ b/connectivity/source/drivers/evoab2/NTable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_EVOAB_TABLE_HXX_ -#define _CONNECTIVITY_EVOAB_TABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLE_HXX #include "NConnection.hxx" #include "connectivity/sdbcx/VTable.hxx" @@ -56,6 +56,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_EVOAB_TABLE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/evoab2/NTables.hxx b/connectivity/source/drivers/evoab2/NTables.hxx index 98a066c63473..2ee7c4cebe64 100644 --- a/connectivity/source/drivers/evoab2/NTables.hxx +++ b/connectivity/source/drivers/evoab2/NTables.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_EVOAB_TABLES_HXX_ -#define _CONNECTIVITY_EVOAB_TABLES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLES_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -42,6 +42,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_EVOAB_TABLES_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/Blob.hxx b/connectivity/source/drivers/firebird/Blob.hxx index 35a6e9d7f1ed..bf8c2cfedf40 100644 --- a/connectivity/source/drivers/firebird/Blob.hxx +++ b/connectivity/source/drivers/firebird/Blob.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONNECTIVITY_FIREBIRD_BLOB_HXX -#define CONNECTIVITY_FIREBIRD_BLOB_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_BLOB_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_BLOB_HXX #include <ibase.h> @@ -122,5 +122,5 @@ namespace connectivity } -#endif //CONNECTIVITY_FIREBIRD_BLOB_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_BLOB_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file diff --git a/connectivity/source/drivers/firebird/Catalog.hxx b/connectivity/source/drivers/firebird/Catalog.hxx index 0948f25c1e85..559986384cb7 100644 --- a/connectivity/source/drivers/firebird/Catalog.hxx +++ b/connectivity/source/drivers/firebird/Catalog.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONNECTIVITY_FIREBIRD_CATALOG_HXX -#define CONNECTIVITY_FIREBIRD_CATALOG_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_CATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_CATALOG_HXX #include <connectivity/sdbcx/VCatalog.hxx> @@ -38,6 +38,6 @@ namespace connectivity } // namespace firebird } // namespace connectivity -#endif //CONNECTIVITY_FIREBIRD_CATALOG_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_CATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file diff --git a/connectivity/source/drivers/firebird/Columns.hxx b/connectivity/source/drivers/firebird/Columns.hxx index f6ec64fc6715..c487422d5f71 100644 --- a/connectivity/source/drivers/firebird/Columns.hxx +++ b/connectivity/source/drivers/firebird/Columns.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONNECTIVITY_FIREBIRD_COLUMNS_HXX -#define CONNECTIVITY_FIREBIRD_COLUMNS_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_COLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_COLUMNS_HXX #include "Table.hxx" @@ -31,6 +31,6 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_FIREBIRD_COLUMNS_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_COLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file diff --git a/connectivity/source/drivers/firebird/Connection.hxx b/connectivity/source/drivers/firebird/Connection.hxx index 4aafb04f7016..a68e181126fb 100644 --- a/connectivity/source/drivers/firebird/Connection.hxx +++ b/connectivity/source/drivers/firebird/Connection.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_FIREBIRD_CONNECTION_HXX -#define CONNECTIVITY_FIREBIRD_CONNECTION_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_CONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_CONNECTION_HXX #include "Blob.hxx" #include "SubComponent.hxx" diff --git a/connectivity/source/drivers/firebird/DatabaseMetaData.hxx b/connectivity/source/drivers/firebird/DatabaseMetaData.hxx index 94fb5b946c81..882bfaf57aa1 100644 --- a/connectivity/source/drivers/firebird/DatabaseMetaData.hxx +++ b/connectivity/source/drivers/firebird/DatabaseMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_FIREBIRD_DATABASEMETADATA_HXX -#define CONNECTIVITY_FIREBIRD_DATABASEMETADATA_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_DATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_DATABASEMETADATA_HXX #include "Connection.hxx" @@ -200,6 +200,6 @@ namespace connectivity } } -#endif // CONNECTIVITY_FIREBIRD_DATABASEMETADATA_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_DATABASEMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/Driver.hxx b/connectivity/source/drivers/firebird/Driver.hxx index cb4e8a75e7a9..e7ff86cbc30d 100644 --- a/connectivity/source/drivers/firebird/Driver.hxx +++ b/connectivity/source/drivers/firebird/Driver.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_FIREBIRD_DRIVER_HXX -#define CONNECTIVITY_FIREBIRD_DRIVER_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_DRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_DRIVER_HXX #include "Connection.hxx" @@ -100,6 +100,6 @@ namespace connectivity } -#endif // CONNECTIVITY_FIREBIRD_DRIVER_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_DRIVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/Indexes.hxx b/connectivity/source/drivers/firebird/Indexes.hxx index 35ead445b964..d2a55da5c9d8 100644 --- a/connectivity/source/drivers/firebird/Indexes.hxx +++ b/connectivity/source/drivers/firebird/Indexes.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONNECTIVITY_FIREBIRD_INDEXES_HXX -#define CONNECTIVITY_FIREBIRD_INDEXES_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_INDEXES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_INDEXES_HXX #include "Table.hxx" @@ -40,6 +40,6 @@ namespace connectivity } // namespace firebird } // namespace connectivity -#endif // CONNECTIVITY_FIREBIRD_INDEXES_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_INDEXES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/Keys.hxx b/connectivity/source/drivers/firebird/Keys.hxx index 445efad397fd..e8e004734723 100644 --- a/connectivity/source/drivers/firebird/Keys.hxx +++ b/connectivity/source/drivers/firebird/Keys.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONNECTIVITY_FIREBIRD_KEYS_HXX -#define CONNECTIVITY_FIREBIRD_KEYS_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_KEYS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_KEYS_HXX #include <connectivity/TKeys.hxx> @@ -36,6 +36,6 @@ namespace connectivity }; } } -#endif // CONNECTIVITY_FIREBIRD_KEYS_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_KEYS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/PreparedStatement.hxx b/connectivity/source/drivers/firebird/PreparedStatement.hxx index 2c0fd2908376..252037307cbb 100644 --- a/connectivity/source/drivers/firebird/PreparedStatement.hxx +++ b/connectivity/source/drivers/firebird/PreparedStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_FIREBIRD_PREPAREDSTATEMENT_HXX -#define CONNECTIVITY_FIREBIRD_PREPAREDSTATEMENT_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_PREPAREDSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_PREPAREDSTATEMENT_HXX #include "Statement.hxx" @@ -197,6 +197,6 @@ namespace connectivity }; } } -#endif // CONNECTIVITY_FIREBIRD_PREPAREDSTATEMENT_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_PREPAREDSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/ResultSet.hxx b/connectivity/source/drivers/firebird/ResultSet.hxx index a4c1a68b1d5a..c8048d32dabe 100644 --- a/connectivity/source/drivers/firebird/ResultSet.hxx +++ b/connectivity/source/drivers/firebird/ResultSet.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_FIREBIRD_RESULTSET_HXX -#define CONNECTIVITY_FIREBIRD_RESULTSET_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_RESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_RESULTSET_HXX #include "Statement.hxx" @@ -226,6 +226,6 @@ namespace connectivity const ISC_SHORT nType); } } -#endif // CONNECTIVITY_FIREBIRD_RESULTSET_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_RESULTSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/ResultSetMetaData.hxx b/connectivity/source/drivers/firebird/ResultSetMetaData.hxx index 506e1e625a70..494979eba333 100644 --- a/connectivity/source/drivers/firebird/ResultSetMetaData.hxx +++ b/connectivity/source/drivers/firebird/ResultSetMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_FIREBIRD_RESULTSETMETADATA_HXX -#define CONNECTIVITY_FIREBIRD_RESULTSETMETADATA_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_RESULTSETMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_RESULTSETMETADATA_HXX #include "Connection.hxx" @@ -102,6 +102,6 @@ namespace connectivity } } -#endif // CONNECTIVITY_FIREBIRD_RESULTSETMETADATA_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_RESULTSETMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/Statement.hxx b/connectivity/source/drivers/firebird/Statement.hxx index d9965d4c6039..cf785b612cde 100644 --- a/connectivity/source/drivers/firebird/Statement.hxx +++ b/connectivity/source/drivers/firebird/Statement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_FIREBIRD_STATEMENT_HXX -#define CONNECTIVITY_FIREBIRD_STATEMENT_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_STATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_STATEMENT_HXX #include "StatementCommonBase.hxx" @@ -94,6 +94,6 @@ namespace connectivity }; } } -#endif // CONNECTIVITY_FIREBIRD_STATEMENT_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_STATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/StatementCommonBase.hxx b/connectivity/source/drivers/firebird/StatementCommonBase.hxx index 44a14dd3912d..3591d22307f5 100644 --- a/connectivity/source/drivers/firebird/StatementCommonBase.hxx +++ b/connectivity/source/drivers/firebird/StatementCommonBase.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_FIREBIRD_STATEMENT_BASE_HXX -#define CONNECTIVITY_FIREBIRD_STATEMENT_BASE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_STATEMENTCOMMONBASE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_STATEMENTCOMMONBASE_HXX #include "Connection.hxx" @@ -143,6 +143,6 @@ namespace connectivity } } -#endif //CONNECTIVITY_FIREBIRD_STATEMENT_BASE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_STATEMENTCOMMONBASE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/SubComponent.hxx b/connectivity/source/drivers/firebird/SubComponent.hxx index 89a59c4b6bc3..01b4d5b5236d 100644 --- a/connectivity/source/drivers/firebird/SubComponent.hxx +++ b/connectivity/source/drivers/firebird/SubComponent.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_FIREBIRD_SUBCOMPONENT_HXX -#define CONNECTIVITY_FIREBIRD_SUBCOMPONENT_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_SUBCOMPONENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_SUBCOMPONENT_HXX #include <cppuhelper/interfacecontainer.h> #include <cppuhelper/propshlp.hxx> @@ -143,6 +143,6 @@ namespace connectivity } } -#endif // CONNECTIVITY_FIREBIRD_SUBCOMPONENT_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_SUBCOMPONENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/Table.hxx b/connectivity/source/drivers/firebird/Table.hxx index 82aa18afe5fe..a16ccfa06b84 100644 --- a/connectivity/source/drivers/firebird/Table.hxx +++ b/connectivity/source/drivers/firebird/Table.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONNECTIVITY_FIREBIRD_TABLE_HXX -#define CONNECTIVITY_FIREBIRD_TABLE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_TABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_TABLE_HXX #include "Tables.hxx" @@ -90,6 +90,6 @@ namespace connectivity } // namespace firebird } // namespace connectivity -#endif // CONNECTIVITY_FIREBIRD_TABLE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_TABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file diff --git a/connectivity/source/drivers/firebird/Tables.hxx b/connectivity/source/drivers/firebird/Tables.hxx index 1bf02bd75177..3d5f696bb7b0 100644 --- a/connectivity/source/drivers/firebird/Tables.hxx +++ b/connectivity/source/drivers/firebird/Tables.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONNECTIVITY_FIREBIRD_TABLES_HXX -#define CONNECTIVITY_FIREBIRD_TABLES_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_TABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_TABLES_HXX #include "DatabaseMetaData.hxx" @@ -61,6 +61,6 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_FIREBIRD_TABLES_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_TABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/User.hxx b/connectivity/source/drivers/firebird/User.hxx index 112d71fc4c36..775cf9c1f604 100644 --- a/connectivity/source/drivers/firebird/User.hxx +++ b/connectivity/source/drivers/firebird/User.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONNECTIVITY_FIREBIRD_USER_HXX -#define CONNECTIVITY_FIREBIRD_USER_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_USER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_USER_HXX #include <connectivity/sdbcx/VUser.hxx> @@ -44,6 +44,6 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_FIREBIRD_USER_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_USER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file diff --git a/connectivity/source/drivers/firebird/Users.hxx b/connectivity/source/drivers/firebird/Users.hxx index 8f31c9bece95..17889b5f0d08 100644 --- a/connectivity/source/drivers/firebird/Users.hxx +++ b/connectivity/source/drivers/firebird/Users.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONNECTIVITY_FIREBIRD_USERS_HXX -#define CONNECTIVITY_FIREBIRD_USERS_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_USERS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_USERS_HXX #include "DatabaseMetaData.hxx" @@ -57,6 +57,6 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_FIREBIRD_USERS_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_USERS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/Util.hxx b/connectivity/source/drivers/firebird/Util.hxx index 3a992a81d30a..e6a978aca84b 100644 --- a/connectivity/source/drivers/firebird/Util.hxx +++ b/connectivity/source/drivers/firebird/Util.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONNECTIVITY_FIREBIRD_UTIL_HXX -#define CONNECTIVITY_FIREBIRD_UTIL_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_UTIL_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_UTIL_HXX #include <ibase.h> @@ -58,6 +58,6 @@ namespace connectivity void freeSQLVAR(XSQLDA* pSqlda); } } -#endif //CONNECTIVITY_FIREBIRD_UTIL_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_UTIL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file diff --git a/connectivity/source/drivers/hsqldb/HTerminateListener.hxx b/connectivity/source/drivers/hsqldb/HTerminateListener.hxx index 51c030350f8d..a5424039880c 100644 --- a/connectivity/source/drivers/hsqldb/HTerminateListener.hxx +++ b/connectivity/source/drivers/hsqldb/HTerminateListener.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_HSQLDB_TERMINATELISTENER_HXX -#define CONNECTIVITY_HSQLDB_TERMINATELISTENER_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_HTERMINATELISTENER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_HTERMINATELISTENER_HXX #include <cppuhelper/compbase1.hxx> #include <com/sun/star/frame/XTerminateListener.hpp> @@ -53,6 +53,6 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_HSQLDB_TERMINATELISTENER_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_HTERMINATELISTENER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/hsqldb/accesslog.hxx b/connectivity/source/drivers/hsqldb/accesslog.hxx index b00d618e72d3..99af74503f3c 100644 --- a/connectivity/source/drivers/hsqldb/accesslog.hxx +++ b/connectivity/source/drivers/hsqldb/accesslog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_HSQLDB_ACCESSLOG_HXX -#define CONNECTIVITY_HSQLDB_ACCESSLOG_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_ACCESSLOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_ACCESSLOG_HXX #ifdef HSQLDB_DBG @@ -134,6 +134,6 @@ namespace connectivity { namespace hsqldb } } #endif -#endif // CONNECTIVITY_HSQLDB_ACCESSLOG_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_ACCESSLOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/KCatalog.hxx b/connectivity/source/drivers/kab/KCatalog.hxx index 9ef3b240be2f..9afa09c85dce 100644 --- a/connectivity/source/drivers/kab/KCatalog.hxx +++ b/connectivity/source/drivers/kab/KCatalog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_CATALOG_HXX_ -#define _CONNECTIVITY_KAB_CATALOG_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KCATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KCATALOG_HXX #include "connectivity/sdbcx/VCatalog.hxx" @@ -51,6 +51,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_KAB_CATALOG_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KCATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/KColumns.hxx b/connectivity/source/drivers/kab/KColumns.hxx index 8879ba8fae0b..6e09b4b48093 100644 --- a/connectivity/source/drivers/kab/KColumns.hxx +++ b/connectivity/source/drivers/kab/KColumns.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_COLUMNS_HXX_ -#define _CONNECTIVITY_KAB_COLUMNS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KCOLUMNS_HXX #include "KTable.hxx" #include "connectivity/sdbcx/VCollection.hxx" @@ -43,6 +43,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_KAB_COLUMNS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KCOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/KConnection.hxx b/connectivity/source/drivers/kab/KConnection.hxx index 024c72eb95bc..cae5d3397a4b 100644 --- a/connectivity/source/drivers/kab/KConnection.hxx +++ b/connectivity/source/drivers/kab/KConnection.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_CONNECTION_HXX_ -#define _CONNECTIVITY_KAB_CONNECTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KCONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KCONNECTION_HXX #include <map> #include "connectivity/OSubComponent.hxx" @@ -127,6 +127,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_KAB_CONNECTION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KCONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/KDEInit.h b/connectivity/source/drivers/kab/KDEInit.h index 9be69bbfd774..d14447b34306 100644 --- a/connectivity/source/drivers/kab/KDEInit.h +++ b/connectivity/source/drivers/kab/KDEInit.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_KAB_KDEINIT_H -#define CONNECTIVITY_KAB_KDEINIT_H +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KDEINIT_H +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KDEINIT_H // the address book driver's version #define KAB_DRIVER_VERSION "0.2" @@ -48,6 +48,6 @@ #endif // ENABLE_TDE -#endif // CONNECTIVITY_KAB_KDEINIT_H +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KDEINIT_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/KDatabaseMetaData.hxx b/connectivity/source/drivers/kab/KDatabaseMetaData.hxx index fad3f827284e..33cad87d0c31 100644 --- a/connectivity/source/drivers/kab/KDatabaseMetaData.hxx +++ b/connectivity/source/drivers/kab/KDatabaseMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_DATABASEMETADATA_HXX_ -#define _CONNECTIVITY_KAB_DATABASEMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KDATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KDATABASEMETADATA_HXX #include "KConnection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -200,6 +200,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_KAB_DATABASEMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KDATABASEMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/KDriver.hxx b/connectivity/source/drivers/kab/KDriver.hxx index 249d8ff5c44b..4987ef7bc33d 100644 --- a/connectivity/source/drivers/kab/KDriver.hxx +++ b/connectivity/source/drivers/kab/KDriver.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_DRIVER_HXX_ -#define _CONNECTIVITY_KAB_DRIVER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KDRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KDRIVER_HXX #include <com/sun/star/sdbc/XDriver.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -211,6 +211,6 @@ namespace connectivity } -#endif // _CONNECTIVITY_KAB_DRIVER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KDRIVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/KPreparedStatement.hxx b/connectivity/source/drivers/kab/KPreparedStatement.hxx index ee7427d37c3a..f55454fff06b 100644 --- a/connectivity/source/drivers/kab/KPreparedStatement.hxx +++ b/connectivity/source/drivers/kab/KPreparedStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_PREPAREDSTATEMENT_HXX_ -#define _CONNECTIVITY_KAB_PREPAREDSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KPREPAREDSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KPREPAREDSTATEMENT_HXX #include "KStatement.hxx" #include "KResultSetMetaData.hxx" @@ -109,6 +109,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_KAB_PREPAREDSTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KPREPAREDSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/KResultSet.hxx b/connectivity/source/drivers/kab/KResultSet.hxx index 53cb50f93db7..6a41a30902d9 100644 --- a/connectivity/source/drivers/kab/KResultSet.hxx +++ b/connectivity/source/drivers/kab/KResultSet.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_RESULTSET_HXX_ -#define _CONNECTIVITY_KAB_RESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KRESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KRESULTSET_HXX #include "KStatement.hxx" #include "KResultSetMetaData.hxx" @@ -217,6 +217,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_KAB_RESULTSET_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KRESULTSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/KResultSetMetaData.hxx b/connectivity/source/drivers/kab/KResultSetMetaData.hxx index f494fdf501e6..f1755d3dba54 100644 --- a/connectivity/source/drivers/kab/KResultSetMetaData.hxx +++ b/connectivity/source/drivers/kab/KResultSetMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_RESULTSETMETADATA_HXX_ -#define _CONNECTIVITY_KAB_RESULTSETMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KRESULTSETMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KRESULTSETMETADATA_HXX #include <connectivity/CommonTools.hxx> #include <com/sun/star/sdbc/XResultSetMetaData.hpp> @@ -79,6 +79,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_KAB_RESULTSETMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KRESULTSETMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/KStatement.hxx b/connectivity/source/drivers/kab/KStatement.hxx index afc02518d401..b56c62720a2a 100644 --- a/connectivity/source/drivers/kab/KStatement.hxx +++ b/connectivity/source/drivers/kab/KStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_STATEMENT_HXX_ -#define _CONNECTIVITY_KAB_STATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KSTATEMENT_HXX #include "KConnection.hxx" #include <list> @@ -157,6 +157,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_KAB_STATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/KTable.hxx b/connectivity/source/drivers/kab/KTable.hxx index 8864a2c1ec1d..2d0c64d4b61e 100644 --- a/connectivity/source/drivers/kab/KTable.hxx +++ b/connectivity/source/drivers/kab/KTable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_TABLE_HXX_ -#define _CONNECTIVITY_KAB_TABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KTABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KTABLE_HXX #include "KConnection.hxx" #include "connectivity/sdbcx/VTable.hxx" @@ -56,6 +56,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_KAB_TABLE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/KTables.hxx b/connectivity/source/drivers/kab/KTables.hxx index ed9465971844..5dba33726a2a 100644 --- a/connectivity/source/drivers/kab/KTables.hxx +++ b/connectivity/source/drivers/kab/KTables.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_TABLES_HXX_ -#define _CONNECTIVITY_KAB_TABLES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KTABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KTABLES_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -50,6 +50,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_KAB_TABLES_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KTABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/kcondition.hxx b/connectivity/source/drivers/kab/kcondition.hxx index 5b35bbc3d626..4bed162305d8 100644 --- a/connectivity/source/drivers/kab/kcondition.hxx +++ b/connectivity/source/drivers/kab/kcondition.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_CONDITION_HXX_ -#define _CONNECTIVITY_KAB_CONDITION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KCONDITION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KCONDITION_HXX #include <comphelper/types.hxx> #include <shell/kde_headers.h> @@ -149,6 +149,6 @@ class KabConditionAnd : public KabConditionBoolean } } -#endif // _CONNECTIVITY_KAB_CONDITION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KCONDITION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/kab/kfields.hxx b/connectivity/source/drivers/kab/kfields.hxx index c50537959145..996c2a109e25 100644 --- a/connectivity/source/drivers/kab/kfields.hxx +++ b/connectivity/source/drivers/kab/kfields.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_FIELDS_HXX_ -#define _CONNECTIVITY_KAB_FIELDS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KFIELDS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KFIELDS_HXX #include <shell/kde_headers.h> #include <connectivity/dbexception.hxx> diff --git a/connectivity/source/drivers/kab/korder.hxx b/connectivity/source/drivers/kab/korder.hxx index ba67d905b2e8..380c10bffee1 100644 --- a/connectivity/source/drivers/kab/korder.hxx +++ b/connectivity/source/drivers/kab/korder.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_KAB_ORDER_HXX_ -#define _CONNECTIVITY_KAB_ORDER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KORDER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_KAB_KORDER_HXX #include "rtl/ustring.hxx" #include <shell/kde_headers.h> diff --git a/connectivity/source/drivers/macab/MacabAddressBook.hxx b/connectivity/source/drivers/macab/MacabAddressBook.hxx index 34a0135db157..d474edfd8f07 100644 --- a/connectivity/source/drivers/macab/MacabAddressBook.hxx +++ b/connectivity/source/drivers/macab/MacabAddressBook.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_ADDRESSBOOK_HXX_ -#define _CONNECTIVITY_MACAB_ADDRESSBOOK_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABADDRESSBOOK_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABADDRESSBOOK_HXX #include "MacabRecords.hxx" #include "MacabGroup.hxx" @@ -61,6 +61,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_ADDRESSBOOK_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABADDRESSBOOK_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabCatalog.hxx b/connectivity/source/drivers/macab/MacabCatalog.hxx index 2ae7d5041477..4a7b1a1a11bb 100644 --- a/connectivity/source/drivers/macab/MacabCatalog.hxx +++ b/connectivity/source/drivers/macab/MacabCatalog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_CATALOG_HXX_ -#define _CONNECTIVITY_MACAB_CATALOG_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCATALOG_HXX #include "connectivity/sdbcx/VCatalog.hxx" @@ -53,6 +53,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_CATALOG_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabColumns.hxx b/connectivity/source/drivers/macab/MacabColumns.hxx index 17e27f21481f..3241cddc8a35 100644 --- a/connectivity/source/drivers/macab/MacabColumns.hxx +++ b/connectivity/source/drivers/macab/MacabColumns.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_COLUMNS_HXX_ -#define _CONNECTIVITY_MACAB_COLUMNS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCOLUMNS_HXX #include "MacabTable.hxx" #include "connectivity/sdbcx/VCollection.hxx" @@ -43,6 +43,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_COLUMNS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabConnection.hxx b/connectivity/source/drivers/macab/MacabConnection.hxx index 1e40f546c7e2..dc933a652dd3 100644 --- a/connectivity/source/drivers/macab/MacabConnection.hxx +++ b/connectivity/source/drivers/macab/MacabConnection.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_CONNECTION_HXX_ -#define _CONNECTIVITY_MACAB_CONNECTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCONNECTION_HXX #include <map> #include "connectivity/OSubComponent.hxx" @@ -118,6 +118,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_CONNECTION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabDatabaseMetaData.hxx b/connectivity/source/drivers/macab/MacabDatabaseMetaData.hxx index 36f1e5ecdc50..0211b14521c8 100644 --- a/connectivity/source/drivers/macab/MacabDatabaseMetaData.hxx +++ b/connectivity/source/drivers/macab/MacabDatabaseMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_DATABASEMETADATA_HXX_ -#define _CONNECTIVITY_MACAB_DATABASEMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABDATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABDATABASEMETADATA_HXX #include "MacabConnection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -201,6 +201,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_DATABASEMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABDATABASEMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabDriver.hxx b/connectivity/source/drivers/macab/MacabDriver.hxx index 603f52053695..1c850882184d 100644 --- a/connectivity/source/drivers/macab/MacabDriver.hxx +++ b/connectivity/source/drivers/macab/MacabDriver.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_DRIVER_HXX_ -#define _CONNECTIVITY_MACAB_DRIVER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABDRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABDRIVER_HXX #include <com/sun/star/sdbc/XDriver.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -181,6 +181,6 @@ namespace connectivity } -#endif // _CONNECTIVITY_MACAB_DRIVER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABDRIVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabGroup.hxx b/connectivity/source/drivers/macab/MacabGroup.hxx index 3adbae9c875f..4d9313282a25 100644 --- a/connectivity/source/drivers/macab/MacabGroup.hxx +++ b/connectivity/source/drivers/macab/MacabGroup.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_GROUP_HXX_ -#define _CONNECTIVITY_MACAB_GROUP_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABGROUP_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABGROUP_HXX #include "MacabRecords.hxx" @@ -39,6 +39,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_GROUP_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABGROUP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabHeader.hxx b/connectivity/source/drivers/macab/MacabHeader.hxx index 7f7f260d4892..8a915fb20b01 100644 --- a/connectivity/source/drivers/macab/MacabHeader.hxx +++ b/connectivity/source/drivers/macab/MacabHeader.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_HEADER_HXX_ -#define _CONNECTIVITY_MACAB_HEADER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABHEADER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABHEADER_HXX #include "MacabRecord.hxx" #include <cppuhelper/compbase3.hxx> @@ -60,6 +60,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_HEADER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABHEADER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabPreparedStatement.hxx b/connectivity/source/drivers/macab/MacabPreparedStatement.hxx index cac20afcd868..89a90992c3bc 100644 --- a/connectivity/source/drivers/macab/MacabPreparedStatement.hxx +++ b/connectivity/source/drivers/macab/MacabPreparedStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_PREPAREDSTATEMENT_HXX_ -#define _CONNECTIVITY_MACAB_PREPAREDSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABPREPAREDSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABPREPAREDSTATEMENT_HXX #include "MacabStatement.hxx" #include "MacabResultSetMetaData.hxx" @@ -110,6 +110,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_PREPAREDSTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABPREPAREDSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabRecord.hxx b/connectivity/source/drivers/macab/MacabRecord.hxx index c1c5b26ff06e..3c8777a81438 100644 --- a/connectivity/source/drivers/macab/MacabRecord.hxx +++ b/connectivity/source/drivers/macab/MacabRecord.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_RECORD_HXX_ -#define _CONNECTIVITY_MACAB_RECORD_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRECORD_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRECORD_HXX #include <cppuhelper/compbase3.hxx> @@ -66,6 +66,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_RECORD_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRECORD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabRecords.hxx b/connectivity/source/drivers/macab/MacabRecords.hxx index d474ad41f3eb..1288bace59c3 100644 --- a/connectivity/source/drivers/macab/MacabRecords.hxx +++ b/connectivity/source/drivers/macab/MacabRecords.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_RECORDS_HXX_ -#define _CONNECTIVITY_MACAB_RECORDS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRECORDS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRECORDS_HXX #include "MacabRecord.hxx" #include "MacabHeader.hxx" @@ -125,6 +125,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_RECORDS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRECORDS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabResultSet.hxx b/connectivity/source/drivers/macab/MacabResultSet.hxx index 0b71ca43f46b..ea20ca40a7c1 100644 --- a/connectivity/source/drivers/macab/MacabResultSet.hxx +++ b/connectivity/source/drivers/macab/MacabResultSet.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_RESULTSET_HXX_ -#define _CONNECTIVITY_MACAB_RESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRESULTSET_HXX #include "MacabStatement.hxx" #include "MacabResultSetMetaData.hxx" @@ -215,6 +215,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_RESULTSET_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRESULTSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabResultSetMetaData.hxx b/connectivity/source/drivers/macab/MacabResultSetMetaData.hxx index 1b1bb2dbb7b4..36dd27c5e760 100644 --- a/connectivity/source/drivers/macab/MacabResultSetMetaData.hxx +++ b/connectivity/source/drivers/macab/MacabResultSetMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_RESULTSETMETADATA_HXX_ -#define _CONNECTIVITY_MACAB_RESULTSETMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRESULTSETMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRESULTSETMETADATA_HXX #include "MacabConnection.hxx" #include <connectivity/CommonTools.hxx> @@ -83,6 +83,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_RESULTSETMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRESULTSETMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabStatement.hxx b/connectivity/source/drivers/macab/MacabStatement.hxx index 726d8b852806..2ee61251b72d 100644 --- a/connectivity/source/drivers/macab/MacabStatement.hxx +++ b/connectivity/source/drivers/macab/MacabStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_STATEMENT_HXX_ -#define _CONNECTIVITY_MACAB_STATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABSTATEMENT_HXX #include "MacabConnection.hxx" #include "MacabHeader.hxx" @@ -163,6 +163,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_STATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabTable.hxx b/connectivity/source/drivers/macab/MacabTable.hxx index ffb04f00fbe7..0bfe171ec4c4 100644 --- a/connectivity/source/drivers/macab/MacabTable.hxx +++ b/connectivity/source/drivers/macab/MacabTable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_TABLE_HXX_ -#define _CONNECTIVITY_MACAB_TABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABTABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABTABLE_HXX #include "MacabConnection.hxx" #include "connectivity/sdbcx/VTable.hxx" @@ -57,6 +57,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_TABLE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/MacabTables.hxx b/connectivity/source/drivers/macab/MacabTables.hxx index e177b308869e..17320d72f79f 100644 --- a/connectivity/source/drivers/macab/MacabTables.hxx +++ b/connectivity/source/drivers/macab/MacabTables.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_TABLES_HXX_ -#define _CONNECTIVITY_MACAB_TABLES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABTABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABTABLES_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -50,6 +50,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MACAB_TABLES_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABTABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/macabcondition.hxx b/connectivity/source/drivers/macab/macabcondition.hxx index 2ecfc504871b..eb88487b1001 100644 --- a/connectivity/source/drivers/macab/macabcondition.hxx +++ b/connectivity/source/drivers/macab/macabcondition.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_CONDITION_HXX_ -#define _CONNECTIVITY_MACAB_CONDITION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCONDITION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCONDITION_HXX #include "MacabHeader.hxx" #include "MacabRecord.hxx" @@ -156,6 +156,6 @@ class MacabConditionAnd : public MacabConditionBoolean } } -#endif // _CONNECTIVITY_MACAB_CONDITION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCONDITION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/macab/macaborder.hxx b/connectivity/source/drivers/macab/macaborder.hxx index 3adf1280a54d..1a9c202ecb40 100644 --- a/connectivity/source/drivers/macab/macaborder.hxx +++ b/connectivity/source/drivers/macab/macaborder.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_ORDER_HXX_ -#define _CONNECTIVITY_MACAB_ORDER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABORDER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABORDER_HXX #include "rtl/ustring.hxx" #include "MacabHeader.hxx" diff --git a/connectivity/source/drivers/macab/macabutilities.hxx b/connectivity/source/drivers/macab/macabutilities.hxx index f17c7acbc507..6d6887510d6e 100644 --- a/connectivity/source/drivers/macab/macabutilities.hxx +++ b/connectivity/source/drivers/macab/macabutilities.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MACAB_UTILITIES_HXX_ -#define _CONNECTIVITY_MACAB_UTILITIES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABUTILITIES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABUTILITIES_HXX #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/sdbc/DataType.hpp> diff --git a/connectivity/source/drivers/mork/MCatalog.hxx b/connectivity/source/drivers/mork/MCatalog.hxx index fa7516a9738b..bfc7d18ca2cf 100644 --- a/connectivity/source/drivers/mork/MCatalog.hxx +++ b/connectivity/source/drivers/mork/MCatalog.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MORK_CATALOG_HXX_ -#define _CONNECTIVITY_MORK_CATALOG_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MCATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MCATALOG_HXX #include "connectivity/sdbcx/VCatalog.hxx" @@ -50,6 +50,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MORK_CATALOG_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MCATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mork/MColumnAlias.hxx b/connectivity/source/drivers/mork/MColumnAlias.hxx index 9dbcd6b32814..25b992cc2364 100644 --- a/connectivity/source/drivers/mork/MColumnAlias.hxx +++ b/connectivity/source/drivers/mork/MColumnAlias.hxx @@ -18,8 +18,8 @@ */ -#ifndef _CONNECTIVITY_MORK_COLUMNALIAS_HXX_ -#define _CONNECTIVITY_MORK_COLUMNALIAS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MCOLUMNALIAS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MCOLUMNALIAS_HXX #include <unotools/confignode.hxx> @@ -73,6 +73,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MORK_COLUMNALIAS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MCOLUMNALIAS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mork/MColumns.hxx b/connectivity/source/drivers/mork/MColumns.hxx index 0135f76235b5..d0839d0be4bc 100644 --- a/connectivity/source/drivers/mork/MColumns.hxx +++ b/connectivity/source/drivers/mork/MColumns.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MORK_COLUMNS_HXX_ -#define _CONNECTIVITY_MORK_COLUMNS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MCOLUMNS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -46,6 +46,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MORK_COLUMNS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MCOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mork/MDatabaseMetaData.hxx b/connectivity/source/drivers/mork/MDatabaseMetaData.hxx index a297fce092c0..fd3a52930772 100644 --- a/connectivity/source/drivers/mork/MDatabaseMetaData.hxx +++ b/connectivity/source/drivers/mork/MDatabaseMetaData.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONNECTIVITY_MORK_METADATA_HXX -#define CONNECTIVITY_MORK_METADATA_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MDATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MDATABASEMETADATA_HXX #include "connectivity/CommonTools.hxx" #include "connectivity/OSubComponent.hxx" @@ -195,6 +195,6 @@ namespace connectivity } } -#endif // CONNECTIVITY_MORK_METADATA_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MDATABASEMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx b/connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx index 90dc6d7a518c..2080909c4b0e 100644 --- a/connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx +++ b/connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONNECTIVITY_MORK_DBMETADATAHELPER_HXX -#define CONNECTIVITY_MORK_DBMETADATAHELPER_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MDATABASEMETADATAHELPER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MDATABASEMETADATAHELPER_HXX #include <comphelper/proparrhlp.hxx> #include <comphelper/propertycontainer.hxx> @@ -41,6 +41,6 @@ namespace connectivity } } -#endif // CONNECTIVITY_MORK_DBMETADATAHELPER_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MDATABASEMETADATAHELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mork/MDriver.hxx b/connectivity/source/drivers/mork/MDriver.hxx index 8fa5ece9fde2..959ac402affd 100644 --- a/connectivity/source/drivers/mork/MDriver.hxx +++ b/connectivity/source/drivers/mork/MDriver.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_DRIVER_HXX -#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_DRIVER_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MDRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MDRIVER_HXX #include "sal/config.h" diff --git a/connectivity/source/drivers/mork/MErrorResource.hxx b/connectivity/source/drivers/mork/MErrorResource.hxx index 31a7eaff1624..4459293daf49 100644 --- a/connectivity/source/drivers/mork/MErrorResource.hxx +++ b/connectivity/source/drivers/mork/MErrorResource.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECITIVITY_MORK_ERROR_RESOURCE_HXX -#define CONNECITIVITY_MORK_ERROR_RESOURCE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MERRORRESOURCE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MERRORRESOURCE_HXX #include <rtl/ustring.hxx> @@ -66,6 +66,6 @@ namespace connectivity } } -#endif // CONNECITIVITY_MORK_ERROR_RESOURCE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MERRORRESOURCE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mork/MQueryHelper.hxx b/connectivity/source/drivers/mork/MQueryHelper.hxx index 7dca2716b9a3..590b27594c70 100644 --- a/connectivity/source/drivers/mork/MQueryHelper.hxx +++ b/connectivity/source/drivers/mork/MQueryHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MORK_QUERYHELPER_HXX_ -#define _CONNECTIVITY_MORK_QUERYHELPER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MQUERYHELPER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MQUERYHELPER_HXX #include <sal/types.h> #include <rtl/ustring.hxx> @@ -209,6 +209,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MORK_QUERYHELPER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MQUERYHELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mork/MTable.hxx b/connectivity/source/drivers/mork/MTable.hxx index d0b2f5490fe9..9d2623fe87fa 100644 --- a/connectivity/source/drivers/mork/MTable.hxx +++ b/connectivity/source/drivers/mork/MTable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MORK_TABLE_HXX_ -#define _CONNECTIVITY_MORK_TABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MTABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MTABLE_HXX #include "connectivity/TTableHelper.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -57,6 +57,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MORK_TABLE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mork/MTables.hxx b/connectivity/source/drivers/mork/MTables.hxx index 1193018c04ab..126523f7b313 100644 --- a/connectivity/source/drivers/mork/MTables.hxx +++ b/connectivity/source/drivers/mork/MTables.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MORK_TABLES_HXX_ -#define _CONNECTIVITY_MORK_TABLES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MTABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MTABLES_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -43,6 +43,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MORK_TABLES_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MTABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mork/MorkParser.hxx b/connectivity/source/drivers/mork/MorkParser.hxx index b44c3e8a7323..ef56f3ab5a75 100644 --- a/connectivity/source/drivers/mork/MorkParser.hxx +++ b/connectivity/source/drivers/mork/MorkParser.hxx @@ -31,8 +31,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _MORK_PARSER_HXX_ -#define _MORK_PARSER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MORKPARSER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MORKPARSER_HXX #include <sal/types.h> diff --git a/connectivity/source/drivers/mork/dllapi.h b/connectivity/source/drivers/mork/dllapi.h index 80f7cec756c8..b42eb606f9c3 100644 --- a/connectivity/source/drivers/mork/dllapi.h +++ b/connectivity/source/drivers/mork/dllapi.h @@ -8,8 +8,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef _MORK_DLLAPI_H -#define _MORK_DLLAPI_H +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_DLLAPI_H +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_DLLAPI_H #include "sal/config.h" #include "sal/types.h" diff --git a/connectivity/source/drivers/mozab/MCatalog.hxx b/connectivity/source/drivers/mozab/MCatalog.hxx index 41ec05b62bff..0612857e448e 100644 --- a/connectivity/source/drivers/mozab/MCatalog.hxx +++ b/connectivity/source/drivers/mozab/MCatalog.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MOZAB_CATALOG_HXX_ -#define _CONNECTIVITY_MOZAB_CATALOG_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MCATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MCATALOG_HXX #include "connectivity/sdbcx/VCatalog.hxx" @@ -50,6 +50,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MOZAB_CATALOG_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MCATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/MColumnAlias.hxx b/connectivity/source/drivers/mozab/MColumnAlias.hxx index 51946b410165..5c141fbb6aae 100644 --- a/connectivity/source/drivers/mozab/MColumnAlias.hxx +++ b/connectivity/source/drivers/mozab/MColumnAlias.hxx @@ -18,8 +18,8 @@ */ -#ifndef _CONNECTIVITY_MAB_COLUMNALIAS_HXX_ -#define _CONNECTIVITY_MAB_COLUMNALIAS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MCOLUMNALIAS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MCOLUMNALIAS_HXX #include <unotools/confignode.hxx> @@ -74,6 +74,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MAB_COLUMNALIAS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MCOLUMNALIAS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/MColumns.hxx b/connectivity/source/drivers/mozab/MColumns.hxx index f841dd45b799..0b416ade3e40 100644 --- a/connectivity/source/drivers/mozab/MColumns.hxx +++ b/connectivity/source/drivers/mozab/MColumns.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MOZAB_COLUMNS_HXX_ -#define _CONNECTIVITY_MOZAB_COLUMNS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MCOLUMNS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -46,6 +46,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MOZAB_COLUMNS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MCOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/MConfigAccess.hxx b/connectivity/source/drivers/mozab/MConfigAccess.hxx index b1544d38b205..c28ecb8c50ea 100644 --- a/connectivity/source/drivers/mozab/MConfigAccess.hxx +++ b/connectivity/source/drivers/mozab/MConfigAccess.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_MOZAB_MCONFIGACCESS_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MCONFIGACCESS_HXX #include <sal/types.h> @@ -27,6 +27,6 @@ extern "C" const sal_Char* SAL_CALL getPabDescription( void ); extern "C" const sal_Char* SAL_CALL getHisDescription( void ); -#endif // CONNECTIVITY_MOZAB_MCONFIGACCESS_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MCONFIGACCESS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/MExtConfigAccess.hxx b/connectivity/source/drivers/mozab/MExtConfigAccess.hxx index 3d4da4e838be..f93c6d878af9 100644 --- a/connectivity/source/drivers/mozab/MExtConfigAccess.hxx +++ b/connectivity/source/drivers/mozab/MExtConfigAccess.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_MOZAB_MEXTCONFIGACCESS_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MEXTCONFIGACCESS_HXX // This is the extended version (for use on the SO side of the driver) of MConfigAccess // (which is for use on the mozilla side only) @@ -34,6 +34,6 @@ namespace connectivity } } -#endif // CONNECTIVITY_MOZAB_MEXTCONFIGACCESS_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MEXTCONFIGACCESS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/MTable.hxx b/connectivity/source/drivers/mozab/MTable.hxx index 37c7936b243f..6f4332eb88a7 100644 --- a/connectivity/source/drivers/mozab/MTable.hxx +++ b/connectivity/source/drivers/mozab/MTable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MOZAB_TABLE_HXX_ -#define _CONNECTIVITY_MOZAB_TABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MTABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MTABLE_HXX #include "connectivity/TTableHelper.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -57,6 +57,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MOZAB_TABLE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/MTables.hxx b/connectivity/source/drivers/mozab/MTables.hxx index 8a3b8e918fa4..0817f2162dba 100644 --- a/connectivity/source/drivers/mozab/MTables.hxx +++ b/connectivity/source/drivers/mozab/MTables.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MOZAB_TABLES_HXX_ -#define _CONNECTIVITY_MOZAB_TABLES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MTABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MTABLES_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -43,6 +43,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MOZAB_TABLES_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MTABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx b/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx index 3fbaf7dac89a..3fe8d5515276 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx +++ b/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_SMOZILLABOOTSTRAP_HXX -#define CONNECTIVITY_SMOZILLABOOTSTRAP_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MMOZILLABOOTSTRAP_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MMOZILLABOOTSTRAP_HXX #include <com/sun/star/mozilla/XMozillaBootstrap.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx index 2892207688e4..ca8a3344e4af 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MAB_NS_INIT_HXX_ -#define _CONNECTIVITY_MAB_NS_INIT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSINIT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSINIT_HXX #include "mozillasrc/MNSDeclares.hxx" #include <sal/types.h> @@ -35,6 +35,6 @@ typedef struct UI_Thread_ARGS void MNS_XPCOM_EventLoop(); -#endif // _CONNECTIVITY_MAB_NS_INIT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSINIT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.hxx index 3a93c3b682aa..c102805baf9d 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.hxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __MNSProfileManager_h___ -#define __MNSProfileManager_h___ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSPROFILEMANAGER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSPROFILEMANAGER_HXX #include "mozilla_profilemanager.h" @@ -60,6 +60,6 @@ namespace connectivity } } -#endif // __MNSProfileManager_h___ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSPROFILEMANAGER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSRunnable.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSRunnable.hxx index 88ed036e58f4..d0d95d4e8cfe 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSRunnable.hxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSRunnable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MAB_MOZAB_RUNNABLE_HXX_ -#define _CONNECTIVITY_MAB_MOZAB_RUNNABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSRUNNABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSRUNNABLE_HXX #include "mozillasrc/MNSDeclares.hxx" #include <osl/thread.hxx> diff --git a/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.hxx b/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.hxx index fc690313fbb9..1cdb1bd588b9 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MAB_DATABASEMETADATAHELPER_HXX_ -#define _CONNECTIVITY_MAB_DATABASEMETADATAHELPER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MDATABASEMETADATAHELPER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MDATABASEMETADATAHELPER_HXX #include "MErrorResource.hxx" #include <comphelper/proparrhlp.hxx> @@ -64,6 +64,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MAB_DATABASEMETADATAHELPER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MDATABASEMETADATAHELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/mozillasrc/MErrorResource.hxx b/connectivity/source/drivers/mozab/mozillasrc/MErrorResource.hxx index 61ec08337514..cc5cec5ea6c1 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MErrorResource.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MErrorResource.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECITIVITY_MOZAB_ERROR_RESOURCE_HXX -#define CONNECITIVITY_MOZAB_ERROR_RESOURCE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MERRORRESOURCE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MERRORRESOURCE_HXX #include <rtl/ustring.hxx> @@ -66,6 +66,6 @@ namespace connectivity } } -#endif // CONNECITIVITY_MOZAB_ERROR_RESOURCE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MERRORRESOURCE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.hxx b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.hxx index 1ed096ea06e1..f7b1d9f1253f 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_MLDAPATTRIBUTEMAP_HXX -#define CONNECTIVITY_MLDAPATTRIBUTEMAP_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MLDAPATTRIBUTEMAP_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MLDAPATTRIBUTEMAP_HXX #include <MNSInclude.hxx> @@ -65,6 +65,6 @@ namespace connectivity { namespace mozab { } } // namespace connectivity::mozab -#endif // CONNECTIVITY_MLDAPATTRIBUTEMAP_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MLDAPATTRIBUTEMAP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNSDeclares.hxx b/connectivity/source/drivers/mozab/mozillasrc/MNSDeclares.hxx index 2eeef78a0386..203af67fd6b5 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MNSDeclares.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MNSDeclares.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MAB_NS_DECLARES_HXX_ -#define _CONNECTIVITY_MAB_NS_DECLARES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNSDECLARES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNSDECLARES_HXX #include <sal/types.h> @@ -41,6 +41,6 @@ class nsIAbDirectory; sal_Int32 getDirectoryType(const nsIAbDirectory* directory); -#endif // _CONNECTIVITY_MAB_NS_DECLARES_HXX_ 1 +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNSDECLARES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx b/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx index b5ab0f756b89..c2ad93c47787 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MAB_NS_INCLUDE_HXX_ -#define _CONNECTIVITY_MAB_NS_INCLUDE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNSINCLUDE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNSINCLUDE_HXX // Only include Mozilla include files once and using this file... @@ -62,6 +62,6 @@ #include "post_include_mozilla.h" -#endif // _CONNECTIVITY_MAB_NS_INCLUDE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNSINCLUDE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.hxx b/connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.hxx index 93dabf894c35..6f252d7a1c19 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _MNSTERMINATELISTENER_HXX -#define _MNSTERMINATELISTENER_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNSTERMINATELISTENER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNSTERMINATELISTENER_HXX #include <cppuhelper/implbase1.hxx> #include <com/sun/star/frame/XTerminateListener.hpp> diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.hxx b/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.hxx index 85aefb5f6079..43df1a7afcf5 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MAB_NAMEMAPPER_HXX_ -#define _CONNECTIVITY_MAB_NAMEMAPPER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNAMEMAPPER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNAMEMAPPER_HXX #include <map> @@ -72,6 +72,6 @@ namespace connectivity } } -#endif //_CONNECTIVITY_MAB_NAMEMAPPER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNAMEMAPPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/mozillasrc/MQuery.hxx b/connectivity/source/drivers/mozab/mozillasrc/MQuery.hxx index b9de6e148eaf..08facee24cd5 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MQuery.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MQuery.hxx @@ -18,8 +18,8 @@ */ -#ifndef _CONNECTIVITY_MAB_QUERY_HXX_ -#define _CONNECTIVITY_MAB_QUERY_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MQUERY_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MQUERY_HXX #include "MColumnAlias.hxx" #include "MErrorResource.hxx" @@ -263,6 +263,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MAB_QUERY_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MQUERY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx b/connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx index 07ba910c373b..47f8032d2542 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MAB_QUERYHELPER_HXX_ -#define _CONNECTIVITY_MAB_QUERYHELPER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MQUERYHELPER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MQUERYHELPER_HXX #include <sal/config.h> @@ -123,6 +123,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MAB_QUERYHELPER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MQUERYHELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.hxx b/connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.hxx index 37c870ea1acc..198bd9b36991 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.hxx @@ -18,8 +18,8 @@ */ -#ifndef _CONNECTIVITY_MAB_TYPECONVERTER_HXX_ -#define _CONNECTIVITY_MAB_TYPECONVERTER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MTYPECONVERTER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MTYPECONVERTER_HXX #include <rtl/ustring.hxx> @@ -52,6 +52,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MAB_TYPECONVERTER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MTYPECONVERTER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/postgresql/pq_array.hxx b/connectivity/source/drivers/postgresql/pq_array.hxx index 3b9757f5dc49..a774c8c981a6 100644 --- a/connectivity/source/drivers/postgresql/pq_array.hxx +++ b/connectivity/source/drivers/postgresql/pq_array.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef HEADER_PQ_ARRAY_HXX -#define HEADER_PQ_ARRAY_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_ARRAY_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_ARRAY_HXX #include <cppuhelper/implbase1.hxx> #include <com/sun/star/sdbc/XArray.hpp> diff --git a/connectivity/source/drivers/postgresql/pq_baseresultset.hxx b/connectivity/source/drivers/postgresql/pq_baseresultset.hxx index 12ab1aede0b1..a405b2ba9059 100644 --- a/connectivity/source/drivers/postgresql/pq_baseresultset.hxx +++ b/connectivity/source/drivers/postgresql/pq_baseresultset.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PG_BASERESULTSET_HXX_ -#define _PG_BASERESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_BASERESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_BASERESULTSET_HXX #include <cppuhelper/propshlp.hxx> #include <cppuhelper/component.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx index ffa2c5517e4a..2675e5323c30 100644 --- a/connectivity/source/drivers/postgresql/pq_connection.hxx +++ b/connectivity/source/drivers/postgresql/pq_connection.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_CONNECTION_HXX_ -#define _PQ_CONNECTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_CONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_CONNECTION_HXX #include <config_lgpl.h> #include <boost/unordered_map.hpp> diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.hxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.hxx index b468b961c43b..9a54a20b92b4 100644 --- a/connectivity/source/drivers/postgresql/pq_databasemetadata.hxx +++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_DATABASEMETADATA_HXX_ -#define _PQ_DATABASEMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_DATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_DATABASEMETADATA_HXX #include "pq_connection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> diff --git a/connectivity/source/drivers/postgresql/pq_driver.hxx b/connectivity/source/drivers/postgresql/pq_driver.hxx index 733c020d8ae4..f1afe29be07b 100644 --- a/connectivity/source/drivers/postgresql/pq_driver.hxx +++ b/connectivity/source/drivers/postgresql/pq_driver.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PG_DRIVER_HXX_ -#define _PG_DRIVER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_DRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_DRIVER_HXX #include <osl/mutex.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.hxx b/connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.hxx index d58a3b6a10c4..e7cbe9e50a1d 100644 --- a/connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.hxx +++ b/connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef PG_UPDATEABLERESULTSET_HXX_ -#define PG_UPDATEABLERESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_FAKEDUPDATEABLERESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_FAKEDUPDATEABLERESULTSET_HXX #include <com/sun/star/sdbc/XResultSetUpdate.hpp> #include <com/sun/star/sdbc/XRowUpdate.hpp> diff --git a/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx b/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx index 56886677c7c8..40c2972dd149 100644 --- a/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx +++ b/connectivity/source/drivers/postgresql/pq_preparedstatement.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_PREPARED_STATEMENT_HXX_ -#define _PQ_PREPARED_STATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_PREPAREDSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_PREPAREDSTATEMENT_HXX #include <vector> #include <libpq-fe.h> diff --git a/connectivity/source/drivers/postgresql/pq_resultset.hxx b/connectivity/source/drivers/postgresql/pq_resultset.hxx index f7a3bee7413c..891a05d8d1be 100644 --- a/connectivity/source/drivers/postgresql/pq_resultset.hxx +++ b/connectivity/source/drivers/postgresql/pq_resultset.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PG_RESULTSET_HXX_ -#define _PG_RESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_RESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_RESULTSET_HXX #include <cppuhelper/propshlp.hxx> #include <cppuhelper/component.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_resultsetmetadata.hxx b/connectivity/source/drivers/postgresql/pq_resultsetmetadata.hxx index bfecaf8853ef..e4b373aa6c97 100644 --- a/connectivity/source/drivers/postgresql/pq_resultsetmetadata.hxx +++ b/connectivity/source/drivers/postgresql/pq_resultsetmetadata.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_RESULTSETMETADATA_HXX_ -#define _PQ_RESULTSETMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_RESULTSETMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_RESULTSETMETADATA_HXX #include <vector> #include "pq_connection.hxx" diff --git a/connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx b/connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx index 69947e887a8e..d05cc6a9e534 100644 --- a/connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx +++ b/connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PG_SEQUENCERESULTSET_HXX_ -#define _PG_SEQUENCERESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_SEQUENCERESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_SEQUENCERESULTSET_HXX #include <cppuhelper/propshlp.hxx> #include <cppuhelper/component.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_statement.hxx b/connectivity/source/drivers/postgresql/pq_statement.hxx index 78d6d5a1b059..f2e20c33659b 100644 --- a/connectivity/source/drivers/postgresql/pq_statement.hxx +++ b/connectivity/source/drivers/postgresql/pq_statement.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_STATEMENT_HXX_ -#define _PQ_STATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_STATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_STATEMENT_HXX #include <cppuhelper/propshlp.hxx> #include <cppuhelper/component.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_statics.hxx b/connectivity/source/drivers/postgresql/pq_statics.hxx index e67297363581..df6d25931d82 100644 --- a/connectivity/source/drivers/postgresql/pq_statics.hxx +++ b/connectivity/source/drivers/postgresql/pq_statics.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_STATICS_HXX_ -#define _PQ_STATICS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_STATICS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_STATICS_HXX #include <boost/unordered_map.hpp> #include <vector> diff --git a/connectivity/source/drivers/postgresql/pq_xbase.hxx b/connectivity/source/drivers/postgresql/pq_xbase.hxx index cc21454af764..d9a9cf09cc0c 100644 --- a/connectivity/source/drivers/postgresql/pq_xbase.hxx +++ b/connectivity/source/drivers/postgresql/pq_xbase.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_REFL_BASE_HXX_ -#define _PQ_REFL_BASE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XBASE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XBASE_HXX #include <cppuhelper/propshlp.hxx> #include <cppuhelper/component.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_xcolumn.hxx b/connectivity/source/drivers/postgresql/pq_xcolumn.hxx index 0b361a389bfa..62d8a47dc08f 100644 --- a/connectivity/source/drivers/postgresql/pq_xcolumn.hxx +++ b/connectivity/source/drivers/postgresql/pq_xcolumn.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_COLUMN_HXX_ -#define _PQ_COLUMN_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XCOLUMN_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XCOLUMN_HXX #include <cppuhelper/component.hxx> #include <cppuhelper/propshlp.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_xcolumns.hxx b/connectivity/source/drivers/postgresql/pq_xcolumns.hxx index 2b36ce5aef0a..fb22d161e284 100644 --- a/connectivity/source/drivers/postgresql/pq_xcolumns.hxx +++ b/connectivity/source/drivers/postgresql/pq_xcolumns.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_COLUMNS_HXX_ -#define _PQ_COLUMNS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XCOLUMNS_HXX #include "pq_xcontainer.hxx" #include "pq_xbase.hxx" diff --git a/connectivity/source/drivers/postgresql/pq_xcontainer.hxx b/connectivity/source/drivers/postgresql/pq_xcontainer.hxx index e09d17343fe4..f09f084126ef 100644 --- a/connectivity/source/drivers/postgresql/pq_xcontainer.hxx +++ b/connectivity/source/drivers/postgresql/pq_xcontainer.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_CONTAINER_HXX_ -#define _PQ_CONTAINER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XCONTAINER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XCONTAINER_HXX #include <boost/unordered_map.hpp> #include <vector> diff --git a/connectivity/source/drivers/postgresql/pq_xindex.hxx b/connectivity/source/drivers/postgresql/pq_xindex.hxx index 6d565e4d15bf..eb92ff1e8f7c 100644 --- a/connectivity/source/drivers/postgresql/pq_xindex.hxx +++ b/connectivity/source/drivers/postgresql/pq_xindex.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef HEADER_PQ_XINDEX_HXX -#define HEADER_PQ_XINDEX_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEX_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEX_HXX #include <cppuhelper/component.hxx> #include <cppuhelper/propshlp.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_xindexcolumn.hxx b/connectivity/source/drivers/postgresql/pq_xindexcolumn.hxx index aeaa0f73f3a1..9102fea3b432 100644 --- a/connectivity/source/drivers/postgresql/pq_xindexcolumn.hxx +++ b/connectivity/source/drivers/postgresql/pq_xindexcolumn.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef HEADER_PQ_INDEXCOLUMN_HXX -#define HEADER_PQ_INDEXCOLUMN_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEXCOLUMN_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEXCOLUMN_HXX #include <cppuhelper/component.hxx> #include <cppuhelper/propshlp.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_xindexcolumns.hxx b/connectivity/source/drivers/postgresql/pq_xindexcolumns.hxx index f9bce49e11b7..45a1201fe9dd 100644 --- a/connectivity/source/drivers/postgresql/pq_xindexcolumns.hxx +++ b/connectivity/source/drivers/postgresql/pq_xindexcolumns.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef HEADER_PQ_INDEXCOLUMNS_HXX -#define HEADER_PQ_INDEXCOLUMNS_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEXCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEXCOLUMNS_HXX #include "pq_xcontainer.hxx" diff --git a/connectivity/source/drivers/postgresql/pq_xindexes.hxx b/connectivity/source/drivers/postgresql/pq_xindexes.hxx index d1efc111849f..11c2c2ca3ac2 100644 --- a/connectivity/source/drivers/postgresql/pq_xindexes.hxx +++ b/connectivity/source/drivers/postgresql/pq_xindexes.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef HEADER_PQ_INDEXES_HXX_ -#define HEADER_PQ_INDEXES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEXES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEXES_HXX #include "pq_xcontainer.hxx" diff --git a/connectivity/source/drivers/postgresql/pq_xkey.hxx b/connectivity/source/drivers/postgresql/pq_xkey.hxx index 58cba9ceb375..b3f18790472f 100644 --- a/connectivity/source/drivers/postgresql/pq_xkey.hxx +++ b/connectivity/source/drivers/postgresql/pq_xkey.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef HEADER_PQ_KEY_HXX_ -#define HEADER_PQ_KEY_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEY_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEY_HXX #include <cppuhelper/component.hxx> #include <cppuhelper/propshlp.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_xkeycolumn.hxx b/connectivity/source/drivers/postgresql/pq_xkeycolumn.hxx index 8e960947ea43..6428990a4a6f 100644 --- a/connectivity/source/drivers/postgresql/pq_xkeycolumn.hxx +++ b/connectivity/source/drivers/postgresql/pq_xkeycolumn.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef HEADER_PQ_KEYCOLUMN_HXX -#define HEADER_PQ_KEYCOLUMN_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEYCOLUMN_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEYCOLUMN_HXX #include <cppuhelper/component.hxx> #include <cppuhelper/propshlp.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_xkeycolumns.hxx b/connectivity/source/drivers/postgresql/pq_xkeycolumns.hxx index 6a304e39642e..546a26bc7682 100644 --- a/connectivity/source/drivers/postgresql/pq_xkeycolumns.hxx +++ b/connectivity/source/drivers/postgresql/pq_xkeycolumns.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef HEADER_PQ_KEYCOLUMNS_HXX -#define HEADER_PQ_KEYCOLUMNS_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEYCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEYCOLUMNS_HXX #include "pq_xcontainer.hxx" diff --git a/connectivity/source/drivers/postgresql/pq_xkeys.hxx b/connectivity/source/drivers/postgresql/pq_xkeys.hxx index 3788c6697418..b9eb295a4f91 100644 --- a/connectivity/source/drivers/postgresql/pq_xkeys.hxx +++ b/connectivity/source/drivers/postgresql/pq_xkeys.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_KEYS_HXX_ -#define _PQ_KEYS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEYS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEYS_HXX #include "pq_xcontainer.hxx" diff --git a/connectivity/source/drivers/postgresql/pq_xtable.hxx b/connectivity/source/drivers/postgresql/pq_xtable.hxx index 233aa7c03645..fa2e1f00aba4 100644 --- a/connectivity/source/drivers/postgresql/pq_xtable.hxx +++ b/connectivity/source/drivers/postgresql/pq_xtable.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_TABLE_HXX_ -#define _PQ_TABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XTABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XTABLE_HXX #include <cppuhelper/component.hxx> #include <cppuhelper/propshlp.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_xtables.hxx b/connectivity/source/drivers/postgresql/pq_xtables.hxx index 65b32c5c494a..1da1f3535320 100644 --- a/connectivity/source/drivers/postgresql/pq_xtables.hxx +++ b/connectivity/source/drivers/postgresql/pq_xtables.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_TABLES_HXX_ -#define _PQ_TABLES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XTABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XTABLES_HXX #include "pq_xcontainer.hxx" diff --git a/connectivity/source/drivers/postgresql/pq_xuser.hxx b/connectivity/source/drivers/postgresql/pq_xuser.hxx index 420c1e639e7e..4272aecfee79 100644 --- a/connectivity/source/drivers/postgresql/pq_xuser.hxx +++ b/connectivity/source/drivers/postgresql/pq_xuser.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef HEADER_PQ_USER_HXX_ -#define HEADER_PQ_USER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XUSER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XUSER_HXX #include <cppuhelper/component.hxx> #include <cppuhelper/propshlp.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_xusers.hxx b/connectivity/source/drivers/postgresql/pq_xusers.hxx index 5340da7e0c11..bd8880001e73 100644 --- a/connectivity/source/drivers/postgresql/pq_xusers.hxx +++ b/connectivity/source/drivers/postgresql/pq_xusers.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef HEADER_PQ_USERS_HXX_ -#define HEADER_PQ_USERS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XUSERS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XUSERS_HXX #include "pq_xcontainer.hxx" diff --git a/connectivity/source/drivers/postgresql/pq_xview.hxx b/connectivity/source/drivers/postgresql/pq_xview.hxx index 3bd87932c2a6..35ab54bf0a00 100644 --- a/connectivity/source/drivers/postgresql/pq_xview.hxx +++ b/connectivity/source/drivers/postgresql/pq_xview.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef PQ_XVIEW_HXX -#define PQ_XVIEW_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XVIEW_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XVIEW_HXX #include <cppuhelper/component.hxx> #include <cppuhelper/propshlp.hxx> diff --git a/connectivity/source/drivers/postgresql/pq_xviews.hxx b/connectivity/source/drivers/postgresql/pq_xviews.hxx index e675ea037e60..c07bbaac474d 100644 --- a/connectivity/source/drivers/postgresql/pq_xviews.hxx +++ b/connectivity/source/drivers/postgresql/pq_xviews.hxx @@ -34,8 +34,8 @@ * ************************************************************************/ -#ifndef _PQ_VIEWS_HXX_ -#define _PQ_VIEWS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XVIEWS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XVIEWS_HXX #include "pq_xcontainer.hxx" diff --git a/connectivity/source/inc/AutoRetrievingBase.hxx b/connectivity/source/inc/AutoRetrievingBase.hxx index 60ad96e49872..8c5fe2be2c20 100644 --- a/connectivity/source/inc/AutoRetrievingBase.hxx +++ b/connectivity/source/inc/AutoRetrievingBase.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_AUTOKEYRETRIEVINGBASE_HXX_ -#define _CONNECTIVITY_AUTOKEYRETRIEVINGBASE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_AUTORETRIEVINGBASE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_AUTORETRIEVINGBASE_HXX #include <rtl/ustring.hxx> #include "connectivity/dbtoolsdllapi.hxx" @@ -47,6 +47,6 @@ namespace connectivity OUString getTransformedGeneratedStatement(const OUString& _sInsertStatement) const; }; } -#endif // _CONNECTIVITY_AUTOKEYRETRIEVINGBASE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_AUTORETRIEVINGBASE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx b/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx index c0dbdefd6fb6..83031a0a905c 100644 --- a/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx +++ b/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FDATABASEMETADATARESULTSET_HXX_ -#define _CONNECTIVITY_FDATABASEMETADATARESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FDATABASEMETADATARESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FDATABASEMETADATARESULTSET_HXX #include <sal/config.h> @@ -273,6 +273,6 @@ namespace connectivity }; } -#endif // _CONNECTIVITY_FDATABASEMETADATARESULTSET_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FDATABASEMETADATARESULTSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx b/connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx index ca87f2054deb..84837223e601 100644 --- a/connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx +++ b/connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DATABASEMETADATARESULTSETMETADATA_HXX_ -#define _CONNECTIVITY_DATABASEMETADATARESULTSETMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FDATABASEMETADATARESULTSETMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FDATABASEMETADATARESULTSETMETADATA_HXX #include <com/sun/star/sdbc/XResultSetMetaData.hpp> #include <cppuhelper/implbase1.hxx> diff --git a/connectivity/source/inc/OColumn.hxx b/connectivity/source/inc/OColumn.hxx index ac7542a13bb3..63c5bfd2e2bc 100644 --- a/connectivity/source/inc/OColumn.hxx +++ b/connectivity/source/inc/OColumn.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_COLUMN_HXX_ -#define _CONNECTIVITY_COLUMN_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_OCOLUMN_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_OCOLUMN_HXX #include <rtl/ustring.hxx> #include <sal/types.h> @@ -150,6 +150,6 @@ namespace connectivity }; } -#endif //_CONNECTIVITY_COLUMN_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_OCOLUMN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ParameterSubstitution.hxx b/connectivity/source/inc/ParameterSubstitution.hxx index 7177eb546307..a84853c917b8 100644 --- a/connectivity/source/inc/ParameterSubstitution.hxx +++ b/connectivity/source/inc/ParameterSubstitution.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_PARAMETERSUBSTITUTION_HXX -#define CONNECTIVITY_PARAMETERSUBSTITUTION_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_PARAMETERSUBSTITUTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_PARAMETERSUBSTITUTION_HXX #include <com/sun/star/util/XStringSubstitution.hpp> #include <com/sun/star/lang/XInitialization.hpp> diff --git a/connectivity/source/inc/RowFunctionParser.hxx b/connectivity/source/inc/RowFunctionParser.hxx index 63a99f32c422..4ca5d364561d 100644 --- a/connectivity/source/inc/RowFunctionParser.hxx +++ b/connectivity/source/inc/RowFunctionParser.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_ROWFUNCTIONPARSER_HXX_INCLUDED -#define CONNECTIVITY_ROWFUNCTIONPARSER_HXX_INCLUDED +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ROWFUNCTIONPARSER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ROWFUNCTIONPARSER_HXX #include <sal/config.h> #include <boost/shared_ptr.hpp> @@ -139,6 +139,6 @@ private: } // namespace connectivity -#endif /* CONNECTIVITY_ROWFUNCTIONPARSER_HXX_INCLUDED */ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ROWFUNCTIONPARSER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/TConnection.hxx b/connectivity/source/inc/TConnection.hxx index f29c4c73a187..e6c7e1f19077 100644 --- a/connectivity/source/inc/TConnection.hxx +++ b/connectivity/source/inc/TConnection.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_CONNECTION_HXX -#define CONNECTIVITY_CONNECTION_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_TCONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_TCONNECTION_HXX #include <rtl/textenc.h> #include <com/sun/star/lang/DisposedException.hpp> @@ -79,7 +79,7 @@ namespace connectivity static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId(); }; } -#endif // CONNECTIVITY_CONNECTION_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TCONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/TDatabaseMetaDataBase.hxx b/connectivity/source/inc/TDatabaseMetaDataBase.hxx index af0b2a94fee5..290140efd406 100644 --- a/connectivity/source/inc/TDatabaseMetaDataBase.hxx +++ b/connectivity/source/inc/TDatabaseMetaDataBase.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ODATABASEMETADATABASE_HXX_ -#define _CONNECTIVITY_ODATABASEMETADATABASE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_TDATABASEMETADATABASE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_TDATABASEMETADATABASE_HXX #include <com/sun/star/sdbc/XDatabaseMetaData2.hpp> #include <cppuhelper/implbase2.hxx> @@ -131,6 +131,6 @@ namespace connectivity virtual sal_Bool SAL_CALL storesMixedCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // _CONNECTIVITY_ODATABASEMETADATABASE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TDATABASEMETADATABASE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/TKeyValue.hxx b/connectivity/source/inc/TKeyValue.hxx index eee4a5ced37c..e46ba6a29b90 100644 --- a/connectivity/source/inc/TKeyValue.hxx +++ b/connectivity/source/inc/TKeyValue.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_TKEYVALUE_HXX -#define CONNECTIVITY_TKEYVALUE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_TKEYVALUE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_TKEYVALUE_HXX #include "connectivity/FValue.hxx" #include "connectivity/dbtoolsdllapi.hxx" @@ -69,6 +69,6 @@ namespace connectivity }; } -#endif // CONNECTIVITY_TKEYVALUE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TKEYVALUE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/TPrivilegesResultSet.hxx b/connectivity/source/inc/TPrivilegesResultSet.hxx index d76c16082528..628031badf5d 100644 --- a/connectivity/source/inc/TPrivilegesResultSet.hxx +++ b/connectivity/source/inc/TPrivilegesResultSet.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_PRIVILEGESRESULTSET_HXX -#define CONNECTIVITY_PRIVILEGESRESULTSET_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_TPRIVILEGESRESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_TPRIVILEGESRESULTSET_HXX #include "FDatabaseMetaDataResultSet.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -43,6 +43,6 @@ namespace connectivity virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // CONNECTIVITY_PRIVILEGESRESULTSET_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TPRIVILEGESRESULTSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/TResultSetHelper.hxx b/connectivity/source/inc/TResultSetHelper.hxx index a1f68813e13f..9f1f1a0f6676 100644 --- a/connectivity/source/inc/TResultSetHelper.hxx +++ b/connectivity/source/inc/TResultSetHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_TRESULTSETHELPER_HXX -#define CONNECTIVITY_TRESULTSETHELPER_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_TRESULTSETHELPER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_TRESULTSETHELPER_HXX #include <sal/types.h> #include "connectivity/dbtoolsdllapi.hxx" @@ -49,6 +49,6 @@ namespace connectivity }; } -#endif // CONNECTIVITY_TRESULTSETHELPER_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TRESULTSETHELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/TSkipDeletedSet.hxx b/connectivity/source/inc/TSkipDeletedSet.hxx index 7b58ef40e7dc..048936212473 100644 --- a/connectivity/source/inc/TSkipDeletedSet.hxx +++ b/connectivity/source/inc/TSkipDeletedSet.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_SKIPDELETEDSSET_HXX -#define CONNECTIVITY_SKIPDELETEDSSET_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_TSKIPDELETEDSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_TSKIPDELETEDSET_HXX #include "TResultSetHelper.hxx" #include <rtl/alloc.h> @@ -93,6 +93,6 @@ namespace connectivity inline void SetDeletedVisible(bool _bDeletedVisible) { m_bDeletedVisible = _bDeletedVisible; } }; } -#endif // CONNECTIVITY_SKIPDELETEDSSET_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TSKIPDELETEDSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/TSortIndex.hxx b/connectivity/source/inc/TSortIndex.hxx index c70654a7fca4..3f699bd8f1f0 100644 --- a/connectivity/source/inc/TSortIndex.hxx +++ b/connectivity/source/inc/TSortIndex.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_TSORTINDEX_HXX -#define CONNECTIVITY_TSORTINDEX_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_TSORTINDEX_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_TSORTINDEX_HXX #include "connectivity/dbtoolsdllapi.hxx" #include "TKeyValue.hxx" @@ -123,6 +123,6 @@ namespace connectivity void setFrozen(bool _bFrozen=true) { m_bFrozen = _bFrozen; } }; } -#endif // CONNECTIVITY_TSORTINDEX_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TSORTINDEX_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/ACallableStatement.hxx b/connectivity/source/inc/ado/ACallableStatement.hxx index e74b93cc2e55..02569ae985e6 100644 --- a/connectivity/source/inc/ado/ACallableStatement.hxx +++ b/connectivity/source/inc/ado/ACallableStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_ACALLABLESTATEMENT_HXX_ -#define _CONNECTIVITY_ADO_ACALLABLESTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACALLABLESTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACALLABLESTATEMENT_HXX #include "ado/APreparedStatement.hxx" #include <com/sun/star/sdbc/XRow.hpp> diff --git a/connectivity/source/inc/ado/ACatalog.hxx b/connectivity/source/inc/ado/ACatalog.hxx index 10b985e4f443..fd683b1cf726 100644 --- a/connectivity/source/inc/ado/ACatalog.hxx +++ b/connectivity/source/inc/ado/ACatalog.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_CATALOG_HXX_ -#define _CONNECTIVITY_ADO_CATALOG_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACATALOG_HXX #include "connectivity/sdbcx/VCatalog.hxx" #include "ado/Awrapadox.hxx" @@ -49,6 +49,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_CATALOG_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AColumn.hxx b/connectivity/source/inc/ado/AColumn.hxx index 7f910be18da7..82e41a46d31c 100644 --- a/connectivity/source/inc/ado/AColumn.hxx +++ b/connectivity/source/inc/ado/AColumn.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_COLUMN_HXX_ -#define _CONNECTIVITY_ADO_COLUMN_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMN_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMN_HXX #include "connectivity/sdbcx/VColumn.hxx" #include "ado/Awrapadox.hxx" @@ -58,6 +58,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_COLUMN_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AColumns.hxx b/connectivity/source/inc/ado/AColumns.hxx index 475b03dbc6bc..849f2008de67 100644 --- a/connectivity/source/inc/ado/AColumns.hxx +++ b/connectivity/source/inc/ado/AColumns.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_COLUMNS_HXX_ -#define _CONNECTIVITY_ADO_COLUMNS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMNS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -56,6 +56,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_COLUMNS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AConnection.hxx b/connectivity/source/inc/ado/AConnection.hxx index fe5a703f8ac1..1def006225f6 100644 --- a/connectivity/source/inc/ado/AConnection.hxx +++ b/connectivity/source/inc/ado/AConnection.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_ACONNECTION_HXX_ -#define _CONNECTIVITY_ADO_ACONNECTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACONNECTION_HXX #include <com/sun/star/sdbc/SQLWarning.hpp> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> @@ -139,6 +139,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_ACONNECTION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/ADatabaseMetaData.hxx b/connectivity/source/inc/ado/ADatabaseMetaData.hxx index 89a9d04ace5b..936d730c8810 100644 --- a/connectivity/source/inc/ado/ADatabaseMetaData.hxx +++ b/connectivity/source/inc/ado/ADatabaseMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_ADATABASEMETADATA_HXX_ -#define _CONNECTIVITY_ADO_ADATABASEMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATA_HXX #include "TDatabaseMetaDataBase.hxx" #include <map> @@ -214,7 +214,7 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_ADATABASEMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx b/connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx index 1a3a78ae21ca..da55c26a921f 100644 --- a/connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx +++ b/connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_ADATABASEMETADATARESULTSETMETADATA_HXX_ -#define _CONNECTIVITY_ADO_ADATABASEMETADATARESULTSETMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATARESULTSETMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATARESULTSETMETADATA_HXX #include <com/sun/star/sdbc/XResultSetMetaData.hpp> #include <cppuhelper/implbase1.hxx> diff --git a/connectivity/source/inc/ado/ADriver.hxx b/connectivity/source/inc/ado/ADriver.hxx index fb2b23c147a1..1607cdac22a8 100644 --- a/connectivity/source/inc/ado/ADriver.hxx +++ b/connectivity/source/inc/ado/ADriver.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_ADRIVER_HXX_ -#define _CONNECTIVITY_ADO_ADRIVER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADRIVER_HXX #include <com/sun/star/sdbc/XDriver.hpp> #include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp> @@ -80,7 +80,7 @@ namespace connectivity } } -#endif //_CONNECTIVITY_ADO_ADRIVER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADRIVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AGroup.hxx b/connectivity/source/inc/ado/AGroup.hxx index 3b17687cb262..7e41920ce1f8 100644 --- a/connectivity/source/inc/ado/AGroup.hxx +++ b/connectivity/source/inc/ado/AGroup.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADABAS_GROUP_HXX_ -#define _CONNECTIVITY_ADABAS_GROUP_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AGROUP_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AGROUP_HXX #include "connectivity/sdbcx/VGroup.hxx" #include "ado/Awrapadox.hxx" @@ -64,6 +64,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADABAS_GROUP_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AGROUP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AGroups.hxx b/connectivity/source/inc/ado/AGroups.hxx index 0d5c964297ac..9c2cd7875033 100644 --- a/connectivity/source/inc/ado/AGroups.hxx +++ b/connectivity/source/inc/ado/AGroups.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_GROUPS_HXX_ -#define _CONNECTIVITY_ADO_GROUPS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AGROUPS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AGROUPS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include "ado/Awrapadox.hxx" @@ -52,6 +52,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_ADO_GROUPS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AGROUPS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AIndex.hxx b/connectivity/source/inc/ado/AIndex.hxx index 42307949dee7..e912cc5126ed 100644 --- a/connectivity/source/inc/ado/AIndex.hxx +++ b/connectivity/source/inc/ado/AIndex.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_INDEX_HXX_ -#define _CONNECTIVITY_ADO_INDEX_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AINDEX_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AINDEX_HXX #include "connectivity/sdbcx/VIndex.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -53,6 +53,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_INDEX_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AINDEX_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AIndexes.hxx b/connectivity/source/inc/ado/AIndexes.hxx index 0ef7c7a9fca2..721dc3f1d39b 100644 --- a/connectivity/source/inc/ado/AIndexes.hxx +++ b/connectivity/source/inc/ado/AIndexes.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_INDEXES_HXX_ -#define _CONNECTIVITY_ADO_INDEXES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AINDEXES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AINDEXES_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -54,6 +54,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_ADO_INDEXES_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AINDEXES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AKey.hxx b/connectivity/source/inc/ado/AKey.hxx index 9c5c275f0c35..3f1f62c9e0b3 100644 --- a/connectivity/source/inc/ado/AKey.hxx +++ b/connectivity/source/inc/ado/AKey.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_KEY_HXX_ -#define _CONNECTIVITY_ADO_KEY_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AKEY_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AKEY_HXX #include "connectivity/sdbcx/VKey.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -61,6 +61,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_KEY_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AKEY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AKeys.hxx b/connectivity/source/inc/ado/AKeys.hxx index bbd80eb3f711..72f109aa4184 100644 --- a/connectivity/source/inc/ado/AKeys.hxx +++ b/connectivity/source/inc/ado/AKeys.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_KEYS_HXX_ -#define _CONNECTIVITY_ADO_KEYS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AKEYS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AKEYS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include "ado/Awrapadox.hxx" @@ -54,6 +54,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_ADO_KEYS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AKEYS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/APreparedStatement.hxx b/connectivity/source/inc/ado/APreparedStatement.hxx index ccdd22f7a308..40b5ddfbca0a 100644 --- a/connectivity/source/inc/ado/APreparedStatement.hxx +++ b/connectivity/source/inc/ado/APreparedStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_APREPAREDSTATEMENT_HXX_ -#define _CONNECTIVITY_ADO_APREPAREDSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_APREPAREDSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_APREPAREDSTATEMENT_HXX #include "ado/AStatement.hxx" #include <com/sun/star/sdbc/XPreparedStatement.hpp> @@ -110,6 +110,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_APREPAREDSTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_APREPAREDSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AResultSet.hxx b/connectivity/source/inc/ado/AResultSet.hxx index 1dceb57185e9..3319a9ff9208 100644 --- a/connectivity/source/inc/ado/AResultSet.hxx +++ b/connectivity/source/inc/ado/AResultSet.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_ARESULTSET_HXX_ -#define _CONNECTIVITY_ADO_ARESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ARESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ARESULTSET_HXX #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XRow.hpp> @@ -220,7 +220,7 @@ namespace connectivity } } -#endif // _CONNECTIVITY_ADO_ARESULTSET_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ARESULTSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AResultSetMetaData.hxx b/connectivity/source/inc/ado/AResultSetMetaData.hxx index 1de17fab8cda..630426ca6a2c 100644 --- a/connectivity/source/inc/ado/AResultSetMetaData.hxx +++ b/connectivity/source/inc/ado/AResultSetMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_ARESULTSETMETADATA_HXX_ -#define _CONNECTIVITY_ADO_ARESULTSETMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ARESULTSETMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ARESULTSETMETADATA_HXX #include <com/sun/star/sdbc/XResultSetMetaData.hpp> #include <cppuhelper/implbase1.hxx> @@ -79,6 +79,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_ARESULTSETMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ARESULTSETMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AStatement.hxx b/connectivity/source/inc/ado/AStatement.hxx index 30112d562c7d..356a37a80e7b 100644 --- a/connectivity/source/inc/ado/AStatement.hxx +++ b/connectivity/source/inc/ado/AStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_ASTATEMENT_HXX_ -#define _CONNECTIVITY_ADO_ASTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ASTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ASTATEMENT_HXX #include <com/sun/star/sdbc/XStatement.hpp> #include <com/sun/star/sdbc/XWarningsSupplier.hpp> @@ -187,6 +187,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_ASTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ASTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/ATable.hxx b/connectivity/source/inc/ado/ATable.hxx index ee303cf1a7b8..f461b065e1a4 100644 --- a/connectivity/source/inc/ado/ATable.hxx +++ b/connectivity/source/inc/ado/ATable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_TABLE_HXX_ -#define _CONNECTIVITY_ADO_TABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ATABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ATABLE_HXX #include "connectivity/sdbcx/VTable.hxx" #include "ado/Awrapadox.hxx" @@ -76,6 +76,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_TABLE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ATABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/ATables.hxx b/connectivity/source/inc/ado/ATables.hxx index 81e6441947e2..ba1d37152eca 100644 --- a/connectivity/source/inc/ado/ATables.hxx +++ b/connectivity/source/inc/ado/ATables.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_TABLES_HXX_ -#define _CONNECTIVITY_ADO_TABLES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ATABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ATABLES_HXX #include "connectivity/sdbcx/VCollection.hxx" #include "ado/Awrapadox.hxx" @@ -53,6 +53,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_TABLES_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ATABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AUser.hxx b/connectivity/source/inc/ado/AUser.hxx index 7c451401234c..9ffd87788bfd 100644 --- a/connectivity/source/inc/ado/AUser.hxx +++ b/connectivity/source/inc/ado/AUser.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_USER_HXX_ -#define _CONNECTIVITY_ADO_USER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AUSER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AUSER_HXX #include "connectivity/sdbcx/VUser.hxx" #include "ado/Awrapadox.hxx" @@ -90,6 +90,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_USER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AUSER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AUsers.hxx b/connectivity/source/inc/ado/AUsers.hxx index 65365dbe0ed7..975bdc672028 100644 --- a/connectivity/source/inc/ado/AUsers.hxx +++ b/connectivity/source/inc/ado/AUsers.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_USERS_HXX_ -#define _CONNECTIVITY_ADO_USERS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AUSERS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AUSERS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include "ado/Awrapadox.hxx" @@ -54,6 +54,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_ADO_USERS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AUSERS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AView.hxx b/connectivity/source/inc/ado/AView.hxx index 87388212f85f..0927d536bad0 100644 --- a/connectivity/source/inc/ado/AView.hxx +++ b/connectivity/source/inc/ado/AView.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_VIEW_HXX_ -#define _CONNECTIVITY_ADO_VIEW_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AVIEW_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AVIEW_HXX #include "connectivity/sdbcx/VView.hxx" #include "ado/Awrapadox.hxx" @@ -54,6 +54,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_ADO_VIEW_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AVIEW_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/AViews.hxx b/connectivity/source/inc/ado/AViews.hxx index 02a3ba3bb73c..94c8ac6fbc9c 100644 --- a/connectivity/source/inc/ado/AViews.hxx +++ b/connectivity/source/inc/ado/AViews.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_VIEWS_HXX_ -#define _CONNECTIVITY_ADO_VIEWS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AVIEWS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AVIEWS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include "ado/Awrapadox.hxx" @@ -52,6 +52,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_VIEWS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AVIEWS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/Aolevariant.hxx b/connectivity/source/inc/ado/Aolevariant.hxx index d40594f65e1d..59c7735a7900 100644 --- a/connectivity/source/inc/ado/Aolevariant.hxx +++ b/connectivity/source/inc/ado/Aolevariant.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_AOLEVARIANT_HXX_ -#define _CONNECTIVITY_ADO_AOLEVARIANT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AOLEVARIANT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AOLEVARIANT_HXX #include <sal/types.h> #ifdef __MINGW32__ @@ -165,6 +165,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_ADO_AOLEVARIANT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AOLEVARIANT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/Aolewrap.hxx b/connectivity/source/inc/ado/Aolewrap.hxx index 12fcbe775d6f..bc31494c05cc 100644 --- a/connectivity/source/inc/ado/Aolewrap.hxx +++ b/connectivity/source/inc/ado/Aolewrap.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_AOLEWRAP_HXX_ -#define _CONNECTIVITY_ADO_AOLEWRAP_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AOLEWRAP_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AOLEWRAP_HXX #include <osl/diagnose.h> #include <osl/thread.h> @@ -227,6 +227,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_AOLEWRAP_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AOLEWRAP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/Awrapado.hxx b/connectivity/source/inc/ado/Awrapado.hxx index c313a044b3da..9907e828013c 100644 --- a/connectivity/source/inc/ado/Awrapado.hxx +++ b/connectivity/source/inc/ado/Awrapado.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_AWRAPADO_HXX_ -#define _CONNECTIVITY_ADO_AWRAPADO_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AWRAPADO_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AWRAPADO_HXX #include <com/sun/star/beans/PropertyAttribute.hpp> @@ -385,6 +385,6 @@ namespace connectivity }; } } -#endif //_CONNECTIVITY_ADO_AWRAPADO_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AWRAPADO_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/Awrapadox.hxx b/connectivity/source/inc/ado/Awrapadox.hxx index ec1efa8c624e..713dc8005e1a 100644 --- a/connectivity/source/inc/ado/Awrapadox.hxx +++ b/connectivity/source/inc/ado/Awrapadox.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_AWRAPADOX_HXX_ -#define _CONNECTIVITY_ADO_AWRAPADOX_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AWRAPADOX_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AWRAPADOX_HXX #include <com/sun/star/beans/PropertyAttribute.hpp> @@ -137,6 +137,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADO_AWRAPADOX_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AWRAPADOX_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/WrapCatalog.hxx b/connectivity/source/inc/ado/WrapCatalog.hxx index 90328725a0d8..2f82fee29c5e 100644 --- a/connectivity/source/inc/ado/WrapCatalog.hxx +++ b/connectivity/source/inc/ado/WrapCatalog.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_ADO_WRAP_CATALOG_HXX -#define CONNECTIVITY_ADO_WRAP_CATALOG_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPCATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPCATALOG_HXX #include "ado/WrapTypeDefs.hxx" @@ -47,6 +47,6 @@ namespace connectivity } } -#endif //CONNECTIVITY_ADO_WRAP_CATALOG_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPCATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/WrapColumn.hxx b/connectivity/source/inc/ado/WrapColumn.hxx index cbb0bf791023..4e19b1004d8c 100644 --- a/connectivity/source/inc/ado/WrapColumn.hxx +++ b/connectivity/source/inc/ado/WrapColumn.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_ADO_WRAP_COLUMN_HXX -#define CONNECTIVITY_ADO_WRAP_COLUMN_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPCOLUMN_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPCOLUMN_HXX #include "ado/Aolewrap.hxx" @@ -61,6 +61,6 @@ namespace connectivity } } -#endif //CONNECTIVITY_ADO_WRAP_COLUMN_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPCOLUMN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/WrapIndex.hxx b/connectivity/source/inc/ado/WrapIndex.hxx index 7de600232c92..8e0483e933a0 100644 --- a/connectivity/source/inc/ado/WrapIndex.hxx +++ b/connectivity/source/inc/ado/WrapIndex.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_ADO_WRAP_INDEX_HXX -#define CONNECTIVITY_ADO_WRAP_INDEX_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPINDEX_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPINDEX_HXX #include "ado/WrapTypeDefs.hxx" @@ -49,6 +49,6 @@ namespace connectivity } } -#endif //CONNECTIVITY_ADO_WRAP_INDEX_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPINDEX_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/WrapKey.hxx b/connectivity/source/inc/ado/WrapKey.hxx index f613c64a28af..61b90569b53c 100644 --- a/connectivity/source/inc/ado/WrapKey.hxx +++ b/connectivity/source/inc/ado/WrapKey.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_ADO_WRAP_KEY_HXX -#define CONNECTIVITY_ADO_WRAP_KEY_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPKEY_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPKEY_HXX #include "ado/WrapTypeDefs.hxx" @@ -51,6 +51,6 @@ namespace connectivity } } -#endif //CONNECTIVITY_ADO_WRAP_KEY_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPKEY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/WrapTable.hxx b/connectivity/source/inc/ado/WrapTable.hxx index 71d986453338..fa3aa147167f 100644 --- a/connectivity/source/inc/ado/WrapTable.hxx +++ b/connectivity/source/inc/ado/WrapTable.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_ADO_WRAP_TABLE_HXX -#define CONNECTIVITY_ADO_WRAP_TABLE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPTABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPTABLE_HXX #include "ado/WrapTypeDefs.hxx" @@ -54,6 +54,6 @@ namespace connectivity } } -#endif //CONNECTIVITY_ADO_WRAP_TABLE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/WrapTypeDefs.hxx b/connectivity/source/inc/ado/WrapTypeDefs.hxx index 1fadf6c33569..1a76dc5f898c 100644 --- a/connectivity/source/inc/ado/WrapTypeDefs.hxx +++ b/connectivity/source/inc/ado/WrapTypeDefs.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_ADO_WRAP_TYPEDEFS_HXX -#define CONNECTIVITY_ADO_WRAP_TYPEDEFS_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPTYPEDEFS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPTYPEDEFS_HXX namespace connectivity @@ -42,6 +42,6 @@ namespace connectivity } } -#endif //CONNECTIVITY_ADO_WRAP_TYPEDEFS_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPTYPEDEFS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/ado/adoimp.hxx b/connectivity/source/inc/ado/adoimp.hxx index d8de39bb5eee..026c7c402dc2 100644 --- a/connectivity/source/inc/ado/adoimp.hxx +++ b/connectivity/source/inc/ado/adoimp.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ADO_ADOIMP_HXX_ -#define _CONNECTIVITY_ADO_ADOIMP_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADOIMP_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADOIMP_HXX #include <com/sun/star/sdbc/SQLException.hpp> @@ -99,7 +99,7 @@ namespace connectivity ADOS::ThrowException(*m_pADOConnection,*this); -#endif //_CONNECTIVITY_ADO_ADOIMP_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADOIMP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/calc/CCatalog.hxx b/connectivity/source/inc/calc/CCatalog.hxx index facb88322b5e..f753b91d147e 100644 --- a/connectivity/source/inc/calc/CCatalog.hxx +++ b/connectivity/source/inc/calc/CCatalog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_CALC_CATALOG_HXX_ -#define _CONNECTIVITY_CALC_CATALOG_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CCATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CCATALOG_HXX #include "file/FCatalog.hxx" @@ -38,6 +38,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_CALC_CATALOG_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CCATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/calc/CColumns.hxx b/connectivity/source/inc/calc/CColumns.hxx index 800fba505a89..6aefc795c22e 100644 --- a/connectivity/source/inc/calc/CColumns.hxx +++ b/connectivity/source/inc/calc/CColumns.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_CALC_COLUMNS_HXX_ -#define _CONNECTIVITY_CALC_COLUMNS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CCOLUMNS_HXX #include "file/FColumns.hxx" @@ -41,6 +41,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_CALC_COLUMNS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CCOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/calc/CConnection.hxx b/connectivity/source/inc/calc/CConnection.hxx index 89903b283c4f..b66d892570ac 100644 --- a/connectivity/source/inc/calc/CConnection.hxx +++ b/connectivity/source/inc/calc/CConnection.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_CALC_CONNECTION_HXX_ -#define _CONNECTIVITY_CALC_CONNECTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CCONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CCONNECTION_HXX #include "file/FConnection.hxx" #include <com/sun/star/uno/DeploymentException.hpp> @@ -88,6 +88,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_CALC_CONNECTION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CCONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/calc/CDatabaseMetaData.hxx b/connectivity/source/inc/calc/CDatabaseMetaData.hxx index a7dab1d6dca0..496390b0428b 100644 --- a/connectivity/source/inc/calc/CDatabaseMetaData.hxx +++ b/connectivity/source/inc/calc/CDatabaseMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_CALC_DATABASEMETADATA_HXX_ -#define _CONNECTIVITY_CALC_DATABASEMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CDATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CDATABASEMETADATA_HXX #include "file/FDatabaseMetaData.hxx" @@ -49,6 +49,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_CALC_DATABASEMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CDATABASEMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/calc/CDriver.hxx b/connectivity/source/inc/calc/CDriver.hxx index e68feb4661fe..6e66f5bd17cb 100644 --- a/connectivity/source/inc/calc/CDriver.hxx +++ b/connectivity/source/inc/calc/CDriver.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_CALC_DRIVER_HXX_ -#define _CONNECTIVITY_CALC_DRIVER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CDRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CDRIVER_HXX #include "file/FDriver.hxx" @@ -53,6 +53,6 @@ namespace connectivity } } -#endif //_CONNECTIVITY_CALC_DRIVER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CDRIVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/calc/CPreparedStatement.hxx b/connectivity/source/inc/calc/CPreparedStatement.hxx index ee102daaeed4..aae6b4f106e7 100644 --- a/connectivity/source/inc/calc/CPreparedStatement.hxx +++ b/connectivity/source/inc/calc/CPreparedStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_CALC_PREPAREDSTATEMENT_HXX_ -#define _CONNECTIVITY_CALC_PREPAREDSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CPREPAREDSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CPREPAREDSTATEMENT_HXX #include "file/FPreparedStatement.hxx" @@ -38,6 +38,6 @@ namespace connectivity } } -#endif //_CONNECTIVITY_CALC_PREPAREDSTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CPREPAREDSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/calc/CResultSet.hxx b/connectivity/source/inc/calc/CResultSet.hxx index 5db2b181ae20..c33231e897ce 100644 --- a/connectivity/source/inc/calc/CResultSet.hxx +++ b/connectivity/source/inc/calc/CResultSet.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_CALC_RESULTSET_HXX_ -#define _CONNECTIVITY_CALC_RESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CRESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CRESULTSET_HXX #include "file/FResultSet.hxx" #include <com/sun/star/sdbcx/XRowLocate.hpp> @@ -78,6 +78,6 @@ namespace connectivity } } -#endif //_CONNECTIVITY_CALC_RESULTSET_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CRESULTSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/calc/CStatement.hxx b/connectivity/source/inc/calc/CStatement.hxx index 3b44e85080ce..423d26777564 100644 --- a/connectivity/source/inc/calc/CStatement.hxx +++ b/connectivity/source/inc/calc/CStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_CALC_STATEMENT_HXX_ -#define _CONNECTIVITY_CALC_STATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CSTATEMENT_HXX #include "file/FStatement.hxx" @@ -38,6 +38,6 @@ namespace connectivity } } -#endif //_CONNECTIVITY_CALC_STATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/calc/CTable.hxx b/connectivity/source/inc/calc/CTable.hxx index 8a2efdaf83ce..491c17e20da4 100644 --- a/connectivity/source/inc/calc/CTable.hxx +++ b/connectivity/source/inc/calc/CTable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_CALC_TABLE_HXX_ -#define _CONNECTIVITY_CALC_TABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CTABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CTABLE_HXX #include "file/FTable.hxx" #include <tools/date.hxx> @@ -90,6 +90,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_CALC_TABLE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/calc/CTables.hxx b/connectivity/source/inc/calc/CTables.hxx index 39b5c044bb6b..d80d2f857fd6 100644 --- a/connectivity/source/inc/calc/CTables.hxx +++ b/connectivity/source/inc/calc/CTables.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_CALC_TABLES_HXX_ -#define _CONNECTIVITY_CALC_TABLES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CTABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CTABLES_HXX #include "file/FTables.hxx" @@ -40,6 +40,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_CALC_TABLES_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CTABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DCatalog.hxx b/connectivity/source/inc/dbase/DCatalog.hxx index b5211056a30f..9fa3ca523f83 100644 --- a/connectivity/source/inc/dbase/DCatalog.hxx +++ b/connectivity/source/inc/dbase/DCatalog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_CATALOG_HXX_ -#define _CONNECTIVITY_DBASE_CATALOG_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCATALOG_HXX #include "file/FCatalog.hxx" @@ -37,6 +37,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_DBASE_CATALOG_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DCode.hxx b/connectivity/source/inc/dbase/DCode.hxx index 5135a956572f..0208f8387d9e 100644 --- a/connectivity/source/inc/dbase/DCode.hxx +++ b/connectivity/source/inc/dbase/DCode.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_DBASE_DCODE_HXX -#define CONNECTIVITY_DBASE_DCODE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCODE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCODE_HXX #include "file/fanalyzer.hxx" #include <com/sun/star/container/XIndexAccess.hpp> @@ -57,6 +57,6 @@ namespace connectivity } } -#endif // CONNECTIVITY_DBASE_DCODE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCODE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DColumns.hxx b/connectivity/source/inc/dbase/DColumns.hxx index ed7a4db15938..633be716ab2c 100644 --- a/connectivity/source/inc/dbase/DColumns.hxx +++ b/connectivity/source/inc/dbase/DColumns.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_COLUMNS_HXX_ -#define _CONNECTIVITY_DBASE_COLUMNS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCOLUMNS_HXX #include "file/FColumns.hxx" @@ -43,6 +43,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_DBASE_COLUMNS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DConnection.hxx b/connectivity/source/inc/dbase/DConnection.hxx index bb74bb0b8241..6dcc0d137e58 100644 --- a/connectivity/source/inc/dbase/DConnection.hxx +++ b/connectivity/source/inc/dbase/DConnection.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_DCONNECTION_HXX_ -#define _CONNECTIVITY_DBASE_DCONNECTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCONNECTION_HXX #include "file/FConnection.hxx" @@ -46,6 +46,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_DBASE_DCONNECTION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DDatabaseMetaData.hxx b/connectivity/source/inc/dbase/DDatabaseMetaData.hxx index 7c5a60ef3d8d..e4da42a591ed 100644 --- a/connectivity/source/inc/dbase/DDatabaseMetaData.hxx +++ b/connectivity/source/inc/dbase/DDatabaseMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_ODATABASEMETADATA_HXX_ -#define _CONNECTIVITY_DBASE_ODATABASEMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DDATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DDATABASEMETADATA_HXX #include "file/FDatabaseMetaData.hxx" @@ -56,6 +56,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_DBASE_ODATABASEMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DDATABASEMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DDriver.hxx b/connectivity/source/inc/dbase/DDriver.hxx index 32cb069de974..b6d45000ffc4 100644 --- a/connectivity/source/inc/dbase/DDriver.hxx +++ b/connectivity/source/inc/dbase/DDriver.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_DDRIVER_HXX_ -#define _CONNECTIVITY_DBASE_DDRIVER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DDRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DDRIVER_HXX #include <cppuhelper/compbase2.hxx> #include "connectivity/CommonTools.hxx" @@ -49,6 +49,6 @@ namespace connectivity } } -#endif //_CONNECTIVITY_DBASE_DDRIVER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DDRIVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DIndex.hxx b/connectivity/source/inc/dbase/DIndex.hxx index 833378cccf5c..e672390bf6e2 100644 --- a/connectivity/source/inc/dbase/DIndex.hxx +++ b/connectivity/source/inc/dbase/DIndex.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_INDEX_HXX_ -#define _CONNECTIVITY_DBASE_INDEX_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEX_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEX_HXX #include "connectivity/sdbcx/VIndex.hxx" #include <com/sun/star/lang/XUnoTunnel.hpp> @@ -146,7 +146,7 @@ namespace connectivity } } -#endif // _CONNECTIVITY_DBASE_INDEX_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEX_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DIndexColumns.hxx b/connectivity/source/inc/dbase/DIndexColumns.hxx index 83b60c19a9a1..95c9b2075619 100644 --- a/connectivity/source/inc/dbase/DIndexColumns.hxx +++ b/connectivity/source/inc/dbase/DIndexColumns.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_INDEXCOLUMNS_HXX_ -#define _CONNECTIVITY_DBASE_INDEXCOLUMNS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXCOLUMNS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include "dbase/DIndex.hxx" @@ -47,7 +47,7 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_DBASE_INDEXCOLUMNS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXCOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DIndexIter.hxx b/connectivity/source/inc/dbase/DIndexIter.hxx index 6c72c75a8c4b..772bfb93de99 100644 --- a/connectivity/source/inc/dbase/DIndexIter.hxx +++ b/connectivity/source/inc/dbase/DIndexIter.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_INDEXITER_HXX_ -#define _CONNECTIVITY_DBASE_INDEXITER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXITER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXITER_HXX #include "file/fcode.hxx" #include "dbase/DIndex.hxx" @@ -73,6 +73,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_DBASE_INDEXITER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXITER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DIndexes.hxx b/connectivity/source/inc/dbase/DIndexes.hxx index f3b15b219a94..a431185bb1e5 100644 --- a/connectivity/source/inc/dbase/DIndexes.hxx +++ b/connectivity/source/inc/dbase/DIndexes.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_INDEXES_HXX_ -#define _CONNECTIVITY_DBASE_INDEXES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXES_HXX #include "connectivity/sdbcx/VCollection.hxx" #include "dbase/DTable.hxx" @@ -49,6 +49,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_DBASE_INDEXES_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DPreparedStatement.hxx b/connectivity/source/inc/dbase/DPreparedStatement.hxx index 1dfe8a48795e..63970aff69f8 100644 --- a/connectivity/source/inc/dbase/DPreparedStatement.hxx +++ b/connectivity/source/inc/dbase/DPreparedStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_DPREPAREDSTATEMENT_HXX_ -#define _CONNECTIVITY_DBASE_DPREPAREDSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DPREPAREDSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DPREPAREDSTATEMENT_HXX #include "file/FPreparedStatement.hxx" @@ -38,6 +38,6 @@ namespace connectivity } } -#endif //_CONNECTIVITY_DBASE_DPREPAREDSTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DPREPAREDSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DResultSet.hxx b/connectivity/source/inc/dbase/DResultSet.hxx index 3f167dface22..bc2980088bd7 100644 --- a/connectivity/source/inc/dbase/DResultSet.hxx +++ b/connectivity/source/inc/dbase/DResultSet.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_DRESULTSET_HXX_ -#define _CONNECTIVITY_DBASE_DRESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DRESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DRESULTSET_HXX #include "file/FResultSet.hxx" #include <com/sun/star/sdbcx/XRowLocate.hpp> @@ -78,6 +78,6 @@ namespace connectivity }; } } -#endif //_CONNECTIVITY_DBASE_DRESULTSET_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DRESULTSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DStatement.hxx b/connectivity/source/inc/dbase/DStatement.hxx index 6d57651c60b4..0e88330d0fb2 100644 --- a/connectivity/source/inc/dbase/DStatement.hxx +++ b/connectivity/source/inc/dbase/DStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_DSTATEMENT_HXX_ -#define _CONNECTIVITY_DBASE_DSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DSTATEMENT_HXX #include "file/FStatement.hxx" @@ -38,6 +38,6 @@ namespace connectivity } } -#endif //_CONNECTIVITY_DBASE_DSTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx index c0ad186ffa38..a8d602376aea 100644 --- a/connectivity/source/inc/dbase/DTable.hxx +++ b/connectivity/source/inc/dbase/DTable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_TABLE_HXX_ -#define _CONNECTIVITY_DBASE_TABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DTABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DTABLE_HXX #include "file/FTable.hxx" #include "connectivity/sdbcx/VColumn.hxx" @@ -170,6 +170,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_DBASE_TABLE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/DTables.hxx b/connectivity/source/inc/dbase/DTables.hxx index 95ba5b27b5d0..33319f682a3a 100644 --- a/connectivity/source/inc/dbase/DTables.hxx +++ b/connectivity/source/inc/dbase/DTables.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_TABLES_HXX_ -#define _CONNECTIVITY_DBASE_TABLES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DTABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DTABLES_HXX #include "file/FTables.hxx" @@ -46,6 +46,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_DBASE_TABLES_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DTABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/dbase/dindexnode.hxx b/connectivity/source/inc/dbase/dindexnode.hxx index d79358b4f0af..839fdc8e5b74 100644 --- a/connectivity/source/inc/dbase/dindexnode.hxx +++ b/connectivity/source/inc/dbase/dindexnode.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DBASE_INDEXNODE_HXX_ -#define _CONNECTIVITY_DBASE_INDEXNODE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXNODE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXNODE_HXX #include "file/fcode.hxx" #include "file/FTable.hxx" @@ -335,7 +335,7 @@ namespace connectivity -#endif // _CONNECTIVITY_DBASE_INDEXNODE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXNODE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/diagnose_ex.h b/connectivity/source/inc/diagnose_ex.h index 9ebc46304efb..10671a4c5085 100644 --- a/connectivity/source/inc/diagnose_ex.h +++ b/connectivity/source/inc/diagnose_ex.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_DIAGNOSE_EX_H -#define CONNECTIVITY_DIAGNOSE_EX_H +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DIAGNOSE_EX_H +#define INCLUDED_CONNECTIVITY_SOURCE_INC_DIAGNOSE_EX_H #if OSL_DEBUG_LEVEL > 0 #define OSL_VERIFY_RES( expression, fail_message ) \ @@ -35,6 +35,6 @@ #define OSL_UNUSED( expression ) \ (void)(expression) -#endif // CONNECTIVITY_DIAGNOSE_EX_H +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DIAGNOSE_EX_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/FCatalog.hxx b/connectivity/source/inc/file/FCatalog.hxx index e230a7a80bb6..6c6e717ae0ab 100644 --- a/connectivity/source/inc/file/FCatalog.hxx +++ b/connectivity/source/inc/file/FCatalog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_CATALOG_HXX_ -#define _CONNECTIVITY_FILE_CATALOG_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCATALOG_HXX #include "connectivity/sdbcx/VCatalog.hxx" @@ -59,6 +59,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FILE_CATALOG_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/FColumns.hxx b/connectivity/source/inc/file/FColumns.hxx index 110f1d11caf4..ad2e5575b382 100644 --- a/connectivity/source/inc/file/FColumns.hxx +++ b/connectivity/source/inc/file/FColumns.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_COLUMNS_HXX_ -#define _CONNECTIVITY_FILE_COLUMNS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCOLUMNS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -47,6 +47,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FILE_COLUMNS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/FConnection.hxx b/connectivity/source/inc/file/FConnection.hxx index a53c8423b586..cbd73b38dc5b 100644 --- a/connectivity/source/inc/file/FConnection.hxx +++ b/connectivity/source/inc/file/FConnection.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_OCONNECTION_HXX_ -#define _CONNECTIVITY_FILE_OCONNECTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCONNECTION_HXX #include <com/sun/star/ucb/XContent.hpp> #include <com/sun/star/sdbc/SQLWarning.hpp> @@ -149,6 +149,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FILE_OCONNECTION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/FDatabaseMetaData.hxx b/connectivity/source/inc/file/FDatabaseMetaData.hxx index 27cdd86bc739..b36741f89206 100644 --- a/connectivity/source/inc/file/FDatabaseMetaData.hxx +++ b/connectivity/source/inc/file/FDatabaseMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_ODATABASEMETADATA_HXX_ -#define _CONNECTIVITY_FILE_ODATABASEMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FDATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FDATABASEMETADATA_HXX #include "TDatabaseMetaDataBase.hxx" #include "file/FConnection.hxx" @@ -185,6 +185,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FILE_ODATABASEMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FDATABASEMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/FDriver.hxx b/connectivity/source/inc/file/FDriver.hxx index 79f6df54d3ef..bb22b9588195 100644 --- a/connectivity/source/inc/file/FDriver.hxx +++ b/connectivity/source/inc/file/FDriver.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_ODRIVER_HXX_ -#define _CONNECTIVITY_FILE_ODRIVER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FDRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FDRIVER_HXX #include <com/sun/star/sdbc/XDriver.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -74,7 +74,7 @@ namespace connectivity } } -#endif //_CONNECTIVITY_FILE_ODRIVER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FDRIVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/FNumericFunctions.hxx b/connectivity/source/inc/file/FNumericFunctions.hxx index b73d941263b6..6421f41a3b4e 100644 --- a/connectivity/source/inc/file/FNumericFunctions.hxx +++ b/connectivity/source/inc/file/FNumericFunctions.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_FNUMERICFUNCTIONS_HXX_ -#define _CONNECTIVITY_FILE_FNUMERICFUNCTIONS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FNUMERICFUNCTIONS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FNUMERICFUNCTIONS_HXX #include "file/fcode.hxx" #include "file/filedllapi.hxx" @@ -363,6 +363,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_FILE_FNUMERICFUNCTIONS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FNUMERICFUNCTIONS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/FPreparedStatement.hxx b/connectivity/source/inc/file/FPreparedStatement.hxx index 08be47e2ac3d..e380c84d2ddd 100644 --- a/connectivity/source/inc/file/FPreparedStatement.hxx +++ b/connectivity/source/inc/file/FPreparedStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_OPREPAREDSTATEMENT_HXX_ -#define _CONNECTIVITY_FILE_OPREPAREDSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FPREPAREDSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FPREPAREDSTATEMENT_HXX #include "file/filedllapi.hxx" #include "file/FStatement.hxx" @@ -121,7 +121,7 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FILE_OPREPAREDSTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FPREPAREDSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/FResultSet.hxx b/connectivity/source/inc/file/FResultSet.hxx index ed79248f47b0..064531b3c1d5 100644 --- a/connectivity/source/inc/file/FResultSet.hxx +++ b/connectivity/source/inc/file/FResultSet.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_FRESULTSET_HXX_ -#define _CONNECTIVITY_FILE_FRESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FRESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FRESULTSET_HXX #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XRow.hpp> diff --git a/connectivity/source/inc/file/FResultSetMetaData.hxx b/connectivity/source/inc/file/FResultSetMetaData.hxx index a52ab750adca..6f18b285ac3a 100644 --- a/connectivity/source/inc/file/FResultSetMetaData.hxx +++ b/connectivity/source/inc/file/FResultSetMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_ORESULTSETMETADATA_HXX_ -#define _CONNECTIVITY_FILE_ORESULTSETMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FRESULTSETMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FRESULTSETMETADATA_HXX #include <com/sun/star/sdbc/XResultSetMetaData.hpp> #include <cppuhelper/implbase1.hxx> @@ -78,7 +78,7 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FILE_ORESULTSETMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FRESULTSETMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/FStatement.hxx b/connectivity/source/inc/file/FStatement.hxx index a8d1e07b30e6..6cc8bf1482bb 100644 --- a/connectivity/source/inc/file/FStatement.hxx +++ b/connectivity/source/inc/file/FStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_OSTATEMENT_HXX_ -#define _CONNECTIVITY_FILE_OSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FSTATEMENT_HXX #include <com/sun/star/sdbc/XStatement.hpp> #include <com/sun/star/sdbc/XWarningsSupplier.hpp> @@ -203,6 +203,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FILE_OSTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/FTable.hxx b/connectivity/source/inc/file/FTable.hxx index d341703f0023..00e6f8d1b389 100644 --- a/connectivity/source/inc/file/FTable.hxx +++ b/connectivity/source/inc/file/FTable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_TABLE_HXX_ -#define _CONNECTIVITY_FILE_TABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FTABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FTABLE_HXX #include "connectivity/sdbcx/VTable.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -106,6 +106,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FILE_TABLE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/FTables.hxx b/connectivity/source/inc/file/FTables.hxx index 2728c85582c1..828e93bb7663 100644 --- a/connectivity/source/inc/file/FTables.hxx +++ b/connectivity/source/inc/file/FTables.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_TABLES_HXX_ -#define _CONNECTIVITY_FILE_TABLES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FTABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FTABLES_HXX #include "file/filedllapi.hxx" #include "connectivity/sdbcx/VCollection.hxx" @@ -49,6 +49,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FILE_TABLES_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FTABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/fanalyzer.hxx b/connectivity/source/inc/file/fanalyzer.hxx index 796c2d6b0ba3..d34ff5fc9258 100644 --- a/connectivity/source/inc/file/fanalyzer.hxx +++ b/connectivity/source/inc/file/fanalyzer.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_FANALYZER_HXX_ -#define _CONNECTIVITY_FILE_FANALYZER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FANALYZER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FANALYZER_HXX #include "file/fcomp.hxx" #include "file/filedllapi.hxx" @@ -82,6 +82,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FILE_FANALYZER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FANALYZER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/fcode.hxx b/connectivity/source/inc/file/fcode.hxx index 842f4cf0eaa2..6ff472f12e5d 100644 --- a/connectivity/source/inc/file/fcode.hxx +++ b/connectivity/source/inc/file/fcode.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_FCODE_HXX_ -#define _CONNECTIVITY_FILE_FCODE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCODE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCODE_HXX #include "connectivity/sqliterator.hxx" #include <com/sun/star/sdbc/DataType.hpp> @@ -376,6 +376,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_FILE_FCODE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCODE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/fcomp.hxx b/connectivity/source/inc/file/fcomp.hxx index 1ad755422ad8..9ba2f276f2a5 100644 --- a/connectivity/source/inc/file/fcomp.hxx +++ b/connectivity/source/inc/file/fcomp.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FILE_FCOMP_HXX_ -#define _CONNECTIVITY_FILE_FCOMP_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCOMP_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCOMP_HXX #include "file/fcode.hxx" #include "file/filedllapi.hxx" @@ -106,6 +106,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FILE_FCOMP_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCOMP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/file/quotedstring.hxx b/connectivity/source/inc/file/quotedstring.hxx index 9f27eb39fa1f..05246ea7676c 100644 --- a/connectivity/source/inc/file/quotedstring.hxx +++ b/connectivity/source/inc/file/quotedstring.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_QUOTED_STRING_HXX -#define CONNECTIVITY_QUOTED_STRING_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_QUOTEDSTRING_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_QUOTEDSTRING_HXX #include <rtl/ustring.hxx> #include "file/filedllapi.hxx" @@ -45,6 +45,6 @@ namespace connectivity }; } -#endif // CONNECTIVITY_QUOTED_STRING_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_QUOTEDSTRING_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/flat/ECatalog.hxx b/connectivity/source/inc/flat/ECatalog.hxx index 46225843e396..dd6742dfb52c 100644 --- a/connectivity/source/inc/flat/ECatalog.hxx +++ b/connectivity/source/inc/flat/ECatalog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FLAT_CATALOG_HXX_ -#define _CONNECTIVITY_FLAT_CATALOG_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ECATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ECATALOG_HXX #include "file/FCatalog.hxx" @@ -37,6 +37,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FLAT_CATALOG_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ECATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/flat/EColumns.hxx b/connectivity/source/inc/flat/EColumns.hxx index 8f3e5531f5c3..115138731241 100644 --- a/connectivity/source/inc/flat/EColumns.hxx +++ b/connectivity/source/inc/flat/EColumns.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FLAT_COLUMNS_HXX_ -#define _CONNECTIVITY_FLAT_COLUMNS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ECOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ECOLUMNS_HXX #include "file/FColumns.hxx" @@ -40,6 +40,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FLAT_COLUMNS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ECOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/flat/EConnection.hxx b/connectivity/source/inc/flat/EConnection.hxx index 1c64858392b2..ad1fb1cf1dfa 100644 --- a/connectivity/source/inc/flat/EConnection.hxx +++ b/connectivity/source/inc/flat/EConnection.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FLAT_ECONNECTION_HXX_ -#define _CONNECTIVITY_FLAT_ECONNECTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ECONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ECONNECTION_HXX #include "file/FConnection.hxx" diff --git a/connectivity/source/inc/flat/EDatabaseMetaData.hxx b/connectivity/source/inc/flat/EDatabaseMetaData.hxx index eec922406712..ff42ac5cfc2e 100644 --- a/connectivity/source/inc/flat/EDatabaseMetaData.hxx +++ b/connectivity/source/inc/flat/EDatabaseMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FLAT_EDATABASEMETADATA_HXX_ -#define _CONNECTIVITY_FLAT_EDATABASEMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_EDATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_EDATABASEMETADATA_HXX #include "file/FDatabaseMetaData.hxx" diff --git a/connectivity/source/inc/flat/EDriver.hxx b/connectivity/source/inc/flat/EDriver.hxx index 05257981ade1..3e0dde2e8186 100644 --- a/connectivity/source/inc/flat/EDriver.hxx +++ b/connectivity/source/inc/flat/EDriver.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FLAT_EDRIVER_HXX_ -#define _CONNECTIVITY_FLAT_EDRIVER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_EDRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_EDRIVER_HXX #include <cppuhelper/compbase2.hxx> #include "connectivity/CommonTools.hxx" diff --git a/connectivity/source/inc/flat/EPreparedStatement.hxx b/connectivity/source/inc/flat/EPreparedStatement.hxx index 1acace4b8a4e..97181a8c587b 100644 --- a/connectivity/source/inc/flat/EPreparedStatement.hxx +++ b/connectivity/source/inc/flat/EPreparedStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FLAT_DPREPAREDSTATEMENT_HXX_ -#define _CONNECTIVITY_FLAT_DPREPAREDSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_EPREPAREDSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_EPREPAREDSTATEMENT_HXX #include "file/FPreparedStatement.hxx" @@ -38,6 +38,6 @@ namespace connectivity } } -#endif //_CONNECTIVITY_FLAT_DPREPAREDSTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_EPREPAREDSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/flat/EResultSet.hxx b/connectivity/source/inc/flat/EResultSet.hxx index a3b4cead88d7..1509776d66a5 100644 --- a/connectivity/source/inc/flat/EResultSet.hxx +++ b/connectivity/source/inc/flat/EResultSet.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FLAT_ERESULTSET_HXX_ -#define _CONNECTIVITY_FLAT_ERESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ERESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ERESULTSET_HXX #include "file/FResultSet.hxx" #include <com/sun/star/sdbcx/XRowLocate.hpp> diff --git a/connectivity/source/inc/flat/EStatement.hxx b/connectivity/source/inc/flat/EStatement.hxx index a813b912eddb..270d4c61939f 100644 --- a/connectivity/source/inc/flat/EStatement.hxx +++ b/connectivity/source/inc/flat/EStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FLAT_ESTATEMENT_HXX_ -#define _CONNECTIVITY_FLAT_ESTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ESTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ESTATEMENT_HXX #include "file/FStatement.hxx" diff --git a/connectivity/source/inc/flat/ETable.hxx b/connectivity/source/inc/flat/ETable.hxx index 393369ab0735..aa91a0d83938 100644 --- a/connectivity/source/inc/flat/ETable.hxx +++ b/connectivity/source/inc/flat/ETable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FLAT_TABLE_HXX_ -#define _CONNECTIVITY_FLAT_TABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ETABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ETABLE_HXX #include "file/FTable.hxx" #include "flat/EConnection.hxx" @@ -105,6 +105,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FLAT_TABLE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ETABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/flat/ETables.hxx b/connectivity/source/inc/flat/ETables.hxx index 8a5c3b788b2b..887d5a47adfa 100644 --- a/connectivity/source/inc/flat/ETables.hxx +++ b/connectivity/source/inc/flat/ETables.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_FLAT_TABLES_HXX_ -#define _CONNECTIVITY_FLAT_TABLES_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ETABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ETABLES_HXX #include "file/FTables.hxx" @@ -40,6 +40,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_FLAT_TABLES_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ETABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HCatalog.hxx b/connectivity/source/inc/hsqldb/HCatalog.hxx index 0f4606a74a06..b3fcfb0ce3f6 100644 --- a/connectivity/source/inc/hsqldb/HCatalog.hxx +++ b/connectivity/source/inc/hsqldb/HCatalog.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_HSQLDB_CATALOG_HXX -#define CONNECTIVITY_HSQLDB_CATALOG_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCATALOG_HXX #include "connectivity/sdbcx/VCatalog.hxx" #include "connectivity/StdTypeDefs.hxx" @@ -60,6 +60,6 @@ namespace connectivity }; } } -#endif // CONNECTIVITY_HSQLDB_CATALOG_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HColumns.hxx b/connectivity/source/inc/hsqldb/HColumns.hxx index b98f429a366a..e5187ce51c4d 100644 --- a/connectivity/source/inc/hsqldb/HColumns.hxx +++ b/connectivity/source/inc/hsqldb/HColumns.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_HSQLDB_COLUMN_HXX -#define CONNECTIVITY_HSQLDB_COLUMN_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCOLUMNS_HXX #include "connectivity/TColumnsHelper.hxx" #include "connectivity/sdbcx/VColumn.hxx" @@ -58,6 +58,6 @@ namespace connectivity }; } } -#endif // CONNECTIVITY_HSQLDB_COLUMN_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx index 6714d33eeb11..e8c4a076136b 100644 --- a/connectivity/source/inc/hsqldb/HConnection.hxx +++ b/connectivity/source/inc/hsqldb/HConnection.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_HSQLDB_CONNECTION_HXX -#define CONNECTIVITY_HSQLDB_CONNECTION_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCONNECTION_HXX #include "connectivity/ConnectionWrapper.hxx" #include <com/sun/star/util/XFlushable.hpp> @@ -144,6 +144,6 @@ namespace connectivity }; } } -#endif // CONNECTIVITY_HSQLDB_CONNECTION_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HDriver.hxx b/connectivity/source/inc/hsqldb/HDriver.hxx index 0b0fac3d0867..3768e1e736c7 100644 --- a/connectivity/source/inc/hsqldb/HDriver.hxx +++ b/connectivity/source/inc/hsqldb/HDriver.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_HSQLDB_DRIVER_HXX -#define CONNECTIVITY_HSQLDB_DRIVER_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HDRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HDRIVER_HXX #include <com/sun/star/sdbc/XDriver.hpp> #include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp> @@ -131,6 +131,6 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_HSQLDB_DRIVER_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HDRIVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HStorageAccess.h b/connectivity/source/inc/hsqldb/HStorageAccess.h index f0217c82ab65..27139abd619d 100644 --- a/connectivity/source/inc/hsqldb/HStorageAccess.h +++ b/connectivity/source/inc/hsqldb/HStorageAccess.h @@ -21,8 +21,8 @@ #include <jni.h> /* Header for class com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess */ -#ifndef _Included_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess -#define _Included_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HSTORAGEACCESS_H +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HSTORAGEACCESS_H #ifdef __cplusplus extern "C" { #endif diff --git a/connectivity/source/inc/hsqldb/HStorageAccess.hxx b/connectivity/source/inc/hsqldb/HStorageAccess.hxx index b4522bffd819..b1e6b85de136 100644 --- a/connectivity/source/inc/hsqldb/HStorageAccess.hxx +++ b/connectivity/source/inc/hsqldb/HStorageAccess.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_HSQLDB_STORAGEACCESS_HXX -#define CONNECTIVITY_HSQLDB_STORAGEACCESS_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HSTORAGEACCESS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HSTORAGEACCESS_HXX #include "hsqldb/HStorageAccess.h" @@ -32,6 +32,6 @@ jint read_from_storage_stream_into_buffer( JNIEnv * env, jobject obj_this,jstrin void write_to_storage_stream_from_buffer( JNIEnv* env, jobject obj_this, jstring name, jstring key, jbyteArray buffer, jint off, jint len, ::connectivity::hsqldb::DataLogFile* logger = 0 ); void write_to_storage_stream( JNIEnv* env, jobject obj_this, jstring name, jstring key, jint v, ::connectivity::hsqldb::DataLogFile* logger = 0 ); -#endif // CONNECTIVITY_HSQLDB_STORAGEACCESS_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HSTORAGEACCESS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HStorageMap.hxx b/connectivity/source/inc/hsqldb/HStorageMap.hxx index 197ef9f6ee02..746d691cef1c 100644 --- a/connectivity/source/inc/hsqldb/HStorageMap.hxx +++ b/connectivity/source/inc/hsqldb/HStorageMap.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVI_HSQLDB_HSTORAGEMAP_HXX -#define CONNECTIVI_HSQLDB_HSTORAGEMAP_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HSTORAGEMAP_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HSTORAGEMAP_HXX #include <sal/config.h> @@ -83,6 +83,6 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVI_HSQLDB_HSTORAGEMAP_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HSTORAGEMAP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HTable.hxx b/connectivity/source/inc/hsqldb/HTable.hxx index 30794b5c5d07..13423e7dc128 100644 --- a/connectivity/source/inc/hsqldb/HTable.hxx +++ b/connectivity/source/inc/hsqldb/HTable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_HSQLDB_TABLE_HXX -#define CONNECTIVITY_HSQLDB_TABLE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HTABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HTABLE_HXX #include "connectivity/TTableHelper.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -116,6 +116,6 @@ namespace connectivity }; } } -#endif // CONNECTIVITY_HSQLDB_TABLE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HTables.hxx b/connectivity/source/inc/hsqldb/HTables.hxx index 2858e90de959..f7c428854f4c 100644 --- a/connectivity/source/inc/hsqldb/HTables.hxx +++ b/connectivity/source/inc/hsqldb/HTables.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_HSQLDB_TABLES_HXX -#define CONNECTIVITY_HSQLDB_TABLES_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HTABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HTABLES_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -66,6 +66,6 @@ namespace connectivity }; } } -#endif // CONNECTIVITY_HSQLDB_TABLES_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HTABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HTools.hxx b/connectivity/source/inc/hsqldb/HTools.hxx index bedef9122870..fcb91741fc6d 100644 --- a/connectivity/source/inc/hsqldb/HTools.hxx +++ b/connectivity/source/inc/hsqldb/HTools.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_HTOOLS_HXX -#define CONNECTIVITY_HTOOLS_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HTOOLS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HTOOLS_HXX #include <rtl/ustrbuf.hxx> @@ -51,6 +51,6 @@ namespace connectivity { namespace hsqldb } } // namespace connectivity::hsqldb -#endif // CONNECTIVITY_HTOOLS_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HTOOLS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HUser.hxx b/connectivity/source/inc/hsqldb/HUser.hxx index 971e8e465769..1f3b64791fb9 100644 --- a/connectivity/source/inc/hsqldb/HUser.hxx +++ b/connectivity/source/inc/hsqldb/HUser.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_HSQLDB_USER_HXX_ -#define _CONNECTIVITY_HSQLDB_USER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HUSER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HUSER_HXX #include "connectivity/sdbcx/VUser.hxx" #include "com/sun/star/sdbc/XConnection.hpp" @@ -70,6 +70,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_HSQLDB_USER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HUSER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HUsers.hxx b/connectivity/source/inc/hsqldb/HUsers.hxx index 486f67eb4222..901ac9be6b1f 100644 --- a/connectivity/source/inc/hsqldb/HUsers.hxx +++ b/connectivity/source/inc/hsqldb/HUsers.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_HSQLDB_USERS_HXX_ -#define _CONNECTIVITY_HSQLDB_USERS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HUSERS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HUSERS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include "com/sun/star/sdbc/XConnection.hpp" @@ -50,6 +50,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_HSQLDB_USERS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HUSERS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HView.hxx b/connectivity/source/inc/hsqldb/HView.hxx index 2bb3cfbfe2ea..49698d46da93 100644 --- a/connectivity/source/inc/hsqldb/HView.hxx +++ b/connectivity/source/inc/hsqldb/HView.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_HVIEW_HXX -#define CONNECTIVITY_HVIEW_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HVIEW_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HVIEW_HXX #include "connectivity/sdbcx/VView.hxx" @@ -80,6 +80,6 @@ namespace connectivity { namespace hsqldb } } // namespace connectivity::hsqldb -#endif // CONNECTIVITY_HVIEW_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HVIEW_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/HViews.hxx b/connectivity/source/inc/hsqldb/HViews.hxx index 1ac2a61d4798..7a1c042657a9 100644 --- a/connectivity/source/inc/hsqldb/HViews.hxx +++ b/connectivity/source/inc/hsqldb/HViews.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_HSQLDB_VIEWS_HXX_ -#define _CONNECTIVITY_HSQLDB_VIEWS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HVIEWS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HVIEWS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -51,6 +51,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_HSQLDB_VIEWS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HVIEWS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/hsqldb/StorageFileAccess.h b/connectivity/source/inc/hsqldb/StorageFileAccess.h index 4bcbd2f30214..b75c835f872f 100644 --- a/connectivity/source/inc/hsqldb/StorageFileAccess.h +++ b/connectivity/source/inc/hsqldb/StorageFileAccess.h @@ -21,8 +21,8 @@ #include <jni.h> /* Header for class com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess */ -#ifndef _Included_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess -#define _Included_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_STORAGEFILEACCESS_H +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_STORAGEFILEACCESS_H #ifdef __cplusplus extern "C" { #endif diff --git a/connectivity/source/inc/hsqldb/StorageNativeInputStream.h b/connectivity/source/inc/hsqldb/StorageNativeInputStream.h index 31cc5c70de28..8ca0ce3cec03 100644 --- a/connectivity/source/inc/hsqldb/StorageNativeInputStream.h +++ b/connectivity/source/inc/hsqldb/StorageNativeInputStream.h @@ -21,8 +21,8 @@ #include <jni.h> /* Header for class com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream */ -#ifndef _Included_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream -#define _Included_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_STORAGENATIVEINPUTSTREAM_H +#define INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_STORAGENATIVEINPUTSTREAM_H #ifdef __cplusplus extern "C" { #endif diff --git a/connectivity/source/inc/java/ContextClassLoader.hxx b/connectivity/source/inc/java/ContextClassLoader.hxx index 4f6bb57745e0..6384507264bd 100644 --- a/connectivity/source/inc/java/ContextClassLoader.hxx +++ b/connectivity/source/inc/java/ContextClassLoader.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_CONTEXTCLASSLOADER_HXX -#define CONNECTIVITY_CONTEXTCLASSLOADER_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_CONTEXTCLASSLOADER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_CONTEXTCLASSLOADER_HXX #include "java/GlobalRef.hxx" @@ -89,6 +89,6 @@ namespace connectivity { namespace jdbc } } // namespace connectivity::jdbc -#endif // CONNECTIVITY_CONTEXTCLASSLOADER_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_CONTEXTCLASSLOADER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/GlobalRef.hxx b/connectivity/source/inc/java/GlobalRef.hxx index 4d9ccd47ad7a..efa2fa29b31e 100644 --- a/connectivity/source/inc/java/GlobalRef.hxx +++ b/connectivity/source/inc/java/GlobalRef.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_GLOBALREF_HXX -#define CONNECTIVITY_GLOBALREF_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_GLOBALREF_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_GLOBALREF_HXX #include "java/LocalRef.hxx" #include "java/lang/Object.hxx" @@ -108,6 +108,6 @@ namespace connectivity { namespace jdbc } } // namespace connectivity::jdbc -#endif // CONNECTIVITY_GLOBALREF_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_GLOBALREF_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/LocalRef.hxx b/connectivity/source/inc/java/LocalRef.hxx index a060193ea5ae..92a699bee24d 100644 --- a/connectivity/source/inc/java/LocalRef.hxx +++ b/connectivity/source/inc/java/LocalRef.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_LOCALREF_HXX -#define CONNECTIVITY_LOCALREF_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LOCALREF_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LOCALREF_HXX #include <jvmaccess/virtualmachine.hxx> @@ -92,6 +92,6 @@ namespace connectivity { namespace jdbc } } // namespace connectivity::jdbc -#endif // CONNECTIVITY_LOCALREF_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LOCALREF_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/io/InputStream.hxx b/connectivity/source/inc/java/io/InputStream.hxx index 6c7c5b4538db..c13a3db87cf9 100644 --- a/connectivity/source/inc/java/io/InputStream.hxx +++ b/connectivity/source/inc/java/io/InputStream.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_IO_INPUTSTREAM_HXX_ -#define _CONNECTIVITY_JAVA_IO_INPUTSTREAM_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_IO_INPUTSTREAM_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_IO_INPUTSTREAM_HXX #include "java/lang/Object.hxx" #include <cppuhelper/implbase1.hxx> @@ -48,6 +48,6 @@ namespace connectivity virtual void SAL_CALL closeInput( ) throw(::com::sun::star::io::NotConnectedException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // _CONNECTIVITY_JAVA_IO_INPUTSTREAM_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_IO_INPUTSTREAM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/io/Reader.hxx b/connectivity/source/inc/java/io/Reader.hxx index 0f334eca72cb..dd1c5c41dcba 100644 --- a/connectivity/source/inc/java/io/Reader.hxx +++ b/connectivity/source/inc/java/io/Reader.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_IO_READER_HXX_ -#define _CONNECTIVITY_JAVA_IO_READER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_IO_READER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_IO_READER_HXX #include "java/lang/Object.hxx" #include <cppuhelper/implbase1.hxx> @@ -48,6 +48,6 @@ namespace connectivity virtual void SAL_CALL closeInput( ) throw(::com::sun::star::io::NotConnectedException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // _CONNECTIVITY_JAVA_IO_READER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_IO_READER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/lang/Boolean.hxx b/connectivity/source/inc/java/lang/Boolean.hxx index 6d3c231caf13..1bb61e09abff 100644 --- a/connectivity/source/inc/java/lang/Boolean.hxx +++ b/connectivity/source/inc/java/lang/Boolean.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_LANG_BOOLEAN_HXX_ -#define _CONNECTIVITY_JAVA_LANG_BOOLEAN_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_BOOLEAN_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_BOOLEAN_HXX #include "java/lang/Object.hxx" @@ -40,7 +40,7 @@ namespace connectivity }; } -#endif // _CONNECTIVITY_JAVA_LANG_BOOLEAN_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_BOOLEAN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/lang/Class.hxx b/connectivity/source/inc/java/lang/Class.hxx index db3d0967db6b..7aeb152b8e3d 100644 --- a/connectivity/source/inc/java/lang/Class.hxx +++ b/connectivity/source/inc/java/lang/Class.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_LANG_CLASS_HXX_ -#define _CONNECTIVITY_JAVA_LANG_CLASS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_CLASS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_CLASS_HXX //************ Class: java.lang.Class @@ -43,6 +43,6 @@ namespace connectivity }; } -#endif // _CONNECTIVITY_JAVA_LANG_CLASS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_CLASS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/lang/Exception.hxx b/connectivity/source/inc/java/lang/Exception.hxx index a30b719c9592..212491952cd2 100644 --- a/connectivity/source/inc/java/lang/Exception.hxx +++ b/connectivity/source/inc/java/lang/Exception.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_LANG_EXCEPTION_HXX_ -#define _CONNECTIVITY_JAVA_LANG_EXCEPTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_EXCEPTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_EXCEPTION_HXX #include "java/lang/Throwable.hxx" @@ -39,6 +39,6 @@ namespace connectivity }; } -#endif // _CONNECTIVITY_JAVA_LANG_EXCEPTION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_EXCEPTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/lang/Object.hxx b/connectivity/source/inc/java/lang/Object.hxx index 628bff320f28..6fa0d3db7995 100644 --- a/connectivity/source/inc/java/lang/Object.hxx +++ b/connectivity/source/inc/java/lang/Object.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_LANG_OBJECT_HXX_ -#define _CONNECTIVITY_JAVA_LANG_OBJECT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_OBJECT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_OBJECT_HXX #include <cstdarg> #include <osl/thread.h> diff --git a/connectivity/source/inc/java/lang/String.hxx b/connectivity/source/inc/java/lang/String.hxx index 5f87ded8fcd8..0d05c3a46876 100644 --- a/connectivity/source/inc/java/lang/String.hxx +++ b/connectivity/source/inc/java/lang/String.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_LANG_STRING_HXX_ -#define _CONNECTIVITY_JAVA_LANG_STRING_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_STRING_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_STRING_HXX #include "java/lang/Object.hxx" @@ -41,6 +41,6 @@ namespace connectivity } -#endif // _CONNECTIVITY_JAVA_LANG_STRING_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_STRING_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/lang/Throwable.hxx b/connectivity/source/inc/java/lang/Throwable.hxx index 7a0cd67ae483..d7377a9be01f 100644 --- a/connectivity/source/inc/java/lang/Throwable.hxx +++ b/connectivity/source/inc/java/lang/Throwable.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_LANG_THROWABLE_HXX_ -#define _CONNECTIVITY_JAVA_LANG_THROWABLE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_THROWABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_THROWABLE_HXX #include "java/lang/Object.hxx" @@ -46,6 +46,6 @@ namespace connectivity static jclass st_getMyClass(); }; } -#endif // _CONNECTIVITY_JAVA_LANG_THROWABLE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_THROWABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/math/BigDecimal.hxx b/connectivity/source/inc/java/math/BigDecimal.hxx index 20213e5cce28..8ccb87dc2c22 100644 --- a/connectivity/source/inc/java/math/BigDecimal.hxx +++ b/connectivity/source/inc/java/math/BigDecimal.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_MATH_BIGDECIMAL_HXX_ -#define _CONNECTIVITY_JAVA_MATH_BIGDECIMAL_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_MATH_BIGDECIMAL_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_MATH_BIGDECIMAL_HXX #include "java/lang/Object.hxx" @@ -40,7 +40,7 @@ namespace connectivity }; } -#endif // _CONNECTIVITY_JAVA_MATH_BIGDECIMAL_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_MATH_BIGDECIMAL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/Array.hxx b/connectivity/source/inc/java/sql/Array.hxx index 55d84ca02585..ed5cb1c3f65c 100644 --- a/connectivity/source/inc/java/sql/Array.hxx +++ b/connectivity/source/inc/java/sql/Array.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_ARRAY_HXX_ -#define _CONNECTIVITY_JAVA_SQL_ARRAY_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_ARRAY_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_ARRAY_HXX #include "java/lang/Object.hxx" #include <com/sun/star/sdbc/XArray.hpp> @@ -51,6 +51,6 @@ namespace connectivity }; } -#endif // _CONNECTIVITY_JAVA_SQL_ARRAY_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_ARRAY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/Blob.hxx b/connectivity/source/inc/java/sql/Blob.hxx index 51dc941d3866..de79fbb0fb41 100644 --- a/connectivity/source/inc/java/sql/Blob.hxx +++ b/connectivity/source/inc/java/sql/Blob.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_BLOB_HXX_ -#define _CONNECTIVITY_JAVA_SQL_BLOB_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_BLOB_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_BLOB_HXX #include "java/lang/Object.hxx" #include <com/sun/star/sdbc/XBlob.hpp> @@ -51,6 +51,6 @@ namespace connectivity virtual sal_Int64 SAL_CALL positionOfBlob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& pattern, sal_Int64 start ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // _CONNECTIVITY_JAVA_SQL_BLOB_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_BLOB_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/CallableStatement.hxx b/connectivity/source/inc/java/sql/CallableStatement.hxx index 59f074f15899..1f5af18905fb 100644 --- a/connectivity/source/inc/java/sql/CallableStatement.hxx +++ b/connectivity/source/inc/java/sql/CallableStatement.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_CALLABLESTATEMENT_HXX_ -#define _CONNECTIVITY_JAVA_SQL_CALLABLESTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_CALLABLESTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_CALLABLESTATEMENT_HXX #include "java/sql/PreparedStatement.hxx" #include <com/sun/star/sdbc/XRow.hpp> @@ -79,6 +79,6 @@ namespace connectivity virtual void SAL_CALL registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // _CONNECTIVITY_JAVA_SQL_CALLABLESTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_CALLABLESTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/Clob.hxx b/connectivity/source/inc/java/sql/Clob.hxx index bd05d1a9e0f6..25d1cee62a44 100644 --- a/connectivity/source/inc/java/sql/Clob.hxx +++ b/connectivity/source/inc/java/sql/Clob.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_CLOB_HXX_ -#define _CONNECTIVITY_JAVA_SQL_CLOB_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_CLOB_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_CLOB_HXX #include "java/lang/Object.hxx" #include <com/sun/star/sdbc/XClob.hpp> @@ -51,6 +51,6 @@ namespace connectivity virtual sal_Int64 SAL_CALL positionOfClob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& pattern, sal_Int64 start ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // _CONNECTIVITY_JAVA_SQL_CLOB_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_CLOB_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/Connection.hxx b/connectivity/source/inc/java/sql/Connection.hxx index a99eb4d56676..704e9d62ae79 100644 --- a/connectivity/source/inc/java/sql/Connection.hxx +++ b/connectivity/source/inc/java/sql/Connection.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_CONNECTION_HXX_ -#define _CONNECTIVITY_JAVA_SQL_CONNECTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_CONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_CONNECTION_HXX #include "java/lang/Object.hxx" #include "TConnection.hxx" @@ -140,6 +140,6 @@ namespace connectivity virtual void SAL_CALL clearWarnings( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // _CONNECTIVITY_JAVA_SQL_CONNECTION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_CONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/ConnectionLog.hxx b/connectivity/source/inc/java/sql/ConnectionLog.hxx index 34dcdac461b0..59ffaaab88cc 100644 --- a/connectivity/source/inc/java/sql/ConnectionLog.hxx +++ b/connectivity/source/inc/java/sql/ConnectionLog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_CONNECTIONLOG_HXX -#define CONNECTIVITY_CONNECTIONLOG_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_CONNECTIONLOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_CONNECTIONLOG_HXX #include <com/sun/star/logging/LogLevel.hpp> @@ -129,6 +129,6 @@ namespace connectivity { namespace java { namespace sql { } } } // namespace connectivity::java::sql -#endif // CONNECTIVITY_CONNECTIONLOG_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_CONNECTIONLOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/DatabaseMetaData.hxx b/connectivity/source/inc/java/sql/DatabaseMetaData.hxx index 7753fda1dca4..84f077f6c0cc 100644 --- a/connectivity/source/inc/java/sql/DatabaseMetaData.hxx +++ b/connectivity/source/inc/java/sql/DatabaseMetaData.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_DATABASEMETADATA_HXX_ -#define _CONNECTIVITY_JAVA_SQL_DATABASEMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_DATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_DATABASEMETADATA_HXX #include "java/lang/Object.hxx" #include "TDatabaseMetaDataBase.hxx" @@ -212,6 +212,6 @@ namespace connectivity const OUString* _pOptionalAdditionalString = NULL); }; } -#endif // _CONNECTIVITY_JAVA_SQL_DATABASEMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_DATABASEMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/Driver.hxx b/connectivity/source/inc/java/sql/Driver.hxx index 4483abbc2b31..068a9aefd475 100644 --- a/connectivity/source/inc/java/sql/Driver.hxx +++ b/connectivity/source/inc/java/sql/Driver.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_DRIVER_HXX_ -#define _CONNECTIVITY_JAVA_SQL_DRIVER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_DRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_DRIVER_HXX #include <com/sun/star/sdbc/XDriver.hpp> #include "java/lang/Object.hxx" @@ -62,6 +62,6 @@ namespace connectivity }; } -#endif //_CONNECTIVITY_JAVA_SQL_DRIVER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_DRIVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx index 49bf97de6d9a..29b90b1659a5 100644 --- a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx +++ b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_DRIVERPOPERTYINFO_HXX_ -#define _CONNECTIVITY_JAVA_SQL_DRIVERPOPERTYINFO_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_DRIVERPROPERTYINFO_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_DRIVERPROPERTYINFO_HXX #include "java/lang/Object.hxx" #include <com/sun/star/sdbc/DriverPropertyInfo.hpp> @@ -49,6 +49,6 @@ namespace connectivity }; } -#endif // _CONNECTIVITY_JAVA_SQL_DRIVERPOPERTYINFO_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_DRIVERPROPERTYINFO_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/JStatement.hxx b/connectivity/source/inc/java/sql/JStatement.hxx index 3c025d0051e2..eeaf7f763ab5 100644 --- a/connectivity/source/inc/java/sql/JStatement.hxx +++ b/connectivity/source/inc/java/sql/JStatement.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_STATEMENT_HXX_ -#define _CONNECTIVITY_JAVA_SQL_STATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_JSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_JSTATEMENT_HXX #include "java/lang/Object.hxx" #include <com/sun/star/sdbc/XStatement.hpp> @@ -207,6 +207,6 @@ namespace connectivity virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // _CONNECTIVITY_JAVA_SQL_STATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_JSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/PreparedStatement.hxx b/connectivity/source/inc/java/sql/PreparedStatement.hxx index 296797c322a3..a35b4626061b 100644 --- a/connectivity/source/inc/java/sql/PreparedStatement.hxx +++ b/connectivity/source/inc/java/sql/PreparedStatement.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_PREPAREDSTATEMENT_HXX_ -#define _CONNECTIVITY_JAVA_SQL_PREPAREDSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_PREPAREDSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_PREPAREDSTATEMENT_HXX #include "java/sql/JStatement.hxx" #include <com/sun/star/sdbc/XPreparedStatement.hpp> @@ -100,6 +100,6 @@ namespace connectivity using java_sql_Statement_Base::execute; }; } -#endif // _CONNECTIVITY_JAVA_SQL_PREPAREDSTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_PREPAREDSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/Ref.hxx b/connectivity/source/inc/java/sql/Ref.hxx index bb4e1eea5fe4..d591bd7cc79f 100644 --- a/connectivity/source/inc/java/sql/Ref.hxx +++ b/connectivity/source/inc/java/sql/Ref.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_REF_HXX_ -#define _CONNECTIVITY_JAVA_SQL_REF_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_REF_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_REF_HXX #include "java/lang/Object.hxx" #include <com/sun/star/sdbc/XRef.hpp> @@ -46,6 +46,6 @@ namespace connectivity virtual OUString SAL_CALL getBaseTypeName( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // _CONNECTIVITY_JAVA_SQL_REF_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_REF_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/ResultSet.hxx b/connectivity/source/inc/java/sql/ResultSet.hxx index 2be6af7ad2d7..87e7ff9378d9 100644 --- a/connectivity/source/inc/java/sql/ResultSet.hxx +++ b/connectivity/source/inc/java/sql/ResultSet.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_RESULTSET_HXX_ -#define _CONNECTIVITY_JAVA_SQL_RESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_RESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_RESULTSET_HXX #include "java/lang/Object.hxx" #include <com/sun/star/sdbc/XResultSet.hpp> @@ -196,6 +196,6 @@ namespace connectivity using ::cppu::OPropertySetHelper::getFastPropertyValue; }; } -#endif // _CONNECTIVITY_JAVA_SQL_RESULTSET_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_RESULTSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/ResultSetMetaData.hxx b/connectivity/source/inc/java/sql/ResultSetMetaData.hxx index 8aabdaec9b5a..c9d8b20c28d7 100644 --- a/connectivity/source/inc/java/sql/ResultSetMetaData.hxx +++ b/connectivity/source/inc/java/sql/ResultSetMetaData.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_RESULTSETMETADATA_HXX_ -#define _CONNECTIVITY_JAVA_SQL_RESULTSETMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_RESULTSETMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_RESULTSETMETADATA_HXX #include "java/lang/Object.hxx" #include <com/sun/star/sdbc/XResultSetMetaData.hpp> @@ -70,6 +70,6 @@ namespace connectivity virtual OUString SAL_CALL getColumnServiceName( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; } -#endif // _CONNECTIVITY_JAVA_SQL_RESULTSETMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_RESULTSETMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/SQLException.hxx b/connectivity/source/inc/java/sql/SQLException.hxx index 438276271afa..6d3219595bbe 100644 --- a/connectivity/source/inc/java/sql/SQLException.hxx +++ b/connectivity/source/inc/java/sql/SQLException.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_SQLEXCEPTION_HXX_ -#define _CONNECTIVITY_JAVA_SQL_SQLEXCEPTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_SQLEXCEPTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_SQLEXCEPTION_HXX #include "java/lang/Exception.hxx" #include <com/sun/star/sdbc/SQLException.hpp> @@ -56,6 +56,6 @@ namespace connectivity }; } -#endif // _CONNECTIVITY_JAVA_SQL_SQLEXCEPTION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_SQLEXCEPTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/SQLWarning.hxx b/connectivity/source/inc/java/sql/SQLWarning.hxx index 4a8927cab37b..c7b5cce9e58d 100644 --- a/connectivity/source/inc/java/sql/SQLWarning.hxx +++ b/connectivity/source/inc/java/sql/SQLWarning.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_SQLWARNING_HXX_ -#define _CONNECTIVITY_JAVA_SQL_SQLWARNING_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_SQLWARNING_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_SQLWARNING_HXX #include "java/sql/SQLException.hxx" @@ -49,6 +49,6 @@ namespace connectivity : java_sql_SQLException(_rW,_rContext) {} }; } -#endif // _CONNECTIVITY_JAVA_SQL_SQLWARNING_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_SQLWARNING_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/sql/Timestamp.hxx b/connectivity/source/inc/java/sql/Timestamp.hxx index 8654c41df119..af5eaa2dfd3f 100644 --- a/connectivity/source/inc/java/sql/Timestamp.hxx +++ b/connectivity/source/inc/java/sql/Timestamp.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_SQL_TIMESTAMP_HXX_ -#define _CONNECTIVITY_JAVA_SQL_TIMESTAMP_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_TIMESTAMP_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_TIMESTAMP_HXX #include "java/util/Date.hxx" #include <com/sun/star/util/Time.hpp> @@ -85,6 +85,6 @@ namespace connectivity static jclass st_getMyClass(); }; } -#endif // _CONNECTIVITY_JAVA_SQL_TIMESTAMP_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_SQL_TIMESTAMP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/tools.hxx b/connectivity/source/inc/java/tools.hxx index a4e3a416ab33..79ad248bfa16 100644 --- a/connectivity/source/inc/java/tools.hxx +++ b/connectivity/source/inc/java/tools.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_TOOLS_HXX_ -#define _CONNECTIVITY_JAVA_TOOLS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_TOOLS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_TOOLS_HXX #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/uno/Sequence.h> @@ -78,6 +78,6 @@ namespace connectivity jobject createCharArrayReader(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& x,sal_Int32 length); } -#endif // _CONNECTIVITY_JAVA_TOOLS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_TOOLS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/util/Date.hxx b/connectivity/source/inc/java/util/Date.hxx index 6a5b312f2b56..1a8b20759697 100644 --- a/connectivity/source/inc/java/util/Date.hxx +++ b/connectivity/source/inc/java/util/Date.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_JAVA_UTIL_DATE_HXX_ -#define _CONNECTIVITY_JAVA_UTIL_DATE_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_UTIL_DATE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_UTIL_DATE_HXX #include "java/lang/Object.hxx" #include <com/sun/star/util/Date.hpp> @@ -42,6 +42,6 @@ namespace connectivity java_util_Date( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){} }; } -#endif // _CONNECTIVITY_JAVA_UTIL_DATE_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_UTIL_DATE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/java/util/Property.hxx b/connectivity/source/inc/java/util/Property.hxx index 6947c8883b9d..191c250fa434 100644 --- a/connectivity/source/inc/java/util/Property.hxx +++ b/connectivity/source/inc/java/util/Property.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_java_util_Properties -#define CONNECTIVITY_java_util_Properties +#ifndef CONNECTIVITY_java_util_Properties_HXX +#define CONNECTIVITY_java_util_Properties_HXX #include "java/lang/Object.hxx" @@ -38,6 +38,6 @@ namespace connectivity }; } -#endif // CONNECTIVITY_java_util_Properties +#endif // CONNECTIVITY_java_util_Properties_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/mysql/YCatalog.hxx b/connectivity/source/inc/mysql/YCatalog.hxx index d4b11aa33645..b817af744b23 100644 --- a/connectivity/source/inc/mysql/YCatalog.hxx +++ b/connectivity/source/inc/mysql/YCatalog.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_MYSQL_CATALOG_HXX -#define CONNECTIVITY_MYSQL_CATALOG_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCATALOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCATALOG_HXX #include "connectivity/sdbcx/VCatalog.hxx" #include "connectivity/StdTypeDefs.hxx" @@ -60,6 +60,6 @@ namespace connectivity }; } } -#endif // CONNECTIVITY_MYSQL_CATALOG_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCATALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/mysql/YColumns.hxx b/connectivity/source/inc/mysql/YColumns.hxx index 7810fadf891c..dc65c10648f0 100644 --- a/connectivity/source/inc/mysql/YColumns.hxx +++ b/connectivity/source/inc/mysql/YColumns.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_MYSQL_COLUMN_HXX -#define CONNECTIVITY_MYSQL_COLUMN_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCOLUMNS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCOLUMNS_HXX #include "connectivity/TColumnsHelper.hxx" #include "connectivity/sdbcx/VColumn.hxx" @@ -58,6 +58,6 @@ namespace connectivity }; } } -#endif // CONNECTIVITY_MYSQL_COLUMN_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCOLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/mysql/YDriver.hxx b/connectivity/source/inc/mysql/YDriver.hxx index e0f7da0f1f1c..25f3eda10d24 100644 --- a/connectivity/source/inc/mysql/YDriver.hxx +++ b/connectivity/source/inc/mysql/YDriver.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_MYSQL_DRIVER_HXX -#define CONNECTIVITY_MYSQL_DRIVER_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YDRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YDRIVER_HXX #include <sal/config.h> @@ -110,6 +110,6 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_MYSQL_DRIVER_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YDRIVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/mysql/YTable.hxx b/connectivity/source/inc/mysql/YTable.hxx index ba53a8bdb709..9356a789aee8 100644 --- a/connectivity/source/inc/mysql/YTable.hxx +++ b/connectivity/source/inc/mysql/YTable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_MYSQL_TABLE_HXX -#define CONNECTIVITY_MYSQL_TABLE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLE_HXX #include "connectivity/TTableHelper.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -116,6 +116,6 @@ namespace connectivity }; } } -#endif // CONNECTIVITY_MYSQL_TABLE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/mysql/YTables.hxx b/connectivity/source/inc/mysql/YTables.hxx index 441c31e3a7f0..9a9f8aa643b5 100644 --- a/connectivity/source/inc/mysql/YTables.hxx +++ b/connectivity/source/inc/mysql/YTables.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_MYSQL_TABLES_HXX -#define CONNECTIVITY_MYSQL_TABLES_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLES_HXX #include "connectivity/sdbcx/VCollection.hxx" #include "connectivity/SQLStatementHelper.hxx" @@ -76,6 +76,6 @@ namespace connectivity }; } } -#endif // CONNECTIVITY_MYSQL_TABLES_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/mysql/YUser.hxx b/connectivity/source/inc/mysql/YUser.hxx index 5ff2374608a3..30390a0359f0 100644 --- a/connectivity/source/inc/mysql/YUser.hxx +++ b/connectivity/source/inc/mysql/YUser.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MYSQL_USER_HXX_ -#define _CONNECTIVITY_MYSQL_USER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSER_HXX #include "connectivity/sdbcx/VUser.hxx" #include "com/sun/star/sdbc/XConnection.hpp" @@ -70,6 +70,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MYSQL_USER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/mysql/YUsers.hxx b/connectivity/source/inc/mysql/YUsers.hxx index fa655ffa962f..9a327e2e6968 100644 --- a/connectivity/source/inc/mysql/YUsers.hxx +++ b/connectivity/source/inc/mysql/YUsers.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MYSQL_USERS_HXX_ -#define _CONNECTIVITY_MYSQL_USERS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSERS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSERS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include "com/sun/star/sdbc/XConnection.hpp" @@ -50,6 +50,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_MYSQL_USERS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSERS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/mysql/YViews.hxx b/connectivity/source/inc/mysql/YViews.hxx index 34e050c9f6a8..c1b1b8e8638d 100644 --- a/connectivity/source/inc/mysql/YViews.hxx +++ b/connectivity/source/inc/mysql/YViews.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_MYSQL_VIEWS_HXX_ -#define _CONNECTIVITY_MYSQL_VIEWS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YVIEWS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YVIEWS_HXX #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> @@ -52,6 +52,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MYSQL_VIEWS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YVIEWS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/odbc/OBoundParam.hxx b/connectivity/source/inc/odbc/OBoundParam.hxx index ce09e86def23..4c0eaccb8243 100644 --- a/connectivity/source/inc/odbc/OBoundParam.hxx +++ b/connectivity/source/inc/odbc/OBoundParam.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_OBOUNPARAM_HXX_ -#define _CONNECTIVITY_OBOUNPARAM_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OBOUNDPARAM_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OBOUNDPARAM_HXX #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/sdbc/DataType.hpp> @@ -181,6 +181,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_OBOUNPARAM_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OBOUNDPARAM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/odbc/OConnection.hxx b/connectivity/source/inc/odbc/OConnection.hxx index ade4b76e53ad..43a67a1392de 100644 --- a/connectivity/source/inc/odbc/OConnection.hxx +++ b/connectivity/source/inc/odbc/OConnection.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ODBC_OCONNECTION_HXX_ -#define _CONNECTIVITY_ODBC_OCONNECTION_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OCONNECTION_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OCONNECTION_HXX #include <com/sun/star/sdbc/SQLWarning.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -144,6 +144,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ODBC_OCONNECTION_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OCONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/odbc/ODatabaseMetaData.hxx b/connectivity/source/inc/odbc/ODatabaseMetaData.hxx index 3b40e4455b32..f541dcb90978 100644 --- a/connectivity/source/inc/odbc/ODatabaseMetaData.hxx +++ b/connectivity/source/inc/odbc/ODatabaseMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ODBC_ODATABASEMETADATA_HXX_ -#define _CONNECTIVITY_ODBC_ODATABASEMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ODATABASEMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ODATABASEMETADATA_HXX #include "odbc/OConnection.hxx" #include "odbc/odbcbasedllapi.hxx" @@ -212,6 +212,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ODBC_ODATABASEMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ODATABASEMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx b/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx index c76e81bb0a1c..51f75a7b6a84 100644 --- a/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx +++ b/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ODBC_ADATABASEMETADATARESULTSET_HXX_ -#define _CONNECTIVITY_ODBC_ADATABASEMETADATARESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ODATABASEMETADATARESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ODATABASEMETADATARESULTSET_HXX #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XRow.hpp> @@ -228,6 +228,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_ADO_ADATABASEMETADATARESULTSET_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ODATABASEMETADATARESULTSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/odbc/ODriver.hxx b/connectivity/source/inc/odbc/ODriver.hxx index 8d372c87b110..138974d16c8c 100644 --- a/connectivity/source/inc/odbc/ODriver.hxx +++ b/connectivity/source/inc/odbc/ODriver.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ODBC_ODRIVER_HXX_ -#define _CONNECTIVITY_ODBC_ODRIVER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ODRIVER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ODRIVER_HXX #include <com/sun/star/sdbc/XDriver.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -77,7 +77,7 @@ namespace connectivity } } -#endif //_CONNECTIVITY_ODBC_ODRIVER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ODRIVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/odbc/OFunctiondefs.hxx b/connectivity/source/inc/odbc/OFunctiondefs.hxx index 8d18930c915d..e77b08e6b02c 100644 --- a/connectivity/source/inc/odbc/OFunctiondefs.hxx +++ b/connectivity/source/inc/odbc/OFunctiondefs.hxx @@ -18,8 +18,8 @@ */ -#ifndef _CONNECTIVITY_OFUNCTIONDEFS_HXX_ -#define _CONNECTIVITY_OFUNCTIONDEFS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONDEFS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONDEFS_HXX #if defined(WNT) @@ -98,7 +98,7 @@ #define SQL_C_TCHAR SQL_C_CHAR #endif -#endif // _CONNECTIVITY_OFUNCTIONDEFS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONDEFS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/odbc/OFunctions.hxx b/connectivity/source/inc/odbc/OFunctions.hxx index 23fe63e588b9..1ead6bb93481 100644 --- a/connectivity/source/inc/odbc/OFunctions.hxx +++ b/connectivity/source/inc/odbc/OFunctions.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ODBC_OFUNCTIONS_HXX_ -#define _CONNECTIVITY_ODBC_OFUNCTIONS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONS_HXX #include "odbc/OFunctiondefs.hxx" #include <rtl/ustring.hxx> @@ -543,7 +543,7 @@ bool LoadLibrary_ODBC3(OUString &_rPath); #define N3SQLNativeSql(a,b,c,d,e,f) (*(T3SQLNativeSql)getOdbcFunction(ODBC3SQLNativeSql))(a,b,c,d,e,f) } -#endif // _CONNECTIVITY_ODBC_OFUNCTIONS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/odbc/OPreparedStatement.hxx b/connectivity/source/inc/odbc/OPreparedStatement.hxx index 5be9ad902e1a..3f229838f201 100644 --- a/connectivity/source/inc/odbc/OPreparedStatement.hxx +++ b/connectivity/source/inc/odbc/OPreparedStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ODBC_OPREPAREDSTATEMENT_HXX_ -#define _CONNECTIVITY_ODBC_OPREPAREDSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OPREPAREDSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OPREPAREDSTATEMENT_HXX #include "odbc/odbcbasedllapi.hxx" #include "odbc/OStatement.hxx" @@ -156,6 +156,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ODBC_OPREPAREDSTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OPREPAREDSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/odbc/OResultSet.hxx b/connectivity/source/inc/odbc/OResultSet.hxx index 69b78debee0e..416a14d926f8 100644 --- a/connectivity/source/inc/odbc/OResultSet.hxx +++ b/connectivity/source/inc/odbc/OResultSet.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ODBC_ORESULTSET_HXX_ -#define _CONNECTIVITY_ODBC_ORESULTSET_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ORESULTSET_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ORESULTSET_HXX #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XRow.hpp> @@ -339,7 +339,7 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ODBC_ORESULTSET_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ORESULTSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/odbc/OResultSetMetaData.hxx b/connectivity/source/inc/odbc/OResultSetMetaData.hxx index bf8a86b77986..7a744acb8ed3 100644 --- a/connectivity/source/inc/odbc/OResultSetMetaData.hxx +++ b/connectivity/source/inc/odbc/OResultSetMetaData.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ODBC_ORESULTSETMETADATA_HXX_ -#define _CONNECTIVITY_ODBC_ORESULTSETMETADATA_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ORESULTSETMETADATA_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ORESULTSETMETADATA_HXX #include <com/sun/star/sdbc/XResultSetMetaData.hpp> #include <cppuhelper/implbase1.hxx> @@ -112,6 +112,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ODBC_ORESULTSETMETADATA_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ORESULTSETMETADATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/odbc/OStatement.hxx b/connectivity/source/inc/odbc/OStatement.hxx index ce3d94d5dc4a..8ba5ee8ce065 100644 --- a/connectivity/source/inc/odbc/OStatement.hxx +++ b/connectivity/source/inc/odbc/OStatement.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_ODBC_OSTATEMENT_HXX_ -#define _CONNECTIVITY_ODBC_OSTATEMENT_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OSTATEMENT_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OSTATEMENT_HXX #include <com/sun/star/sdbc/XStatement.hpp> #include <com/sun/star/sdbc/XWarningsSupplier.hpp> @@ -237,6 +237,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ODBC_OSTATEMENT_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OSTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/odbc/OTools.hxx b/connectivity/source/inc/odbc/OTools.hxx index 312713261719..d9b812763ebc 100644 --- a/connectivity/source/inc/odbc/OTools.hxx +++ b/connectivity/source/inc/odbc/OTools.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_OTOOLS_HXX_ -#define _CONNECTIVITY_OTOOLS_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OTOOLS_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OTOOLS_HXX #include "odbc/OFunctiondefs.hxx" #include "odbc/odbcbasedllapi.hxx" @@ -233,6 +233,6 @@ namespace connectivity } } -#endif // _CONNECTIVITY_OTOOLS_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OTOOLS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/inc/resource/sharedresources.hxx b/connectivity/source/inc/resource/sharedresources.hxx index 0d41ebcfdc4e..3ce955535560 100644 --- a/connectivity/source/inc/resource/sharedresources.hxx +++ b/connectivity/source/inc/resource/sharedresources.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_SHAREDRESOURCES_HXX -#define CONNECTIVITY_SHAREDRESOURCES_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_RESOURCE_SHAREDRESOURCES_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_RESOURCE_SHAREDRESOURCES_HXX #include <rtl/ustring.hxx> #include <list> @@ -149,6 +149,6 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_SHAREDRESOURCES_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_RESOURCE_SHAREDRESOURCES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/manager/mdrivermanager.hxx b/connectivity/source/manager/mdrivermanager.hxx index c8245803b782..8f560a4953ba 100644 --- a/connectivity/source/manager/mdrivermanager.hxx +++ b/connectivity/source/manager/mdrivermanager.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_DRIVERMANAGER_HXX_ -#define _CONNECTIVITY_DRIVERMANAGER_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_MANAGER_MDRIVERMANAGER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_MANAGER_MDRIVERMANAGER_HXX #include <sal/config.h> @@ -132,7 +132,7 @@ namespace drivermanager } // namespace drivermanager -#endif // _CONNECTIVITY_DRIVERMANAGER_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_MANAGER_MDRIVERMANAGER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/simpledbt/charset_s.hxx b/connectivity/source/simpledbt/charset_s.hxx index 1004abc756c1..80c09d8f258c 100644 --- a/connectivity/source/simpledbt/charset_s.hxx +++ b/connectivity/source/simpledbt/charset_s.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_DBTOOLS_CHARSET_S_HXX -#define CONNECTIVITY_DBTOOLS_CHARSET_S_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_CHARSET_S_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_CHARSET_S_HXX #include <connectivity/virtualdbtools.hxx> #include "refbase.hxx" @@ -56,6 +56,6 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_DBTOOLS_CHARSET_S_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_CHARSET_S_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/simpledbt/dbtfactory.hxx b/connectivity/source/simpledbt/dbtfactory.hxx index 5346080336d1..f4722b7dd95a 100644 --- a/connectivity/source/simpledbt/dbtfactory.hxx +++ b/connectivity/source/simpledbt/dbtfactory.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_DBTOOLS_DBTFACTORY_HXX -#define CONNECTIVITY_DBTOOLS_DBTFACTORY_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_DBTFACTORY_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_DBTFACTORY_HXX #include <connectivity/virtualdbtools.hxx> #include "refbase.hxx" @@ -69,6 +69,6 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_DBTOOLS_DBTFACTORY_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_DBTFACTORY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/simpledbt/parsenode_s.hxx b/connectivity/source/simpledbt/parsenode_s.hxx index 7e9fcbb42e83..6e5387d5a09f 100644 --- a/connectivity/source/simpledbt/parsenode_s.hxx +++ b/connectivity/source/simpledbt/parsenode_s.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_PARSENODE_SIMPLE_HXX -#define CONNECTIVITY_PARSENODE_SIMPLE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_PARSENODE_S_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_PARSENODE_S_HXX #include <connectivity/virtualdbtools.hxx> #include "refbase.hxx" @@ -69,7 +69,7 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_PARSENODE_SIMPLE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_PARSENODE_S_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/simpledbt/parser_s.hxx b/connectivity/source/simpledbt/parser_s.hxx index 496fd415b7d4..50994fe8ca46 100644 --- a/connectivity/source/simpledbt/parser_s.hxx +++ b/connectivity/source/simpledbt/parser_s.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_DBTOOLS_PARSER_SIMPLE_HXX -#define CONNECTIVITY_DBTOOLS_PARSER_SIMPLE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_PARSER_S_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_PARSER_S_HXX #include <connectivity/virtualdbtools.hxx> #include "refbase.hxx" @@ -61,7 +61,7 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_DBTOOLS_PARSER_SIMPLE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_PARSER_S_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/simpledbt/refbase.hxx b/connectivity/source/simpledbt/refbase.hxx index ac0866e09670..19c72c639a41 100644 --- a/connectivity/source/simpledbt/refbase.hxx +++ b/connectivity/source/simpledbt/refbase.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_DBTOOLS_REFBASE_HXX -#define CONNECTIVITY_DBTOOLS_REFBASE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_REFBASE_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_REFBASE_HXX #include <rtl/ref.hxx> @@ -48,7 +48,7 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_DBTOOLS_REFBASE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_REFBASE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/simpledbt/staticdbtools_s.hxx b/connectivity/source/simpledbt/staticdbtools_s.hxx index 3eb9590e34c6..ad1fb96cd47e 100644 --- a/connectivity/source/simpledbt/staticdbtools_s.hxx +++ b/connectivity/source/simpledbt/staticdbtools_s.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_STATIC_DBTOOLS_SIMPLE_HXX -#define CONNECTIVITY_STATIC_DBTOOLS_SIMPLE_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_STATICDBTOOLS_S_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_STATICDBTOOLS_S_HXX #include <connectivity/virtualdbtools.hxx> #include "refbase.hxx" @@ -194,6 +194,6 @@ namespace connectivity } // namespace connectivity -#endif // CONNECTIVITY_STATIC_DBTOOLS_SIMPLE_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_SIMPLEDBT_STATICDBTOOLS_S_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |