diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:10:20 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:29 +0200 |
commit | d0df04f299a6634075c8410f5c5e01e57f6fae68 (patch) | |
tree | 7cacb79da6755992b4617bdb5deefc2085d645c3 /include/vcl/keycodes.hxx | |
parent | b95ee1be9b45352344b090d5b97e25f75b353c52 (diff) |
fixincludeguards.sh: include/vcl
Change-Id: Iaea4396f60aeade5303bf83a4504ad62f161b83c
Diffstat (limited to 'include/vcl/keycodes.hxx')
-rw-r--r-- | include/vcl/keycodes.hxx | 6 |
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: */ |