summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/SystemDependent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/SystemDependent.idl')
-rw-r--r--udkapi/com/sun/star/lang/SystemDependent.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/lang/SystemDependent.idl b/udkapi/com/sun/star/lang/SystemDependent.idl
index 93ff9891c90a..4d1c3c5e6b88 100644
--- a/udkapi/com/sun/star/lang/SystemDependent.idl
+++ b/udkapi/com/sun/star/lang/SystemDependent.idl
@@ -16,7 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#pragma once
+#ifndef __com_sun_star_lang_SystemDependent_idl__
+#define __com_sun_star_lang_SystemDependent_idl__
@@ -90,5 +91,6 @@ published constants SystemDependent
}; }; }; };
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */