summaryrefslogtreecommitdiff
path: root/include/test/container
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/container')
-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
5 files changed, 25 insertions, 0 deletions
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: */