From c2034f3993ab0e6f4550f3059b3229bc319b6b56 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 3 Jun 2014 11:20:22 +0200 Subject: fixincludeguards: fix include guards Change-Id: Ie6e8d4272b0b1d0d2ce93bcbc2e818a9eac1a56b Reviewed-on: https://gerrit.libreoffice.org/9629 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- connectivity/source/inc/OTypeInfo.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity/source/inc/OTypeInfo.hxx') diff --git a/connectivity/source/inc/OTypeInfo.hxx b/connectivity/source/inc/OTypeInfo.hxx index 8df9ed0d761e..12a96580ca43 100644 --- a/connectivity/source/inc/OTypeInfo.hxx +++ b/connectivity/source/inc/OTypeInfo.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONNECTIVITY_OTYPEINFO_HXX_ -#define _CONNECTIVITY_OTYPEINFO_HXX_ +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_OTYPEINFO_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_OTYPEINFO_HXX #include #include @@ -78,7 +78,7 @@ namespace connectivity inline OUString getDBName() const { return aTypeName; } }; } -#endif // _CONNECTIVITY_OTYPEINFO_HXX_ +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_OTYPEINFO_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit