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