[Libreoffice-commits] core.git: bridges/source winaccessibility/source
Thomas Arnhold
thomas at arnhold.org
Sun May 18 05:32:43 PDT 2014
bridges/source/jni_uno/jni_bridge.h | 4 ++--
winaccessibility/source/UAccCOM/acccommon.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit a7eae9c280d860ca12b6300539404bec16700a7b
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Sun May 18 13:44:01 2014 +0200
fix some header guards
Change-Id: Id2c15eba3f70cd8f1ae8869bc0838aef13cd96ee
diff --git a/bridges/source/jni_uno/jni_bridge.h b/bridges/source/jni_uno/jni_bridge.h
index 049f1e5..5779ae7 100644
--- a/bridges/source/jni_uno/jni_bridge.h
+++ b/bridges/source/jni_uno/jni_bridge.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_JNI_BRIDGE_H
-#define INCLUDED_JNI_BRIDGE_H
+#ifndef INCLUDED_BRIDGES_SOURCE_JNI_UNO_JNI_BRIDGE_H
+#define INCLUDED_BRIDGES_SOURCE_JNI_UNO_JNI_BRIDGE_H
#include "jni_base.h"
#include "jni_info.h"
diff --git a/winaccessibility/source/UAccCOM/acccommon.h b/winaccessibility/source/UAccCOM/acccommon.h
index 2f6b5d6..b3458d0 100644
--- a/winaccessibility/source/UAccCOM/acccommon.h
+++ b/winaccessibility/source/UAccCOM/acccommon.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ACCCOMMON_H_
-#define __ACCCOMMON_H_
+#ifndef INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCCOMMON_H
+#define INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCCOMMON_H
//for MAccessible.cxx
struct ltComp
More information about the Libreoffice-commits
mailing list