summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl')
-rw-r--r--udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl b/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl
index db30c7edfa66..59572166d536 100644
--- a/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl
+++ b/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl
@@ -17,7 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#pragma once
+#ifndef __com_sun_star_uri_RelativeUriExcessParentSegments_idl__
+#define __com_sun_star_uri_RelativeUriExcessParentSegments_idl__
module com { module sun { module star { module uri {
@@ -50,5 +51,6 @@ published enum RelativeUriExcessParentSegments {
}; }; }; };
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */