summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/deployment
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 /offapi/com/sun/star/deployment
parentAdd "support" for building against the 10.8 SDK (diff)
downloadcore-753e9b3d45f5970ee77505ecf8a816e4e4c5389d.tar.gz
core-753e9b3d45f5970ee77505ecf8a816e4e4c5389d.zip
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 'offapi/com/sun/star/deployment')
-rw-r--r--offapi/com/sun/star/deployment/DependencyException.idl2
-rw-r--r--offapi/com/sun/star/deployment/ExtensionRemovedException.idl2
-rw-r--r--offapi/com/sun/star/deployment/InstallException.idl2
-rw-r--r--offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl2
-rw-r--r--offapi/com/sun/star/deployment/VersionException.idl2
5 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/deployment/DependencyException.idl b/offapi/com/sun/star/deployment/DependencyException.idl
index d4f0f025cabd..59c22c73aa25 100644
--- a/offapi/com/sun/star/deployment/DependencyException.idl
+++ b/offapi/com/sun/star/deployment/DependencyException.idl
@@ -29,7 +29,7 @@
#ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_DEPENDENCYEXCEPTION_IDL
#define INCLUDED_COM_SUN_STAR_DEPLOYMENT_DEPENDENCYEXCEPTION_IDL
-#include "com/sun/star/uno/Exception.idl"
+#include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module xml { module dom {
interface XElement;
diff --git a/offapi/com/sun/star/deployment/ExtensionRemovedException.idl b/offapi/com/sun/star/deployment/ExtensionRemovedException.idl
index f4654555cbcb..b4143eac9eb2 100644
--- a/offapi/com/sun/star/deployment/ExtensionRemovedException.idl
+++ b/offapi/com/sun/star/deployment/ExtensionRemovedException.idl
@@ -20,7 +20,7 @@
#ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_EXTENSIONREMOVEDEXCEPTION_IDL
#define INCLUDED_COM_SUN_STAR_DEPLOYMENT_EXTENSIONREMOVEDEXCEPTION_IDL
-#include "com/sun/star/uno/Exception.idl"
+#include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module deployment {
diff --git a/offapi/com/sun/star/deployment/InstallException.idl b/offapi/com/sun/star/deployment/InstallException.idl
index 308b32ac26e4..9777b7747f3c 100644
--- a/offapi/com/sun/star/deployment/InstallException.idl
+++ b/offapi/com/sun/star/deployment/InstallException.idl
@@ -20,7 +20,7 @@
#ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_INSTALLEXCEPTION_IDL
#define INCLUDED_COM_SUN_STAR_DEPLOYMENT_INSTALLEXCEPTION_IDL
-#include "com/sun/star/uno/Exception.idl"
+#include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module deployment {
diff --git a/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl b/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl
index a21334648fdf..7cd485b5a7cd 100644
--- a/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl
+++ b/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl
@@ -29,7 +29,7 @@
#ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_INVALIDREMOVEDPARAMETEREXCEPTION_IDL
#define INCLUDED_COM_SUN_STAR_DEPLOYMENT_INVALIDREMOVEDPARAMETEREXCEPTION_IDL
-#include "com/sun/star/uno/Exception.idl"
+#include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module deployment {
diff --git a/offapi/com/sun/star/deployment/VersionException.idl b/offapi/com/sun/star/deployment/VersionException.idl
index 5d4e57ccf2dc..002349b17000 100644
--- a/offapi/com/sun/star/deployment/VersionException.idl
+++ b/offapi/com/sun/star/deployment/VersionException.idl
@@ -20,7 +20,7 @@
#ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_VERSIONEXCEPTION_IDL
#define INCLUDED_COM_SUN_STAR_DEPLOYMENT_VERSIONEXCEPTION_IDL
-#include "com/sun/star/uno/Exception.idl"
+#include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module deployment {