summaryrefslogtreecommitdiff
path: root/include/test/text/xtextcontent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/text/xtextcontent.hxx')
-rw-r--r--include/test/text/xtextcontent.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/test/text/xtextcontent.hxx b/include/test/text/xtextcontent.hxx
index 4f0547616e10..f23852062548 100644
--- a/include/test/text/xtextcontent.hxx
+++ b/include/test/text/xtextcontent.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_TEXT_XTEXTCONTENT_HXX
+#define INCLUDED_TEST_TEXT_XTEXTCONTENT_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/text/XTextContent.hpp>
@@ -31,4 +34,6 @@ public:
}
+#endif // INCLUDED_TEST_TEXT_XTEXTCONTENT_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */