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 /sw/qa | |
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 'sw/qa')
-rw-r--r-- | sw/qa/inc/bordertest.hxx (renamed from sw/qa/extras/inc/bordertest.hxx) | 4 | ||||
-rw-r--r-- | sw/qa/inc/swmodeltestbase.hxx (renamed from sw/qa/extras/inc/swmodeltestbase.hxx) | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sw/qa/extras/inc/bordertest.hxx b/sw/qa/inc/bordertest.hxx index 52776c38e012..3137c85c9766 100644 --- a/sw/qa/extras/inc/bordertest.hxx +++ b/sw/qa/inc/bordertest.hxx @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SW_QA_EXTRAS_INC_BORDERTEST_HXX -#define INCLUDED_SW_QA_EXTRAS_INC_BORDERTEST_HXX +#ifndef INCLUDED_SW_QA_INC_BORDERTEST_HXX +#define INCLUDED_SW_QA_INC_BORDERTEST_HXX #include <cppunit/TestAssert.h> #include <com/sun/star/table/BorderLine.hpp> diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/inc/swmodeltestbase.hxx index 4e3f1eda0eeb..38f8e95a4a40 100644 --- a/sw/qa/extras/inc/swmodeltestbase.hxx +++ b/sw/qa/inc/swmodeltestbase.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SW_QA_EXTRAS_INC_SWMODELTESTBASE_HXX -#define INCLUDED_SW_QA_EXTRAS_INC_SWMODELTESTBASE_HXX +#ifndef INCLUDED_SW_QA_INC_SWMODELTESTBASE_HXX +#define INCLUDED_SW_QA_INC_SWMODELTESTBASE_HXX #include <memory> #include <com/sun/star/container/XContentEnumerationAccess.hpp> @@ -1038,6 +1038,6 @@ inline std::ostream& operator<<(std::ostream& rStrm, const Color& rColor) return rStrm; } -#endif // INCLUDED_SW_QA_EXTRAS_INC_SWMODELTESTBASE_HXX +#endif // INCLUDED_SW_QA_INC_SWMODELTESTBASE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |