summaryrefslogtreecommitdiff
path: root/i18npool/source/collator/gencoll_rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/collator/gencoll_rule.cxx')
-rw-r--r--i18npool/source/collator/gencoll_rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/collator/gencoll_rule.cxx b/i18npool/source/collator/gencoll_rule.cxx
index 88b8b50ea423..2056008d475c 100644
--- a/i18npool/source/collator/gencoll_rule.cxx
+++ b/i18npool/source/collator/gencoll_rule.cxx
@@ -50,7 +50,7 @@ static void data_write(char* file, char* name, sal_uInt8 *data, sal_Int32 len)
fprintf(fp, "\nextern \"C\" {\n");
// generate main dict. data array
- fprintf(fp, "\nstatic const sal_uInt8 %s[] = {", name);
+ fprintf(fp, "\nalignas(4) static const sal_uInt8 %s[] = {", name);
sal_Int32 count = 0;
for (sal_Int32 i = 0; i < len; i++) {