summaryrefslogtreecommitdiffstats
path: root/stoc
diff options
context:
space:
mode:
Diffstat (limited to 'stoc')
-rw-r--r--stoc/inc/stocservices.hxx4
-rw-r--r--stoc/source/corereflection/base.hxx5
-rw-r--r--stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.hxx8
3 files changed, 12 insertions, 5 deletions
diff --git a/stoc/inc/stocservices.hxx b/stoc/inc/stocservices.hxx
index fb10f02f47fe..4136f2228f94 100644
--- a/stoc/inc/stocservices.hxx
+++ b/stoc/inc/stocservices.hxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_STOC_INC_STOCSERVICES_HXX
+#define INCLUDED_STOC_INC_STOCSERVICES_HXX
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Sequence.hxx>
@@ -83,4 +85,6 @@ namespace stoc_services
}
} // namespace
+#endif // INCLUDED_STOC_INC_STOCSERVICES_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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: */
diff --git a/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.hxx b/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.hxx
index 5e9cf9562ad0..5b39379cf8ea 100644
--- a/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.hxx
+++ b/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.hxx
@@ -17,10 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef \
- INCLUDED_stoc_source_uriproc_UriSchemeParser_vndDOTsunDOTstarDOTscript_hxx
-#define \
- INCLUDED_stoc_source_uriproc_UriSchemeParser_vndDOTsunDOTstarDOTscript_hxx
+#ifndef INCLUDED_STOC_SOURCE_URIPROC_URISCHEMEPARSER_VNDDOTSUNDOTSTARDOTSCRIPT_HXX
+#define INCLUDED_STOC_SOURCE_URIPROC_URISCHEMEPARSER_VNDDOTSUNDOTSTARDOTSCRIPT_HXX
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/uno/Reference.hxx>
@@ -50,6 +48,6 @@ namespace UriSchemeParser_vndDOTsunDOTstarDOTscript {
} }
-#endif
+#endif // INCLUDED_STOC_SOURCE_URIPROC_URISCHEMEPARSER_VNDDOTSUNDOTSTARDOTSCRIPT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */