hwpfilter/source/fontmap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4f36a2fbe6287281122aff2e781b9b7de9a41b88 Author: Stephan Bergmann <[email protected]> Date: Mon Jan 9 21:57:02 2017 +0100 loplugin:externvar Change-Id: Iedb9b26dbe33d447de309a763eaeeeb57d1fcdd1 diff --git a/hwpfilter/source/fontmap.cxx b/hwpfilter/source/fontmap.cxx index 7207e75..6ef93e7 100644 --- a/hwpfilter/source/fontmap.cxx +++ b/hwpfilter/source/fontmap.cxx @@ -134,7 +134,7 @@ const char* const RepFontTab[] = "\xb9\xe9\xb9\xac \xc7\xec\xb5\xe5\xb6\xf3\xc0\xce" /* 3 */ }; #else -const char* RepFontTab[] = +const char* const RepFontTab[] = { "Batang", /* 0 */ "Dotum", /* 1 */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
