summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
Diffstat (limited to 'include/test')
-rw-r--r--include/test/calc_unoapi_test.hxx5
-rw-r--r--include/test/container/xelementaccess.hxx5
-rw-r--r--include/test/container/xindexaccess.hxx5
-rw-r--r--include/test/container/xnamecontainer.hxx5
-rw-r--r--include/test/container/xnamed.hxx5
-rw-r--r--include/test/container/xnamereplace.hxx5
-rw-r--r--include/test/sheet/cellproperties.hxx5
-rw-r--r--include/test/sheet/datapilotfield.hxx5
-rw-r--r--include/test/sheet/tableautoformatfield.hxx5
-rw-r--r--include/test/sheet/xcellrangedata.hxx5
-rw-r--r--include/test/sheet/xcellrangereferrer.hxx5
-rw-r--r--include/test/sheet/xcellrangesquery.hxx5
-rw-r--r--include/test/sheet/xdatabaserange.hxx5
-rw-r--r--include/test/sheet/xdatapilotdescriptor.hxx5
-rw-r--r--include/test/sheet/xdatapilotfieldgrouping.hxx5
-rw-r--r--include/test/sheet/xdatapilottable.hxx5
-rw-r--r--include/test/sheet/xdatapilottable2.hxx5
-rw-r--r--include/test/sheet/xgoalseek.hxx5
-rw-r--r--include/test/sheet/xnamedrange.hxx5
-rw-r--r--include/test/sheet/xnamedranges.hxx5
-rw-r--r--include/test/sheet/xprintareas.hxx5
-rw-r--r--include/test/sheet/xsheetannotation.hxx5
-rw-r--r--include/test/sheet/xsheetannotations.hxx5
-rw-r--r--include/test/sheet/xsheetoutline.hxx5
-rw-r--r--include/test/sheet/xspreadsheetdocument.hxx5
-rw-r--r--include/test/sheet/xspreadsheets2.hxx5
-rw-r--r--include/test/text/xtextcontent.hxx5
-rw-r--r--include/test/text/xtextfield.hxx5
-rw-r--r--include/test/unoapi_test.hxx5
-rw-r--r--include/test/util/xreplaceable.hxx5
-rw-r--r--include/test/util/xsearchable.hxx5
-rw-r--r--include/test/xmldiff.hxx5
32 files changed, 160 insertions, 0 deletions
diff --git a/include/test/calc_unoapi_test.hxx b/include/test/calc_unoapi_test.hxx
index 6db43c103a27..f9afc22f5fb9 100644
--- a/include/test/calc_unoapi_test.hxx
+++ b/include/test/calc_unoapi_test.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_CALC_UNOAPI_TEST_HXX
+#define INCLUDED_TEST_CALC_UNOAPI_TEST_HXX
+
#include <test/unoapi_test.hxx>
// basic uno api test class for calc
@@ -23,4 +26,6 @@ private:
css::uno::Reference<css::uno::XInterface> m_xCalcComponent;
};
+#endif // INCLUDED_TEST_CALC_UNOAPI_TEST_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/container/xelementaccess.hxx b/include/test/container/xelementaccess.hxx
index a776d3331376..14e7ad159621 100644
--- a/include/test/container/xelementaccess.hxx
+++ b/include/test/container/xelementaccess.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_CONTAINER_XELEMENTACCESS_HXX
+#define INCLUDED_TEST_CONTAINER_XELEMENTACCESS_HXX
+
#include <com/sun/star/uno/Type.hxx>
#include <com/sun/star/uno/Reference.hxx>
@@ -30,4 +33,6 @@ private:
}
+#endif // INCLUDED_TEST_CONTAINER_XELEMENTACCESS_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/container/xindexaccess.hxx b/include/test/container/xindexaccess.hxx
index 95401c1cddff..0496ffae9158 100644
--- a/include/test/container/xindexaccess.hxx
+++ b/include/test/container/xindexaccess.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_CONTAINER_XINDEXACCESS_HXX
+#define INCLUDED_TEST_CONTAINER_XINDEXACCESS_HXX
+
#include <com/sun/star/uno/Reference.hxx>
namespace apitest {
@@ -31,4 +34,6 @@ private:
}
+#endif // INCLUDED_TEST_CONTAINER_XINDEXACCESS_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/container/xnamecontainer.hxx b/include/test/container/xnamecontainer.hxx
index 7a253df829fc..14239382340b 100644
--- a/include/test/container/xnamecontainer.hxx
+++ b/include/test/container/xnamecontainer.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_CONTAINER_XNAMECONTAINER_HXX
+#define INCLUDED_TEST_CONTAINER_XNAMECONTAINER_HXX
+
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
@@ -33,4 +36,6 @@ private:
}
+#endif // INCLUDED_TEST_CONTAINER_XNAMECONTAINER_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/container/xnamed.hxx b/include/test/container/xnamed.hxx
index f57457666d91..5c79cc1410aa 100644
--- a/include/test/container/xnamed.hxx
+++ b/include/test/container/xnamed.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_CONTAINER_XNAMED_HXX
+#define INCLUDED_TEST_CONTAINER_XNAMED_HXX
+
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
@@ -30,4 +33,6 @@ private:
}
+#endif // INCLUDED_TEST_CONTAINER_XNAMED_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/container/xnamereplace.hxx b/include/test/container/xnamereplace.hxx
index d9b039f4e6db..c6a2d7f03d9b 100644
--- a/include/test/container/xnamereplace.hxx
+++ b/include/test/container/xnamereplace.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_CONTAINER_XNAMEREPLACE_HXX
+#define INCLUDED_TEST_CONTAINER_XNAMEREPLACE_HXX
+
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
@@ -34,4 +37,6 @@ private:
}
+#endif // INCLUDED_TEST_CONTAINER_XNAMEREPLACE_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/cellproperties.hxx b/include/test/sheet/cellproperties.hxx
index fcbdc5fe8611..4ffd785e43c1 100644
--- a/include/test/sheet/cellproperties.hxx
+++ b/include/test/sheet/cellproperties.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_CELLPROPERTIES_HXX
+#define INCLUDED_TEST_SHEET_CELLPROPERTIES_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/XInterface.hpp>
#include <test/testdllapi.hxx>
@@ -27,4 +30,6 @@ protected:
}
+#endif // INCLUDED_TEST_SHEET_CELLPROPERTIES_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/datapilotfield.hxx b/include/test/sheet/datapilotfield.hxx
index 8fa8cdb0d986..b1eda76c2450 100644
--- a/include/test/sheet/datapilotfield.hxx
+++ b/include/test/sheet/datapilotfield.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_DATAPILOTFIELD_HXX
+#define INCLUDED_TEST_SHEET_DATAPILOTFIELD_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
@@ -29,4 +32,6 @@ protected:
}
+#endif // INCLUDED_TEST_SHEET_DATAPILOTFIELD_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/tableautoformatfield.hxx b/include/test/sheet/tableautoformatfield.hxx
index 3b15248ae336..854b1c569bb1 100644
--- a/include/test/sheet/tableautoformatfield.hxx
+++ b/include/test/sheet/tableautoformatfield.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_TABLEAUTOFORMATFIELD_HXX
+#define INCLUDED_TEST_SHEET_TABLEAUTOFORMATFIELD_HXX
+
#include <com/sun/star/beans/XPropertySet.hpp>
namespace apitest {
@@ -25,4 +28,6 @@ public:
}
+#endif // INCLUDED_TEST_SHEET_TABLEAUTOFORMATFIELD_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xcellrangedata.hxx b/include/test/sheet/xcellrangedata.hxx
index 63cc44f08bc8..7af4e7d9ea0f 100644
--- a/include/test/sheet/xcellrangedata.hxx
+++ b/include/test/sheet/xcellrangedata.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XCELLRANGEDATA_HXX
+#define INCLUDED_TEST_SHEET_XCELLRANGEDATA_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
@@ -26,4 +29,6 @@ protected:
}
+#endif // INCLUDED_TEST_SHEET_XCELLRANGEDATA_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xcellrangereferrer.hxx b/include/test/sheet/xcellrangereferrer.hxx
index 5af153f86a13..70c3cb6241d8 100644
--- a/include/test/sheet/xcellrangereferrer.hxx
+++ b/include/test/sheet/xcellrangereferrer.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XCELLRANGEREFERRER_HXX
+#define INCLUDED_TEST_SHEET_XCELLRANGEREFERRER_HXX
+
#include <com/sun/star/table/CellRangeAddress.hpp>
#include <test/testdllapi.hxx>
@@ -31,4 +34,6 @@ private:
}
+#endif // INCLUDED_TEST_SHEET_XCELLRANGEREFERRER_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xcellrangesquery.hxx b/include/test/sheet/xcellrangesquery.hxx
index e48c5b5e0ab0..4d3cdcf1c6ec 100644
--- a/include/test/sheet/xcellrangesquery.hxx
+++ b/include/test/sheet/xcellrangesquery.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XCELLRANGESQUERY_HXX
+#define INCLUDED_TEST_SHEET_XCELLRANGESQUERY_HXX
+
#include <com/sun/star/uno/XInterface.hpp>
#include <test/testdllapi.hxx>
@@ -32,4 +35,6 @@ protected:
}
+#endif // INCLUDED_TEST_SHEET_XCELLRANGESQUERY_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xdatabaserange.hxx b/include/test/sheet/xdatabaserange.hxx
index aae8ec7bf73b..09f640935e4d 100644
--- a/include/test/sheet/xdatabaserange.hxx
+++ b/include/test/sheet/xdatabaserange.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XDATABASERANGE_HXX
+#define INCLUDED_TEST_SHEET_XDATABASERANGE_HXX
+
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
@@ -31,4 +34,6 @@ protected:
}
+#endif // INCLUDED_TEST_SHEET_XDATABASERANGE_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xdatapilotdescriptor.hxx b/include/test/sheet/xdatapilotdescriptor.hxx
index 9f85f2ebd40f..929ed63e543a 100644
--- a/include/test/sheet/xdatapilotdescriptor.hxx
+++ b/include/test/sheet/xdatapilotdescriptor.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XDATAPILOTDESCRIPTOR_HXX
+#define INCLUDED_TEST_SHEET_XDATAPILOTDESCRIPTOR_HXX
+
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/sheet/XDataPilotDescriptor.hpp>
@@ -44,4 +47,6 @@ private:
}
+#endif // INCLUDED_TEST_SHEET_XDATAPILOTDESCRIPTOR_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xdatapilotfieldgrouping.hxx b/include/test/sheet/xdatapilotfieldgrouping.hxx
index f741663b274e..550857212537 100644
--- a/include/test/sheet/xdatapilotfieldgrouping.hxx
+++ b/include/test/sheet/xdatapilotfieldgrouping.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XDATAPILOTFIELDGROUPING_HXX
+#define INCLUDED_TEST_SHEET_XDATAPILOTFIELDGROUPING_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/XInterface.hpp>
#include <test/testdllapi.hxx>
@@ -27,4 +30,6 @@ protected:
}
+#endif // INCLUDED_TEST_SHEET_XDATAPILOTFIELDGROUPING_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xdatapilottable.hxx b/include/test/sheet/xdatapilottable.hxx
index 5ce1026505cf..05ba1e293fb8 100644
--- a/include/test/sheet/xdatapilottable.hxx
+++ b/include/test/sheet/xdatapilottable.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XDATAPILOTTABLE_HXX
+#define INCLUDED_TEST_SHEET_XDATAPILOTTABLE_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/table/XCell.hpp>
#include <test/testdllapi.hxx>
@@ -31,4 +34,6 @@ protected:
}
+#endif // INCLUDED_TEST_SHEET_XDATAPILOTTABLE_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xdatapilottable2.hxx b/include/test/sheet/xdatapilottable2.hxx
index 517ddadf24b9..f4dec325fa4d 100644
--- a/include/test/sheet/xdatapilottable2.hxx
+++ b/include/test/sheet/xdatapilottable2.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XDATAPILOTTABLE2_HXX
+#define INCLUDED_TEST_SHEET_XDATAPILOTTABLE2_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/table/CellRangeAddress.hpp>
#include <com/sun/star/table/CellAddress.hpp>
@@ -50,4 +53,6 @@ private:
}
+#endif // INCLUDED_TEST_SHEET_XDATAPILOTTABLE2_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xgoalseek.hxx b/include/test/sheet/xgoalseek.hxx
index 892a6b7a559f..0f91efb03a52 100644
--- a/include/test/sheet/xgoalseek.hxx
+++ b/include/test/sheet/xgoalseek.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDE_TEST_SHEET_XGOALSEEK_HXX
+#define INCLUDE_TEST_SHEET_XGOALSEEK_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
@@ -25,4 +28,6 @@ protected:
}
+#endif // INCLUDE_TEST_SHEET_XGOALSEEK_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xnamedrange.hxx b/include/test/sheet/xnamedrange.hxx
index 4bb5d49a174b..180c82727b9f 100644
--- a/include/test/sheet/xnamedrange.hxx
+++ b/include/test/sheet/xnamedrange.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XNAMEDRANGE_HXX
+#define INCLUDED_TEST_SHEET_XNAMEDRANGE_HXX
+
#include <rtl/ustring.hxx>
#include <com/sun/star/sheet/XNamedRange.hpp>
#include <test/testdllapi.hxx>
@@ -34,4 +37,6 @@ protected:
}
+#endif // INCLUDED_TEST_SHEET_XNAMEDRANGE_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xnamedranges.hxx b/include/test/sheet/xnamedranges.hxx
index f5e7ec934ed0..e3ba9e5f57da 100644
--- a/include/test/sheet/xnamedranges.hxx
+++ b/include/test/sheet/xnamedranges.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XNAMEDRANGES_HXX
+#define INCLUDED_TEST_SHEET_XNAMEDRANGES_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <test/testdllapi.hxx>
@@ -40,4 +43,6 @@ private:
}
+#endif // INCLUDED_TEST_SHEET_XNAMEDRANGES_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xprintareas.hxx b/include/test/sheet/xprintareas.hxx
index 5df36daddc01..fa9a98728198 100644
--- a/include/test/sheet/xprintareas.hxx
+++ b/include/test/sheet/xprintareas.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XPRINTAREAS_HXX
+#define INCLUDED_TEST_SHEET_XPRINTAREAS_HXX
+
#include <com/sun/star/sheet/XPrintAreas.hpp>
#include <test/testdllapi.hxx>
@@ -33,4 +36,6 @@ protected:
}
+#endif // INCLUDED_TEST_SHEET_XPRINTAREAS_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xsheetannotation.hxx b/include/test/sheet/xsheetannotation.hxx
index 5db4e90413dd..326e1b532f9b 100644
--- a/include/test/sheet/xsheetannotation.hxx
+++ b/include/test/sheet/xsheetannotation.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XSHEETANNOTATION_HXX
+#define INCLUDED_TEST_SHEET_XSHEETANNOTATION_HXX
+
#include <rtl/ustring.hxx>
#include <com/sun/star/sheet/XSheetAnnotation.hpp>
#include <test/testdllapi.hxx>
@@ -35,4 +38,6 @@ protected:
}
+#endif // INCLUDED_TEST_SHEET_XSHEETANNOTATION_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xsheetannotations.hxx b/include/test/sheet/xsheetannotations.hxx
index 403af949bcb6..09a29b575b46 100644
--- a/include/test/sheet/xsheetannotations.hxx
+++ b/include/test/sheet/xsheetannotations.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XSHEETANNOTATIONS_HXX
+#define INCLUDED_TEST_SHEET_XSHEETANNOTATIONS_HXX
+
#include <com/sun/star/sheet/XSheetAnnotations.hpp>
#include <test/testdllapi.hxx>
@@ -30,4 +33,6 @@ protected:
}
+#endif // INCLUDED_TEST_SHEET_XSHEETANNOTATIONS_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xsheetoutline.hxx b/include/test/sheet/xsheetoutline.hxx
index e790545bb278..396fe41864c8 100644
--- a/include/test/sheet/xsheetoutline.hxx
+++ b/include/test/sheet/xsheetoutline.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XSHEETOUTLINE_HXX
+#define INCLUDED_TEST_SHEET_XSHEETOUTLINE_HXX
+
#include <rtl/ustring.hxx>
#include <com/sun/star/sheet/XSheetOutline.hpp>
#include <test/testdllapi.hxx>
@@ -33,4 +36,6 @@ protected:
}
+#endif // INCLUDED_TEST_SHEET_XSHEETOUTLINE_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xspreadsheetdocument.hxx b/include/test/sheet/xspreadsheetdocument.hxx
index 51bdf62b5db4..647da836abd7 100644
--- a/include/test/sheet/xspreadsheetdocument.hxx
+++ b/include/test/sheet/xspreadsheetdocument.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XSPREADSHEETDOCUMENT_HXX
+#define INCLUDED_TEST_SHEET_XSPREADSHEETDOCUMENT_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
@@ -30,4 +33,6 @@ private:
}
+#endif // INCLUDED_TEST_SHEET_XSPREADSHEETDOCUMENT_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xspreadsheets2.hxx b/include/test/sheet/xspreadsheets2.hxx
index c70e50290815..01306f4067f5 100644
--- a/include/test/sheet/xspreadsheets2.hxx
+++ b/include/test/sheet/xspreadsheets2.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_SHEET_XSPREADSHEETS2_HXX
+#define INCLUDED_TEST_SHEET_XSPREADSHEETS2_HXX
+
#include <test/testdllapi.hxx>
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
@@ -58,4 +61,6 @@ private:
}
+#endif // INCLUDED_TEST_SHEET_XSPREADSHEETS2_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/text/xtextcontent.hxx b/include/test/text/xtextcontent.hxx
index 4f0547616e10..f23852062548 100644
--- a/include/test/text/xtextcontent.hxx
+++ b/include/test/text/xtextcontent.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_TEXT_XTEXTCONTENT_HXX
+#define INCLUDED_TEST_TEXT_XTEXTCONTENT_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/text/XTextContent.hpp>
@@ -31,4 +34,6 @@ public:
}
+#endif // INCLUDED_TEST_TEXT_XTEXTCONTENT_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/text/xtextfield.hxx b/include/test/text/xtextfield.hxx
index 778efada5e93..870d51d20da5 100644
--- a/include/test/text/xtextfield.hxx
+++ b/include/test/text/xtextfield.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_TEXT_XTEXTFIELD_HXX
+#define INCLUDED_TEST_TEXT_XTEXTFIELD_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
@@ -26,4 +29,6 @@ public:
}
+#endif // INCLUDED_TEST_TEXT_XTEXTFIELD_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/unoapi_test.hxx b/include/test/unoapi_test.hxx
index f0c1e9f8d7c5..a2f5c2fbffeb 100644
--- a/include/test/unoapi_test.hxx
+++ b/include/test/unoapi_test.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_UNOAPI_TEST_HXX
+#define INCLUDED_TEST_UNOAPI_TEST_HXX
+
#include <sal/config.h>
#include <test/bootstrapfixture.hxx>
#include <unotest/macros_test.hxx>
@@ -33,4 +36,6 @@ private:
OUString m_aBaseString;
};
+#endif // INCLUDED_TEST_UNOAPI_TEST_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/util/xreplaceable.hxx b/include/test/util/xreplaceable.hxx
index 0f930b4ac2bd..37caf17393e0 100644
--- a/include/test/util/xreplaceable.hxx
+++ b/include/test/util/xreplaceable.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_UTIL_XREPLACEABLE_HXX
+#define INCLUDED_TEST_UTIL_XREPLACEABLE_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
@@ -32,4 +35,6 @@ private:
}
+#endif // INCLUDED_TEST_UTIL_XREPLACEABLE_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/util/xsearchable.hxx b/include/test/util/xsearchable.hxx
index 4c83dc89abef..99369c854be0 100644
--- a/include/test/util/xsearchable.hxx
+++ b/include/test/util/xsearchable.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_UTIL_XSEARCHABLE_HXX
+#define INCLUDED_TEST_UTIL_XSEARCHABLE_HXX
+
#include <test/testdllapi.hxx>
namespace apitest {
@@ -31,4 +34,6 @@ private:
}
+#endif // INCLUDED_TEST_UTIL_XSEARCHABLE_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/xmldiff.hxx b/include/test/xmldiff.hxx
index 93d09f2e85f4..5023bec35bd4 100644
--- a/include/test/xmldiff.hxx
+++ b/include/test/xmldiff.hxx
@@ -7,10 +7,15 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_XMLDIFF_HXX
+#define INCLUDED_TEST_XMLDIFF_HXX
+
#include <test/testdllapi.hxx>
bool OOO_DLLPUBLIC_TEST
doXMLDiff(const char* pFileName, const char* pContent, int size,
const char* pToleranceFileName);
+#endif // INCLUDED_TEST_XMLDIFF_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */