office-gobmx/hwpfilter
Stephan Bergmann e3ed45b62f These should probably use OBJRET_FILE_OK instead of true
...given the set of four OBJRET_FILE_* defines that apparently shall be returned
from these functions.  Also, the only place that looks at these return values is
the switch in LoadDrawingObject that does nothing for both OBJECT_FILE_OK (== 0)
and true (== 1) anyway.

Change-Id: I04770071cd2f8df34328efce7aa1c533948a00af
2014-01-10 17:11:47 +01:00
..
qa/cppunit
source These should probably use OBJRET_FILE_OK instead of true 2014-01-10 17:11:47 +01:00
CppunitTest_hwpfilter_test_hwpfilter.mk
Library_hwp.mk
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.