summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/base.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/corereflection/base.hxx')
-rw-r--r--stoc/source/corereflection/base.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/stoc/source/corereflection/base.hxx b/stoc/source/corereflection/base.hxx
index 17cae3c9facb..909b182ead58 100644
--- a/stoc/source/corereflection/base.hxx
+++ b/stoc/source/corereflection/base.hxx
@@ -18,6 +18,9 @@
*/
// #define TEST_LIST_CLASSES
+#ifndef INCLUDED_STOC_SOURCE_COREREFLECTION_BASE_HXX
+#define INCLUDED_STOC_SOURCE_COREREFLECTION_BASE_HXX
+
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
#include <uno/mapping.hxx>
@@ -432,4 +435,6 @@ inline bool coerce_assign(
}
+#endif // INCLUDED_STOC_SOURCE_COREREFLECTION_BASE_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */