From 0bd7f12d41567842b1e31514e1d84340d90f5b42 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 23 Oct 2013 19:17:00 +0200 Subject: fixincludeguards.sh: include/c* Change-Id: Icba422d99836518a1b662b15144bc9334bed1473 --- include/connectivity/TKey.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/connectivity/TKey.hxx') diff --git a/include/connectivity/TKey.hxx b/include/connectivity/TKey.hxx index 9b24e41c3126..51b944cea6e4 100644 --- a/include/connectivity/TKey.hxx +++ b/include/connectivity/TKey.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_TKEY_HXX -#define CONNECTIVITY_TKEY_HXX +#ifndef INCLUDED_CONNECTIVITY_TKEY_HXX +#define INCLUDED_CONNECTIVITY_TKEY_HXX #include "connectivity/dbtoolsdllapi.hxx" #include @@ -41,7 +41,7 @@ namespace connectivity inline OTableHelper* getTable() const { return m_pTable; } }; } -#endif // CONNECTIVITY_TKEY_HXX +#endif // INCLUDED_CONNECTIVITY_TKEY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit