summaryrefslogtreecommitdiffstats
path: root/vcl/inc/unx/i18n_cb.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 04:06:23 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:20 +0100
commite22242fddb73f5eadb11f340c314bbc4a6cfe361 (patch)
treeecb44159350783558370b18569b247c3a1d8e224 /vcl/inc/unx/i18n_cb.hxx
parentfixincludeguards.sh: basic (diff)
downloadcore-e22242fddb73f5eadb11f340c314bbc4a6cfe361.tar.gz
core-e22242fddb73f5eadb11f340c314bbc4a6cfe361.zip
fixincludeguards.sh: vcl
Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012
Diffstat (limited to 'vcl/inc/unx/i18n_cb.hxx')
-rw-r--r--vcl/inc/unx/i18n_cb.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/unx/i18n_cb.hxx b/vcl/inc/unx/i18n_cb.hxx
index 74276caf1e20..4d13799dbd0a 100644
--- a/vcl/inc/unx/i18n_cb.hxx
+++ b/vcl/inc/unx/i18n_cb.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SAL_I18N_CALLBACK_HXX
-#define _SAL_I18N_CALLBACK_HXX
+#ifndef INCLUDED_VCL_INC_UNX_I18N_CB_HXX
+#define INCLUDED_VCL_INC_UNX_I18N_CB_HXX
#include <salwtype.hxx>
#include <vector>
@@ -80,6 +80,6 @@ typedef struct {
std::vector< sal_uInt16 > aInputFlags;
} preedit_data_t;
-#endif /* _SAL_I18N_CALLBACK_HXX */
+#endif // INCLUDED_VCL_INC_UNX_I18N_CB_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */