summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/test/abidebug.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/xmlhelp/source/cxxhelp/test/abidebug.hxx b/xmlhelp/source/cxxhelp/test/abidebug.hxx
index bb16c6812487..e1a661c1032c 100644
--- a/xmlhelp/source/cxxhelp/test/abidebug.hxx
+++ b/xmlhelp/source/cxxhelp/test/abidebug.hxx
@@ -16,9 +16,15 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_TEST_ABIDEBUG_HXX
+#define INCLUDED_XMLHELP_SOURCE_CXXHELP_TEST_ABIDEBUG_HXX
+
#include <iostream>
#include <rtl/ustring>
ostream& operator<<( ostream& out,const OUString& bla );
+#endif // INCLUDED_XMLHELP_SOURCE_CXXHELP_TEST_ABIDEBUG_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */