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