diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-07-30 21:18:46 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-07-31 10:04:09 +0200 |
commit | 6353c51e8bf66fe223080db649fc07e62a3a6c97 (patch) | |
tree | 111c6ea992efd848027e38cd8841eff8a2c64feb /sw/ooxmlexport_setup.mk | |
parent | 87f0e1f1016826cd63c2c740ae37e7242fb4c6a8 (diff) |
sw: introduce a Library_swqahelper
So it is no longer necessary to define all SwModelTestBase functions
inline.
Change-Id: Ia1055ff967b3614102275ec92607c85ec063fce7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99820
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/ooxmlexport_setup.mk')
-rw-r--r-- | sw/ooxmlexport_setup.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/ooxmlexport_setup.mk b/sw/ooxmlexport_setup.mk index a367bbc05ce6..85763f591b43 100644 --- a/sw/ooxmlexport_setup.mk +++ b/sw/ooxmlexport_setup.mk @@ -18,6 +18,7 @@ define sw_ooxmlexport_libraries sfx \ svl \ sw \ + swqahelper \ test \ tl \ unotest \ |