summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
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: */