summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/base.hxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2014-05-30 22:09:54 +0000
committerThomas Arnhold <thomas@arnhold.org>2014-06-01 16:13:05 +0000
commit57217e1e9f995ec413e5eecaf171481373a0a8d0 (patch)
treec5be8a3370b2cc1bf8078e3d09d8a26d89fcbcb5 /stoc/source/corereflection/base.hxx
parent8f0160a10dd2a5746c531040ffbf638e356f6d5d (diff)
fdo#68849: Add header guards to all include files
Added header guards to files in directories stoc/, and svtools/ Change-Id: Ib6691b0e3fa09d71696ab947d357e489eb35df66 Reviewed-on: https://gerrit.libreoffice.org/9584 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
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: */