summaryrefslogtreecommitdiff
path: root/include/test/util/xreplaceable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/util/xreplaceable.hxx')
-rw-r--r--include/test/util/xreplaceable.hxx5
1 files changed, 5 insertions, 0 deletions
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: */