summaryrefslogtreecommitdiff
path: root/include/vcl/keycodes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/keycodes.hxx')
-rw-r--r--include/vcl/keycodes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/keycodes.hxx b/include/vcl/keycodes.hxx
index cfa23649e194..b6a1b4ad44d4 100644
--- a/include/vcl/keycodes.hxx
+++ b/include/vcl/keycodes.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_KEYCODES_HXX
-#define _SV_KEYCODES_HXX
+#ifndef INCLUDED_VCL_KEYCODES_HXX
+#define INCLUDED_VCL_KEYCODES_HXX
#include <tools/solar.h>
#include <rsc/rsc-vcl-shared-types.hxx>
@@ -181,6 +181,6 @@
#define INDICATOR_NUMLOCK 0x0002
#define INDICATOR_SCROLLLOCK 0x0004
-#endif // _SV_KEYCODES_HXX
+#endif // INCLUDED_VCL_KEYCODES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */