summaryrefslogtreecommitdiffstats
path: root/vcl/inc/android
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/android')
-rw-r--r--vcl/inc/android/androidinst.hxx6
-rw-r--r--vcl/inc/android/svsys.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx
index 64dfc6a5656b..76067efeac01 100644
--- a/vcl/inc/android/androidinst.hxx
+++ b/vcl/inc/android/androidinst.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef ANDROID_SALINST_H
-#define ANDROID_SALINST_H
+#ifndef INCLUDED_VCL_INC_ANDROID_ANDROIDINST_HXX
+#define INCLUDED_VCL_INC_ANDROID_ANDROIDINST_HXX
#include <jni.h>
#include <android/input.h>
@@ -48,6 +48,6 @@ public:
void damaged(AndroidSalFrame *frame);
};
-#endif // ANDROID_SALINST_H
+#endif // INCLUDED_VCL_INC_ANDROID_ANDROIDINST_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/inc/android/svsys.h b/vcl/inc/android/svsys.h
index a9df68ac9d9e..25fac687d6ac 100644
--- a/vcl/inc/android/svsys.h
+++ b/vcl/inc/android/svsys.h
@@ -7,12 +7,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _VCL_ANDROID_SVSYS_H
-#define _VCL_ANDROID_SVSYS_H
+#ifndef INCLUDED_VCL_INC_ANDROID_SVSYS_H
+#define INCLUDED_VCL_INC_ANDROID_SVSYS_H
// ?
-#endif // _VCL_ANDROID_SVSYS_H
+#endif // INCLUDED_VCL_INC_ANDROID_SVSYS_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */