diff options
Diffstat (limited to 'connectivity/source/inc/ado/AIndexes.hxx')
-rw-r--r-- | connectivity/source/inc/ado/AIndexes.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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: */ |