Files
loongoffice/writerfilter/source/ooxml
Stephan Bergmann fda06137cc Work around Clang 3.2 -Wnull-conversion bug
...by running all of writerfilter through loplugin:nullptr rewriter

Change-Id: Ie6ec5dd989dc2035ccd10941bc38e557e128be0f
2014-10-17 10:58:49 +02:00
..
2014-10-16 09:33:59 +02:00
2014-08-02 21:54:39 +02:00
2014-08-02 21:54:39 +02:00

= DOCX tokenizer

== Coding style

This directory uses the PEP 8 (see
<http://legacy.python.org/dev/peps/pep-0008/>) coding style for Python files.
Please run

----
pep8 *.py
----

before committing.