diff options
author | Tobias Lippert <drtl@fastmail.fm> | 2014-06-01 14:15:35 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-05 16:26:06 +0000 |
commit | e5345f62bf525b6258736f1ce11a61b5e638e0ff (patch) | |
tree | 6bbdd0c829c92b433fdd77c214f55f466194f788 /sw/Library_sw.mk | |
parent | 60272bb37d52b02f4b424d1f9e6adbb935fefc75 (diff) |
Unittest the whitespace stripping logic for tox text generation
The separate class allows to unittest this functionality in isoloation.
Change-Id: I1e5eddfb455ca85a662ea38c03302883decc5d58
Reviewed-on: https://gerrit.libreoffice.org/9608
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index c9804a021f76..a7500ad832e3 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -389,6 +389,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/core/tox/toxhlp \ sw/source/core/tox/txmsrt \ sw/source/core/tox/ToxTextGenerator \ + sw/source/core/tox/ToxWhitespaceStripper \ sw/source/core/txtnode/SwGrammarContact \ sw/source/core/txtnode/atrfld \ sw/source/core/txtnode/atrflyin \ |