summaryrefslogtreecommitdiffstats
path: root/include/svtools/sores.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/sores.hxx')
-rw-r--r--include/svtools/sores.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/svtools/sores.hxx b/include/svtools/sores.hxx
index 8e9093adb0b4..91d4f5de76ce 100644
--- a/include/svtools/sores.hxx
+++ b/include/svtools/sores.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_INCLUDE_SVTOOLS_SORES_HXX
+#define INCLUDED_INCLUDE_SVTOOLS_SORES_HXX
+
// Strings
#define STR_ERROR_OBJNOCREATE 32014
#define STR_ERROR_OBJNOCREATE_FROM_FILE 32015
@@ -96,4 +99,6 @@
#define STR_FORMAT_ID_HTML_NO_COMMENT (STR_FORMAT_START + 119)
#define STR_FORMAT_END (STR_FORMAT_ID_HTML_NO_COMMENT)
+#endif // INCLUDED_INCLUDE_SVTOOLS_SORES_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */