summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uri
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-30 20:42:13 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-30 20:49:09 +0200
commit753e9b3d45f5970ee77505ecf8a816e4e4c5389d (patch)
treeaf018ab52009c6236c549e7263aabc1c99c9976b /udkapi/com/sun/star/uri
parent6e60ee677ebbb47ac22d4cb18925afb1fd7e6c9f (diff)
udkapi, offapi: do not use #include "foo":
Evidently on Windows, the newfangled ucpp handles #include "foo" differently from #include <foo> and treats it as a relative path, while the angle brackets always result in absolute paths. Since relative paths result in infinite rebuilds if make is invoked in a different directory, don't use #include "foo" in IDL files. Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
Diffstat (limited to 'udkapi/com/sun/star/uri')
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl4
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl4
2 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
index 5fc2dffff00d..a8ac8280dc58 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
@@ -20,8 +20,8 @@
#ifndef __com_sun_star_uri_XVndSunStarExpandUrl_idl__
#define __com_sun_star_uri_XVndSunStarExpandUrl_idl__
-#include "com/sun/star/lang/IllegalArgumentException.idl"
-#include "com/sun/star/uno/XInterface.idl"
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module util {
published interface XMacroExpander;
diff --git a/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl b/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl
index d4effddcf954..14928fb51e52 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl
@@ -20,8 +20,8 @@
#ifndef __com_sun_star_uri_VndSunStarExpandUrlReference_idl__
#define __com_sun_star_uri_VndSunStarExpandUrlReference_idl__
-#include "com/sun/star/uri/XUriReference.idl"
-#include "com/sun/star/uri/XVndSunStarExpandUrl.idl"
+#include <com/sun/star/uri/XUriReference.idl>
+#include <com/sun/star/uri/XVndSunStarExpandUrl.idl>
module com { module sun { module star { module uri {