From 423e1ce9c1a451440e3aef13b7ee02edd876deec Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 7 Nov 2019 21:47:22 +0100 Subject: 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 --- solenv/clang-format/blacklist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solenv') 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 -- cgit LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky