summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/OTypeInfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/OTypeInfo.hxx')
-rw-r--r--connectivity/source/inc/OTypeInfo.hxx6
1 files changed, 3 insertions, 3 deletions
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 <com/sun/star/sdbc/ColumnSearch.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
@@ -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: */