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