Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / liborcus / liborcus_newline.patch.1
blob5b2038d5cc12c77319e145825dc810a3ebd3199a
1 Add newline at end of KRHangulMapping.h
3 without this, compiling output of GCC 11 -E -fdirectives-only fails with:
5 ooxml_tokens.inl:3524:32: error: stray '#' in program
7 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100392
9 --- liborcus/src/liborcus/ooxml_tokens.inl.orig 2021-05-01 18:12:37.490131155 +0200
10 +++ liborcus/src/liborcus/ooxml_tokens.inl      2021-05-01 18:12:50.994119453 +0200
11 @@ -3521,4 +3521,4 @@
12      "zoomToFit"  // 3517
13  };
15 -size_t token_name_count = 3518;
16 \ No newline at end of file
17 +size_t token_name_count = 3518;