office-gobmx/hwpfilter
Muhammet Kara c691aed634 clang-format f*,h* with under 5-percent lines of change
Files which could become clang-format conformant with
under 5-percent lines of change relative to the total
count of lines in the file are found by using bin/find-clang-format.py,
and fixed with /opt/lo/bin/clang-format -i <path-of-the-file>

There will be follow-up patches to fix all 'under-5-percent' files.

Change-Id: I702c09bcd3a9a113b3d66c30edb6cf3b7e6a6593
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88776
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-02-16 14:10:39 +01:00
..
inc/pch make bin/update_pch.s always include code in trivial #if's 2019-10-18 11:00:04 +02:00
qa/cppunit
source clang-format f*,h* with under 5-percent lines of change 2020-02-16 14:10:39 +01:00
CppunitTest_hwpfilter_test_hwpfilter.mk
Library_hwp.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Makefile
Module_hwpfilter.mk
README

Filter for a word processor file format popular in Korea (Hangul Word Processor).

Unfortunately apparently there is a newer version of the file format
in use nowadays and the code doesn't handle that correctly but
silently corrupts the input. See fdo#70097.