summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/lang/Exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/lang/Exception.hxx')
-rw-r--r--connectivity/source/inc/java/lang/Exception.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/java/lang/Exception.hxx b/connectivity/source/inc/java/lang/Exception.hxx
index a30b719c9592..212491952cd2 100644
--- a/connectivity/source/inc/java/lang/Exception.hxx
+++ b/connectivity/source/inc/java/lang/Exception.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_JAVA_LANG_EXCEPTION_HXX_
-#define _CONNECTIVITY_JAVA_LANG_EXCEPTION_HXX_
+#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_EXCEPTION_HXX
+#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_EXCEPTION_HXX
#include "java/lang/Throwable.hxx"
@@ -39,6 +39,6 @@ namespace connectivity
};
}
-#endif // _CONNECTIVITY_JAVA_LANG_EXCEPTION_HXX_
+#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_LANG_EXCEPTION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */