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