summaryrefslogtreecommitdiff
path: root/vcl/inc/accel.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/accel.h')
-rw-r--r--vcl/inc/accel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/accel.h b/vcl/inc/accel.h
index 2225e29b587e..b2bef1ac8a6e 100644
--- a/vcl/inc/accel.h
+++ b/vcl/inc/accel.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_ACCEL_H
-#define _SV_ACCEL_H
+#ifndef INCLUDED_VCL_INC_ACCEL_H
+#define INCLUDED_VCL_INC_ACCEL_H
#include <tools/solar.h>
#include <vcl/keycod.hxx>
@@ -37,6 +37,6 @@ public:
void ImplGetKeyCode( KeyFuncType eFunc, sal_uInt16& rCode1, sal_uInt16& rCode2, sal_uInt16& rCode3, sal_uInt16& rCode4 );
-#endif // _SV_ACCEL_H
+#endif // INCLUDED_VCL_INC_ACCEL_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */