summaryrefslogtreecommitdiff
path: root/sax/test
diff options
context:
space:
mode:
Diffstat (limited to 'sax/test')
-rw-r--r--sax/test/sax/factory.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sax/test/sax/factory.hxx b/sax/test/sax/factory.hxx
index 6a5e4d36ef93..58bcc2fbf7b0 100644
--- a/sax/test/sax/factory.hxx
+++ b/sax/test/sax/factory.hxx
@@ -16,6 +16,10 @@
* 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_SAX_TEST_SAX_FACTORY_HXX
+#define INCLUDED_SAX_TEST_SAX_FACTORY_HXX
+
#include <rtl/strbuf.hxx>
namespace sax_test {
@@ -79,4 +83,6 @@ Sequence<OUString> OSaxWriterTest_getSupportedServiceNames( ) throw();
} \
((void)0)
+#endif // INCLUDED_SAX_TEST_SAX_FACTORY_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */