diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-11-07 21:47:22 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-08 09:04:45 +0100 |
commit | 423e1ce9c1a451440e3aef13b7ee02edd876deec (patch) | |
tree | e58988146be06b29d0634c4fbd694dac305a8b30 /solenv | |
parent | 666142d72d3d1d460740ead738850650b8508e57 (diff) |
sw: no reason why SwModelTestBase can be used only by "extras" tests
So move it one level up, this way more tests can share code in the
future.
Change-Id: I35300b3c88ac9a5c39916f53b1b1743aa85869a0
Reviewed-on: https://gerrit.libreoffice.org/82252
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 081e8b37fca3..074b960aeb48 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -14836,8 +14836,6 @@ sw/qa/extras/docbookexport/docbookexport.cxx sw/qa/extras/globalfilter/globalfilter.cxx sw/qa/extras/htmlexport/htmlexport.cxx sw/qa/extras/htmlimport/htmlimport.cxx -sw/qa/extras/inc/bordertest.hxx -sw/qa/extras/inc/swmodeltestbase.hxx sw/qa/extras/mailmerge/mailmerge.cxx sw/qa/extras/odfexport/odfexport.cxx sw/qa/extras/odfimport/odfimport.cxx @@ -14866,6 +14864,8 @@ sw/qa/extras/ww8export/ww8export.cxx sw/qa/extras/ww8export/ww8export2.cxx sw/qa/extras/ww8export/ww8export3.cxx sw/qa/extras/ww8import/ww8import.cxx +sw/qa/inc/bordertest.hxx +sw/qa/inc/swmodeltestbase.hxx sw/qa/unit/sw-dialogs-test.cxx sw/qa/unit/sw-dialogs-test_2.cxx sw/source/core/SwNumberTree/SwNodeNum.cxx |