Kaydet (Commit) 753e9b3d authored tarafından Michael Stahl's avatar Michael Stahl

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
üst 6e60ee67
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module lib { module uno { module com { module sun { module star { module lib { module uno {
module bridges { module javaremote { module bridges { module javaremote {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module lib { module uno { module com { module sun { module star { module lib { module uno {
module bridges { module javaremote { module bridges { module javaremote {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module test { module javauno { module acquire { module test { module javauno { module acquire {
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "com/sun/star/uno/Exception.idl" #include <com/sun/star/uno/Exception.idl>
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
// UNO interfaces used between Java and native (C++) environments. // UNO interfaces used between Java and native (C++) environments.
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module test { module javauno { module nativethreadpool { module test { module javauno { module nativethreadpool {
......
...@@ -16,14 +16,14 @@ ...@@ -16,14 +16,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "com/sun/star/lang/ClassNotFoundException.idl" #include <com/sun/star/lang/ClassNotFoundException.idl>
#include "com/sun/star/lang/IllegalAccessException.idl" #include <com/sun/star/lang/IllegalAccessException.idl>
#include "com/sun/star/uno/DeploymentException.idl" #include <com/sun/star/uno/DeploymentException.idl>
#include "com/sun/star/uno/Exception.idl" #include <com/sun/star/uno/Exception.idl>
#include "com/sun/star/uno/RuntimeException.idl" #include <com/sun/star/uno/RuntimeException.idl>
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
#include "com/sun/star/uno/XNamingService.idl" #include <com/sun/star/uno/XNamingService.idl>
#include "com/sun/star/lang/XComponent.idl" #include <com/sun/star/lang/XComponent.idl>
module test { module cliure { module climaker { module test { module cliure { module climaker {
enum Enum1 { VALUE1 = -100, VALUE2 = 100 }; enum Enum1 { VALUE1 = -100, VALUE2 = 100 };
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module test { module codemaker { module javamaker { module java15 { module test { module codemaker { module javamaker { module java15 {
......
...@@ -16,13 +16,13 @@ ...@@ -16,13 +16,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "com/sun/star/lang/ClassNotFoundException.idl" #include <com/sun/star/lang/ClassNotFoundException.idl>
#include "com/sun/star/lang/IllegalAccessException.idl" #include <com/sun/star/lang/IllegalAccessException.idl>
#include "com/sun/star/uno/DeploymentException.idl" #include <com/sun/star/uno/DeploymentException.idl>
#include "com/sun/star/uno/Exception.idl" #include <com/sun/star/uno/Exception.idl>
#include "com/sun/star/uno/RuntimeException.idl" #include <com/sun/star/uno/RuntimeException.idl>
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
#include "com/sun/star/uno/XNamingService.idl" #include <com/sun/star/uno/XNamingService.idl>
module test { module codemaker { module javamaker { module test { module codemaker { module javamaker {
......
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
/*TODO: Do not depend on types for which C++ header files are only generated /*TODO: Do not depend on types for which C++ header files are only generated
later in the build process in offuh: */ later in the build process in offuh: */
#include "com/sun/star/lang/ClassNotFoundException.idl" #include <com/sun/star/lang/ClassNotFoundException.idl>
#include "com/sun/star/lang/IllegalAccessException.idl" #include <com/sun/star/lang/IllegalAccessException.idl>
#include "com/sun/star/lang/Locale.idl" #include <com/sun/star/lang/Locale.idl>
#include "com/sun/star/uno/DeploymentException.idl" #include <com/sun/star/uno/DeploymentException.idl>
#include "com/sun/star/uno/Exception.idl" #include <com/sun/star/uno/Exception.idl>
#include "com/sun/star/uno/RuntimeException.idl" #include <com/sun/star/uno/RuntimeException.idl>
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
#include "com/sun/star/uno/XNamingService.idl" #include <com/sun/star/uno/XNamingService.idl>
singleton FILE: com::sun::star::uno::XInterface; singleton FILE: com::sun::star::uno::XInterface;
singleton lconv: com::sun::star::uno::XInterface; singleton lconv: com::sun::star::uno::XInterface;
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "com/sun/star/uno/Exception.idl" #include <com/sun/star/uno/Exception.idl>
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
enum Enum1 { M0, M1, M2 }; enum Enum1 { M0, M1, M2 };
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
import "oaidl.idl"; import "oaidl.idl";
import "ocidl.idl"; import "ocidl.idl";
#include "olectl.h" #include <olectl.h>
[ [
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#ifndef INCLUDED_COM_SUN_STAR_TEST_TESTDIALOGHANDLER_IDL #ifndef INCLUDED_COM_SUN_STAR_TEST_TESTDIALOGHANDLER_IDL
#define INCLUDED_COM_SUN_STAR_TEST_TESTDIALOGHANDLER_IDL #define INCLUDED_COM_SUN_STAR_TEST_TESTDIALOGHANDLER_IDL
#include "XTestDialogHandler.idl" #include <XTestDialogHandler.idl>
module com { module sun { module star { module test { module com { module sun { module star { module test {
service TestDialogHandler : XTestDialogHandler; service TestDialogHandler : XTestDialogHandler;
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
import "oaidl.idl"; import "oaidl.idl";
import "ocidl.idl"; import "ocidl.idl";
#include "olectl.h" #include <olectl.h>
[ [
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#ifndef INCLUDED_COM_SUN_STAR_CONFIGURATION_READONLYACCESS_IDL #ifndef INCLUDED_COM_SUN_STAR_CONFIGURATION_READONLYACCESS_IDL
#define INCLUDED_COM_SUN_STAR_CONFIGURATION_READONLYACCESS_IDL #define INCLUDED_COM_SUN_STAR_CONFIGURATION_READONLYACCESS_IDL
#include "com/sun/star/container/XHierarchicalNameAccess.idl" #include <com/sun/star/container/XHierarchicalNameAccess.idl>
module com { module sun { module star { module configuration { module com { module sun { module star { module configuration {
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#ifndef INCLUDED_COM_SUN_STAR_CONFIGURATION_READWRITEACCESS_IDL #ifndef INCLUDED_COM_SUN_STAR_CONFIGURATION_READWRITEACCESS_IDL
#define INCLUDED_COM_SUN_STAR_CONFIGURATION_READWRITEACCESS_IDL #define INCLUDED_COM_SUN_STAR_CONFIGURATION_READWRITEACCESS_IDL
#include "com/sun/star/configuration/XReadWriteAccess.idl" #include <com/sun/star/configuration/XReadWriteAccess.idl>
module com { module sun { module star { module configuration { module com { module sun { module star { module configuration {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_configuration_Update_idl__ #ifndef __com_sun_star_configuration_Update_idl__
#define __com_sun_star_configuration_Update_idl__ #define __com_sun_star_configuration_Update_idl__
#include "com/sun/star/configuration/XUpdate.idl" #include <com/sun/star/configuration/XUpdate.idl>
module com { module sun { module star { module configuration { module com { module sun { module star { module configuration {
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
#ifndef INCLUDED_COM_SUN_STAR_CONFIGURATION_XREADWRITEACCESS_IDL #ifndef INCLUDED_COM_SUN_STAR_CONFIGURATION_XREADWRITEACCESS_IDL
#define INCLUDED_COM_SUN_STAR_CONFIGURATION_XREADWRITEACCESS_IDL #define INCLUDED_COM_SUN_STAR_CONFIGURATION_XREADWRITEACCESS_IDL
#include "com/sun/star/container/XHierarchicalNameReplace.idl" #include <com/sun/star/container/XHierarchicalNameReplace.idl>
#include "com/sun/star/util/XChangesBatch.idl" #include <com/sun/star/util/XChangesBatch.idl>
module com { module sun { module star { module configuration { module com { module sun { module star { module configuration {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_configuration_XUpdate_idl__ #ifndef __com_sun_star_configuration_XUpdate_idl__
#define __com_sun_star_configuration_XUpdate_idl__ #define __com_sun_star_configuration_XUpdate_idl__
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module configuration { module com { module sun { module star { module configuration {
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_DEPENDENCYEXCEPTION_IDL #ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_DEPENDENCYEXCEPTION_IDL
#define 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 { module com { module sun { module star { module xml { module dom {
interface XElement; interface XElement;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_EXTENSIONREMOVEDEXCEPTION_IDL #ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_EXTENSIONREMOVEDEXCEPTION_IDL
#define 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 { module com { module sun { module star { module deployment {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_INSTALLEXCEPTION_IDL #ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_INSTALLEXCEPTION_IDL
#define 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 { module com { module sun { module star { module deployment {
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_INVALIDREMOVEDPARAMETEREXCEPTION_IDL #ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_INVALIDREMOVEDPARAMETEREXCEPTION_IDL
#define 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 { module com { module sun { module star { module deployment {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_VERSIONEXCEPTION_IDL #ifndef INCLUDED_COM_SUN_STAR_DEPLOYMENT_VERSIONEXCEPTION_IDL
#define 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 { module com { module sun { module star { module deployment {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <com/sun/star/uno/Exception.idl> #include <com/sun/star/uno/Exception.idl>
#include <com/sun/star/lang/XInitialization.idl> #include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/lang/XServiceInfo.idl> #include <com/sun/star/lang/XServiceInfo.idl>
#include "XDocumentDigitalSignatures.idl" #include <XDocumentDigitalSignatures.idl>
module com { module sun { module star { module security { module com { module sun { module star { module security {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_sync2_BadPartnershipException_idl__ #ifndef __com_sun_star_sync2_BadPartnershipException_idl__
#define __com_sun_star_sync2_BadPartnershipException_idl__ #define __com_sun_star_sync2_BadPartnershipException_idl__
#include "com/sun/star/uno/Exception.idl" #include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module sync2 { module com { module sun { module star { module sync2 {
......
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
#include <com/sun/star/uno/Exception.idl> #include <com/sun/star/uno/Exception.idl>
#include <com/sun/star/lang/XInitialization.idl> #include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/lang/XServiceInfo.idl> #include <com/sun/star/lang/XServiceInfo.idl>
#include "XReferenceResolvedListener.idl" #include <XReferenceResolvedListener.idl>
#include "XBlockerMonitor.idl" #include <XBlockerMonitor.idl>
#include "XDecryptionResultBroadcaster.idl" #include <XDecryptionResultBroadcaster.idl>
#include "XKeyCollector.idl" #include <XKeyCollector.idl>
#include "XMissionTaker.idl" #include <XMissionTaker.idl>
module com { module sun { module star { module xml { module crypto { module sax { module com { module sun { module star { module xml { module crypto { module sax {
......
...@@ -28,12 +28,12 @@ ...@@ -28,12 +28,12 @@
#include <com/sun/star/uno/Exception.idl> #include <com/sun/star/uno/Exception.idl>
#include <com/sun/star/lang/XInitialization.idl> #include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/lang/XServiceInfo.idl> #include <com/sun/star/lang/XServiceInfo.idl>
#include "XReferenceResolvedListener.idl" #include <XReferenceResolvedListener.idl>
#include "XReferenceCollector.idl" #include <XReferenceCollector.idl>
#include "XBlockerMonitor.idl" #include <XBlockerMonitor.idl>
#include "XEncryptionResultBroadcaster.idl" #include <XEncryptionResultBroadcaster.idl>
#include "XKeyCollector.idl" #include <XKeyCollector.idl>
#include "XMissionTaker.idl" #include <XMissionTaker.idl>
module com { module sun { module star { module xml { module crypto { module sax { module com { module sun { module star { module xml { module crypto { module sax {
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
#include <com/sun/star/xml/sax/XDocumentHandler.idl> #include <com/sun/star/xml/sax/XDocumentHandler.idl>
#include <com/sun/star/lang/XInitialization.idl> #include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/lang/XServiceInfo.idl> #include <com/sun/star/lang/XServiceInfo.idl>
#include "XSecuritySAXEventKeeper.idl" #include <XSecuritySAXEventKeeper.idl>
#include "XReferenceResolvedBroadcaster.idl" #include <XReferenceResolvedBroadcaster.idl>
#include "XSAXEventKeeperStatusChangeBroadcaster.idl" #include <XSAXEventKeeperStatusChangeBroadcaster.idl>
module com { module sun { module star { module xml { module crypto { module sax { module com { module sun { module star { module xml { module crypto { module sax {
......
...@@ -28,12 +28,12 @@ ...@@ -28,12 +28,12 @@
#include <com/sun/star/lang/XInitialization.idl> #include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/lang/XServiceInfo.idl> #include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/xml/crypto/XUriBinding.idl> #include <com/sun/star/xml/crypto/XUriBinding.idl>
#include "XReferenceResolvedListener.idl" #include <XReferenceResolvedListener.idl>
#include "XReferenceCollector.idl" #include <XReferenceCollector.idl>
#include "XSignatureCreationResultBroadcaster.idl" #include <XSignatureCreationResultBroadcaster.idl>
#include "XBlockerMonitor.idl" #include <XBlockerMonitor.idl>
#include "XKeyCollector.idl" #include <XKeyCollector.idl>
#include "XMissionTaker.idl" #include <XMissionTaker.idl>
module com { module sun { module star { module xml { module crypto { module sax { module com { module sun { module star { module xml { module crypto { module sax {
......
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
#include <com/sun/star/lang/XInitialization.idl> #include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/lang/XServiceInfo.idl> #include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/xml/crypto/XUriBinding.idl> #include <com/sun/star/xml/crypto/XUriBinding.idl>
#include "XReferenceResolvedListener.idl" #include <XReferenceResolvedListener.idl>
#include "XReferenceCollector.idl" #include <XReferenceCollector.idl>
#include "XSignatureVerifyResultBroadcaster.idl" #include <XSignatureVerifyResultBroadcaster.idl>
#include "XKeyCollector.idl" #include <XKeyCollector.idl>
#include "XMissionTaker.idl" #include <XMissionTaker.idl>
module com { module sun { module star { module xml { module crypto { module sax { module com { module sun { module star { module xml { module crypto { module sax {
......
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "com/sun/star/lang/WrappedTargetException.idl" #include <com/sun/star/lang/WrappedTargetException.idl>
#include "com/sun/star/uno/Exception.idl" #include <com/sun/star/uno/Exception.idl>
#include "com/sun/star/uno/RuntimeException.idl" #include <com/sun/star/uno/RuntimeException.idl>
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module test { module registrytdprovider { module test { module registrytdprovider {
......
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
* *
************************************************************************/ ************************************************************************/
#include "com/sun/star/lang/IllegalArgumentException.idl" #include <com/sun/star/lang/IllegalArgumentException.idl>
#include "com/sun/star/lang/XComponent.idl" #include <com/sun/star/lang/XComponent.idl>
#include "com/sun/star/uno/XComponentContext.idl" #include <com/sun/star/uno/XComponentContext.idl>
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module test { module testtools { module bridgetest { module test { module testtools { module bridgetest {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef __testtools_servicetests_TestService1_idl__ #ifndef __testtools_servicetests_TestService1_idl__
#define __testtools_servicetests_TestService1_idl__ #define __testtools_servicetests_TestService1_idl__
#include "XTestService1.idl" #include <XTestService1.idl>
module testtools { module servicetests { module testtools { module servicetests {
......
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
#ifndef __testtools_servicetests_TestService2_idl__ #ifndef __testtools_servicetests_TestService2_idl__
#define __testtools_servicetests_TestService2_idl__ #define __testtools_servicetests_TestService2_idl__
#include "TestService1.idl" #include <TestService1.idl>
#include "XTestService2.idl" #include <XTestService2.idl>
#include "XTestService3.idl" #include <XTestService3.idl>
#include "XTestService4.idl" #include <XTestService4.idl>
module testtools { module servicetests { module testtools { module servicetests {
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#ifndef __com_sun_star_io_XAsyncOutputMonitor_idl__ #ifndef __com_sun_star_io_XAsyncOutputMonitor_idl__
#define __com_sun_star_io_XAsyncOutputMonitor_idl__ #define __com_sun_star_io_XAsyncOutputMonitor_idl__
#include "com/sun/star/io/IOException.idl" #include <com/sun/star/io/IOException.idl>
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module io { module com { module sun { module star { module io {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_java_WrongJavaVersionException_idl__ #ifndef __com_sun_star_java_WrongJavaVersionException_idl__
#define __com_sun_star_java_WrongJavaVersionException_idl__ #define __com_sun_star_java_WrongJavaVersionException_idl__
#include "com/sun/star/uno/Exception.idl" #include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module java { module com { module sun { module star { module java {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_reflection_XInterfaceAttributeTypeDescription2_idl__ #ifndef __com_sun_star_reflection_XInterfaceAttributeTypeDescription2_idl__
#define __com_sun_star_reflection_XInterfaceAttributeTypeDescription2_idl__ #define __com_sun_star_reflection_XInterfaceAttributeTypeDescription2_idl__
#include "com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl" #include <com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl>
module com { module sun { module star { module reflection { module com { module sun { module star { module reflection {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_reflection_XInterfaceTypeDescription2_idl__ #ifndef __com_sun_star_reflection_XInterfaceTypeDescription2_idl__
#define __com_sun_star_reflection_XInterfaceTypeDescription2_idl__ #define __com_sun_star_reflection_XInterfaceTypeDescription2_idl__
#include "com/sun/star/reflection/XInterfaceTypeDescription.idl" #include <com/sun/star/reflection/XInterfaceTypeDescription.idl>
module com { module sun { module star { module reflection { module com { module sun { module star { module reflection {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_reflection_XParameter_idl__ #ifndef __com_sun_star_reflection_XParameter_idl__
#define __com_sun_star_reflection_XParameter_idl__ #define __com_sun_star_reflection_XParameter_idl__
#include "com/sun/star/reflection/XMethodParameter.idl" #include <com/sun/star/reflection/XMethodParameter.idl>
module com { module sun { module star { module reflection { module com { module sun { module star { module reflection {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_reflection_XPublished_idl__ #ifndef __com_sun_star_reflection_XPublished_idl__
#define __com_sun_star_reflection_XPublished_idl__ #define __com_sun_star_reflection_XPublished_idl__
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module reflection { module com { module sun { module star { module reflection {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_reflection_XServiceConstructorDescription2_idl__ #ifndef __com_sun_star_reflection_XServiceConstructorDescription2_idl__
#define __com_sun_star_reflection_XServiceConstructorDescription2_idl__ #define __com_sun_star_reflection_XServiceConstructorDescription2_idl__
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module reflection { module com { module sun { module star { module reflection {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_reflection_XServiceTypeDescription2_idl__ #ifndef __com_sun_star_reflection_XServiceTypeDescription2_idl__
#define __com_sun_star_reflection_XServiceTypeDescription2_idl__ #define __com_sun_star_reflection_XServiceTypeDescription2_idl__
#include "com/sun/star/reflection/XServiceTypeDescription.idl" #include <com/sun/star/reflection/XServiceTypeDescription.idl>
module com { module sun { module star { module reflection { module com { module sun { module star { module reflection {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_reflection_XSingletonTypeDescription2_idl__ #ifndef __com_sun_star_reflection_XSingletonTypeDescription2_idl__
#define __com_sun_star_reflection_XSingletonTypeDescription2_idl__ #define __com_sun_star_reflection_XSingletonTypeDescription2_idl__
#include "com/sun/star/reflection/XSingletonTypeDescription.idl" #include <com/sun/star/reflection/XSingletonTypeDescription.idl>
module com { module sun { module star { module reflection { module com { module sun { module star { module reflection {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_reflection_XStructTypeDescription_idl__ #ifndef __com_sun_star_reflection_XStructTypeDescription_idl__
#define __com_sun_star_reflection_XStructTypeDescription_idl__ #define __com_sun_star_reflection_XStructTypeDescription_idl__
#include "com/sun/star/reflection/XCompoundTypeDescription.idl" #include <com/sun/star/reflection/XCompoundTypeDescription.idl>
module com { module sun { module star { module reflection { module com { module sun { module star { module reflection {
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#ifndef __com_sun_star_uri_XVndSunStarExpandUrl_idl__ #ifndef __com_sun_star_uri_XVndSunStarExpandUrl_idl__
#define __com_sun_star_uri_XVndSunStarExpandUrl_idl__ #define __com_sun_star_uri_XVndSunStarExpandUrl_idl__
#include "com/sun/star/lang/IllegalArgumentException.idl" #include <com/sun/star/lang/IllegalArgumentException.idl>
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module util { module com { module sun { module star { module util {
published interface XMacroExpander; published interface XMacroExpander;
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#ifndef __com_sun_star_uri_VndSunStarExpandUrlReference_idl__ #ifndef __com_sun_star_uri_VndSunStarExpandUrlReference_idl__
#define __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/XUriReference.idl>
#include "com/sun/star/uri/XVndSunStarExpandUrl.idl" #include <com/sun/star/uri/XVndSunStarExpandUrl.idl>
module com { module sun { module star { module uri { module com { module sun { module star { module uri {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef __com_sun_star_util_theMacroExpander_idl__ #ifndef __com_sun_star_util_theMacroExpander_idl__
#define __com_sun_star_util_theMacroExpander_idl__ #define __com_sun_star_util_theMacroExpander_idl__
#include "com/sun/star/util/MacroExpander.idl" #include <com/sun/star/util/MacroExpander.idl>
module com { module sun { module star { module util { module com { module sun { module star { module util {
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "com/sun/star/uno/Exception.idl" #include <com/sun/star/uno/Exception.idl>
#include "com/sun/star/uno/XInterface.idl" #include <com/sun/star/uno/XInterface.idl>
module test { module types { module test { module types {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment