summaryrefslogtreecommitdiff
path: root/include/vcl/accel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/accel.hxx')
-rw-r--r--include/vcl/accel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/accel.hxx b/include/vcl/accel.hxx
index 491634f6b432..c206e35d00d8 100644
--- a/include/vcl/accel.hxx
+++ b/include/vcl/accel.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_ACCEL_HXX
-#define _SV_ACCEL_HXX
+#ifndef INCLUDED_VCL_ACCEL_HXX
+#define INCLUDED_VCL_ACCEL_HXX
#include <tools/solar.h>
#include <vcl/dllapi.h>
@@ -100,6 +100,6 @@ public:
Accelerator& operator=( const Accelerator& rAccel );
};
-#endif // _SV_ACCEL_HXX
+#endif // INCLUDED_VCL_ACCEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */