summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/bridge/oleautomation
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/bridge/oleautomation')
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/Currency.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/Date.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/Decimal.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/Factory.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/SCode.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl4
10 files changed, 10 insertions, 30 deletions
diff --git a/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl b/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
index ad8159c6b339..3aca4763ce45 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_ApplicationRegistration_idl__
-#define __com_sun_star_bridge_oleautomation_ApplicationRegistration_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -62,6 +61,5 @@ service ApplicationRegistration
}; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
index cfb82cbb129f..5835415d778f 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_BridgeSupplier_idl__
-#define __com_sun_star_bridge_oleautomation_BridgeSupplier_idl__
+#pragma once
#include <com/sun/star/bridge/XBridgeSupplier2.idl>
@@ -64,6 +63,5 @@ service BridgeSupplier
}; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/Currency.idl b/udkapi/com/sun/star/bridge/oleautomation/Currency.idl
index f9bbcf91ee84..efacf80a8d00 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/Currency.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/Currency.idl
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_Currency_idl__
-#define __com_sun_star_bridge_oleautomation_Currency_idl__
+#pragma once
module com { module sun { module star { module bridge { module oleautomation {
@@ -50,6 +49,5 @@ struct Currency
}; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/Date.idl b/udkapi/com/sun/star/bridge/oleautomation/Date.idl
index cc6b886b40f1..30a1d6f6aec1 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/Date.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/Date.idl
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_Date_idl__
-#define __com_sun_star_bridge_oleautomation_Date_idl__
+#pragma once
module com { module sun { module star { module bridge { module oleautomation {
@@ -49,6 +48,5 @@ struct Date
}; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/Decimal.idl b/udkapi/com/sun/star/bridge/oleautomation/Decimal.idl
index f07ba471eaf9..95bb5e5e4977 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/Decimal.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/Decimal.idl
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_Decimal_idl__
-#define __com_sun_star_bridge_oleautomation_Decimal_idl__
+#pragma once
module com { module sun { module star { module bridge { module oleautomation {
@@ -53,6 +52,5 @@ struct Decimal
}; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/Factory.idl b/udkapi/com/sun/star/bridge/oleautomation/Factory.idl
index 47a58746c855..752853635f54 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/Factory.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/Factory.idl
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_Factory_idl__
-#define __com_sun_star_bridge_oleautomation_Factory_idl__
+#pragma once
#include <com/sun/star/lang/XMultiServiceFactory.idl>
@@ -50,6 +49,5 @@ service Factory
}; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
index 9de3ae2faec3..6ab183ec1964 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_NamedArgument_idl__
-#define __com_sun_star_bridge_oleautomation_NamedArgument_idl__
+#pragma once
module com { module sun { module star { module bridge { module oleautomation {
@@ -52,6 +51,5 @@ struct NamedArgument
}; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl b/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl
index a01054d6d743..cc9ebf4e73e9 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_PropertyPutArgument_idl__
-#define __com_sun_star_bridge_oleautomation_PropertyPutArgument_idl__
+#pragma once
module com { module sun { module star { module bridge { module oleautomation {
@@ -59,6 +58,5 @@ struct PropertyPutArgument
}; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/SCode.idl b/udkapi/com/sun/star/bridge/oleautomation/SCode.idl
index 5791d9ddb7fb..3d320a73a66f 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/SCode.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/SCode.idl
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_SCode_idl__
-#define __com_sun_star_bridge_oleautomation_SCode_idl__
+#pragma once
module com { module sun { module star { module bridge { module oleautomation {
@@ -51,6 +50,5 @@ struct SCode
}; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl b/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl
index 3d38578ed25a..f597071ebca4 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_XAutomationObject_idl__
-#define __com_sun_star_bridge_oleautomation_XAutomationObject_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -45,6 +44,5 @@ interface XAutomationObject: com::sun::star::uno::XInterface
}; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */