summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/i18n_xkb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/i18n_xkb.hxx')
-rw-r--r--vcl/inc/unx/i18n_xkb.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/unx/i18n_xkb.hxx b/vcl/inc/unx/i18n_xkb.hxx
index d22f02b2a9cb..2c5f13942ca9 100644
--- a/vcl/inc/unx/i18n_xkb.hxx
+++ b/vcl/inc/unx/i18n_xkb.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SAL_I18N_XKBDEXTENSION_HXX
-#define _SAL_I18N_XKBDEXTENSION_HXX
+#ifndef INCLUDED_VCL_INC_UNX_I18N_XKB_HXX
+#define INCLUDED_VCL_INC_UNX_I18N_XKB_HXX
#include <sal/types.h>
#include <vclpluginapi.h>
@@ -89,6 +89,6 @@ SalI18N_KeyboardExtension::GetEventBase() const
return mnEventBase;
}
-#endif // _SAL_I18N_XKBDEXTENSION_HXX
+#endif // INCLUDED_VCL_INC_UNX_I18N_XKB_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */