summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang')
-rw-r--r--udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl4
-rw-r--r--udkapi/com/sun/star/lang/ClassNotFoundException.idl4
-rw-r--r--udkapi/com/sun/star/lang/DisposedException.idl4
-rw-r--r--udkapi/com/sun/star/lang/EventObject.idl4
-rw-r--r--udkapi/com/sun/star/lang/IllegalAccessException.idl4
-rw-r--r--udkapi/com/sun/star/lang/IllegalArgumentException.idl4
-rw-r--r--udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl4
-rw-r--r--udkapi/com/sun/star/lang/InvalidListenerException.idl4
-rw-r--r--udkapi/com/sun/star/lang/ListenerExistException.idl4
-rw-r--r--udkapi/com/sun/star/lang/Locale.idl4
-rw-r--r--udkapi/com/sun/star/lang/MultiServiceFactory.idl4
-rw-r--r--udkapi/com/sun/star/lang/NoSuchFieldException.idl4
-rw-r--r--udkapi/com/sun/star/lang/NoSuchMethodException.idl4
-rw-r--r--udkapi/com/sun/star/lang/NoSupportException.idl4
-rw-r--r--udkapi/com/sun/star/lang/NotInitializedException.idl4
-rw-r--r--udkapi/com/sun/star/lang/NullPointerException.idl4
-rw-r--r--udkapi/com/sun/star/lang/RegistryServiceManager.idl4
-rw-r--r--udkapi/com/sun/star/lang/ServiceManager.idl4
-rw-r--r--udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl4
-rw-r--r--udkapi/com/sun/star/lang/SystemDependent.idl4
-rw-r--r--udkapi/com/sun/star/lang/WrappedTargetException.idl4
-rw-r--r--udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl4
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl4
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl4
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPointContainer.idl4
-rw-r--r--udkapi/com/sun/star/lang/XEventListener.idl4
-rw-r--r--udkapi/com/sun/star/lang/XInitialization.idl4
-rw-r--r--udkapi/com/sun/star/lang/XLocalizable.idl4
-rw-r--r--udkapi/com/sun/star/lang/XMain.idl4
-rw-r--r--udkapi/com/sun/star/lang/XMultiComponentFactory.idl4
-rw-r--r--udkapi/com/sun/star/lang/XMultiServiceFactory.idl4
-rw-r--r--udkapi/com/sun/star/lang/XServiceDisplayName.idl4
-rw-r--r--udkapi/com/sun/star/lang/XServiceInfo.idl4
-rw-r--r--udkapi/com/sun/star/lang/XServiceName.idl4
-rw-r--r--udkapi/com/sun/star/lang/XSingleComponentFactory.idl4
-rw-r--r--udkapi/com/sun/star/lang/XSingleServiceFactory.idl4
-rw-r--r--udkapi/com/sun/star/lang/XTypeProvider.idl4
-rw-r--r--udkapi/com/sun/star/lang/XUnoTunnel.idl4
38 files changed, 38 insertions, 114 deletions
diff --git a/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl b/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
index a0deac4edcd5..b9396a0a1973 100644
--- a/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
+++ b/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.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_lang_ArrayIndexOutOfBoundsException_idl__
-#define __com_sun_star_lang_ArrayIndexOutOfBoundsException_idl__
+#pragma once
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
@@ -38,6 +37,5 @@ published exception ArrayIndexOutOfBoundsException: com::sun::star::lang::IndexO
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/ClassNotFoundException.idl b/udkapi/com/sun/star/lang/ClassNotFoundException.idl
index ef3c228a3112..082ff835cfd7 100644
--- a/udkapi/com/sun/star/lang/ClassNotFoundException.idl
+++ b/udkapi/com/sun/star/lang/ClassNotFoundException.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_lang_ClassNotFoundException_idl__
-#define __com_sun_star_lang_ClassNotFoundException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -35,6 +34,5 @@ published exception ClassNotFoundException: com::sun::star::uno::Exception
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/DisposedException.idl b/udkapi/com/sun/star/lang/DisposedException.idl
index ace3c5f5fb39..4338cc325d2b 100644
--- a/udkapi/com/sun/star/lang/DisposedException.idl
+++ b/udkapi/com/sun/star/lang/DisposedException.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_lang_DisposedException_idl__
-#define __com_sun_star_lang_DisposedException_idl__
+#pragma once
#include <com/sun/star/uno/RuntimeException.idl>
@@ -39,6 +38,5 @@ published exception DisposedException: com::sun::star::uno::RuntimeException
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/EventObject.idl b/udkapi/com/sun/star/lang/EventObject.idl
index 3fa039fb334d..afcf7f44715b 100644
--- a/udkapi/com/sun/star/lang/EventObject.idl
+++ b/udkapi/com/sun/star/lang/EventObject.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_lang_EventObject_idl__
-#define __com_sun_star_lang_EventObject_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -39,6 +38,5 @@ published struct EventObject
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/IllegalAccessException.idl b/udkapi/com/sun/star/lang/IllegalAccessException.idl
index e4fb8fd7b110..e4a19a5b40f7 100644
--- a/udkapi/com/sun/star/lang/IllegalAccessException.idl
+++ b/udkapi/com/sun/star/lang/IllegalAccessException.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_lang_IllegalAccessException_idl__
-#define __com_sun_star_lang_IllegalAccessException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -35,6 +34,5 @@ published exception IllegalAccessException: com::sun::star::uno::Exception
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/IllegalArgumentException.idl b/udkapi/com/sun/star/lang/IllegalArgumentException.idl
index 9e522b8e38a9..b84d0724d07d 100644
--- a/udkapi/com/sun/star/lang/IllegalArgumentException.idl
+++ b/udkapi/com/sun/star/lang/IllegalArgumentException.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_lang_IllegalArgumentException_idl__
-#define __com_sun_star_lang_IllegalArgumentException_idl__
+#pragma once
#include <com/sun/star/uno/RuntimeException.idl>
@@ -39,6 +38,5 @@ published exception IllegalArgumentException
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl b/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
index 6c64ef7a07b7..c0daca893a3d 100644
--- a/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
+++ b/udkapi/com/sun/star/lang/IndexOutOfBoundsException.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_lang_IndexOutOfBoundsException_idl__
-#define __com_sun_star_lang_IndexOutOfBoundsException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -38,6 +37,5 @@ published exception IndexOutOfBoundsException: com::sun::star::uno::Exception
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/InvalidListenerException.idl b/udkapi/com/sun/star/lang/InvalidListenerException.idl
index 27825f533b9f..abaa21ba5835 100644
--- a/udkapi/com/sun/star/lang/InvalidListenerException.idl
+++ b/udkapi/com/sun/star/lang/InvalidListenerException.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_lang_InvalidListenerException_idl__
-#define __com_sun_star_lang_InvalidListenerException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -38,6 +37,5 @@ published exception InvalidListenerException: com::sun::star::uno::Exception
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/ListenerExistException.idl b/udkapi/com/sun/star/lang/ListenerExistException.idl
index 2e7970383ea4..cfe76760f591 100644
--- a/udkapi/com/sun/star/lang/ListenerExistException.idl
+++ b/udkapi/com/sun/star/lang/ListenerExistException.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_lang_ListenerExistException_idl__
-#define __com_sun_star_lang_ListenerExistException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -37,6 +36,5 @@ published exception ListenerExistException: com::sun::star::uno::Exception
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl
index a5c7c7718955..46b6bbbdc413 100644
--- a/udkapi/com/sun/star/lang/Locale.idl
+++ b/udkapi/com/sun/star/lang/Locale.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_lang_Locale_idl__
-#define __com_sun_star_lang_Locale_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -106,6 +105,5 @@ published struct Locale
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/MultiServiceFactory.idl b/udkapi/com/sun/star/lang/MultiServiceFactory.idl
index 272d694dcc7e..c42335add8fe 100644
--- a/udkapi/com/sun/star/lang/MultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/MultiServiceFactory.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_lang_MultiServiceFactory_idl__
-#define __com_sun_star_lang_MultiServiceFactory_idl__
+#pragma once
#include <com/sun/star/lang/XMultiServiceFactory.idl>
#include <com/sun/star/lang/XMultiComponentFactory.idl>
@@ -59,6 +58,5 @@ published service MultiServiceFactory
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/NoSuchFieldException.idl b/udkapi/com/sun/star/lang/NoSuchFieldException.idl
index 72c2125e2248..bbb97114dec9 100644
--- a/udkapi/com/sun/star/lang/NoSuchFieldException.idl
+++ b/udkapi/com/sun/star/lang/NoSuchFieldException.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_lang_NoSuchFieldException_idl__
-#define __com_sun_star_lang_NoSuchFieldException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -34,6 +33,5 @@ published exception NoSuchFieldException: com::sun::star::uno::Exception
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/NoSuchMethodException.idl b/udkapi/com/sun/star/lang/NoSuchMethodException.idl
index 5511cc489b55..5fbcff983cc8 100644
--- a/udkapi/com/sun/star/lang/NoSuchMethodException.idl
+++ b/udkapi/com/sun/star/lang/NoSuchMethodException.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_lang_NoSuchMethodException_idl__
-#define __com_sun_star_lang_NoSuchMethodException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -34,6 +33,5 @@ published exception NoSuchMethodException: com::sun::star::uno::Exception
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/NoSupportException.idl b/udkapi/com/sun/star/lang/NoSupportException.idl
index dcdb91783284..ba5e3412e793 100644
--- a/udkapi/com/sun/star/lang/NoSupportException.idl
+++ b/udkapi/com/sun/star/lang/NoSupportException.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_lang_NoSupportException_idl__
-#define __com_sun_star_lang_NoSupportException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -42,6 +41,5 @@ published exception NoSupportException: com::sun::star::uno::Exception
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/NotInitializedException.idl b/udkapi/com/sun/star/lang/NotInitializedException.idl
index 54478fbbeb04..e6976fd6b011 100644
--- a/udkapi/com/sun/star/lang/NotInitializedException.idl
+++ b/udkapi/com/sun/star/lang/NotInitializedException.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_lang_NotInitializedException_idl__
-#define __com_sun_star_lang_NotInitializedException_idl__
+#pragma once
#include <com/sun/star/uno/RuntimeException.idl>
@@ -37,6 +36,5 @@ published exception NotInitializedException : com::sun::star::uno::RuntimeExcept
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/NullPointerException.idl b/udkapi/com/sun/star/lang/NullPointerException.idl
index fbdcc382f504..f86c3a16a4fb 100644
--- a/udkapi/com/sun/star/lang/NullPointerException.idl
+++ b/udkapi/com/sun/star/lang/NullPointerException.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_lang_NullPointerException_idl__
-#define __com_sun_star_lang_NullPointerException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -40,6 +39,5 @@ published exception NullPointerException: com::sun::star::uno::Exception
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/RegistryServiceManager.idl b/udkapi/com/sun/star/lang/RegistryServiceManager.idl
index bae17cc68ea4..08a8992a006f 100644
--- a/udkapi/com/sun/star/lang/RegistryServiceManager.idl
+++ b/udkapi/com/sun/star/lang/RegistryServiceManager.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_lang_RegistryServiceManager_idl__
-#define __com_sun_star_lang_RegistryServiceManager_idl__
+#pragma once
#include <com/sun/star/lang/ServiceManager.idl>
@@ -73,6 +72,5 @@ published service RegistryServiceManager
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/ServiceManager.idl b/udkapi/com/sun/star/lang/ServiceManager.idl
index 85d9a750c808..e4041a770302 100644
--- a/udkapi/com/sun/star/lang/ServiceManager.idl
+++ b/udkapi/com/sun/star/lang/ServiceManager.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_lang_ServiceManager_idl__
-#define __com_sun_star_lang_ServiceManager_idl__
+#pragma once
#include <com/sun/star/lang/MultiServiceFactory.idl>
@@ -122,6 +121,5 @@ published service ServiceManager
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl b/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
index bbf7447d32fe..129151d352b4 100644
--- a/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
+++ b/udkapi/com/sun/star/lang/ServiceNotRegisteredException.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_lang_ServiceNotRegisteredException_idl__
-#define __com_sun_star_lang_ServiceNotRegisteredException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -37,6 +36,5 @@ published exception ServiceNotRegisteredException: com::sun::star::uno::Exceptio
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/SystemDependent.idl b/udkapi/com/sun/star/lang/SystemDependent.idl
index 4d1c3c5e6b88..93ff9891c90a 100644
--- a/udkapi/com/sun/star/lang/SystemDependent.idl
+++ b/udkapi/com/sun/star/lang/SystemDependent.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_lang_SystemDependent_idl__
-#define __com_sun_star_lang_SystemDependent_idl__
+#pragma once
@@ -91,6 +90,5 @@ published constants SystemDependent
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/WrappedTargetException.idl b/udkapi/com/sun/star/lang/WrappedTargetException.idl
index de07139b82c0..5a64ee9cfef0 100644
--- a/udkapi/com/sun/star/lang/WrappedTargetException.idl
+++ b/udkapi/com/sun/star/lang/WrappedTargetException.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_lang_WrappedTargetException_idl__
-#define __com_sun_star_lang_WrappedTargetException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -45,6 +44,5 @@ published exception WrappedTargetException: com::sun::star::uno::Exception
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl b/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl
index ee5958859054..1466d39f2c44 100644
--- a/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl
+++ b/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.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_lang_WrappedTargetRuntimeException_idl__
-#define __com_sun_star_lang_WrappedTargetRuntimeException_idl__
+#pragma once
#include <com/sun/star/uno/RuntimeException.idl>
@@ -44,6 +43,5 @@ published exception WrappedTargetRuntimeException: ::com::sun::star::uno::Runtim
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index b0390d3a87f4..2b29de00cbd0 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.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_lang_XComponent_idl__
-#define __com_sun_star_lang_XComponent_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -112,6 +111,5 @@ published interface XComponent: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index 702ffae1b68e..0151e91ca372 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.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_lang_XConnectionPoint_idl__
-#define __com_sun_star_lang_XConnectionPoint_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/XConnectionPointContainer.idl>
@@ -161,6 +160,5 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
index 56e698ea7637..c0d6815bc564 100644
--- a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPointContainer.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_lang_XConnectionPointContainer_idl__
-#define __com_sun_star_lang_XConnectionPointContainer_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -85,6 +84,5 @@ published interface XConnectionPointContainer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XEventListener.idl b/udkapi/com/sun/star/lang/XEventListener.idl
index 5b808df56d3b..8dd9eab03933 100644
--- a/udkapi/com/sun/star/lang/XEventListener.idl
+++ b/udkapi/com/sun/star/lang/XEventListener.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_lang_XEventListener_idl__
-#define __com_sun_star_lang_XEventListener_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -50,6 +49,5 @@ published interface XEventListener: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XInitialization.idl b/udkapi/com/sun/star/lang/XInitialization.idl
index 553f5169021e..776a4669ad54 100644
--- a/udkapi/com/sun/star/lang/XInitialization.idl
+++ b/udkapi/com/sun/star/lang/XInitialization.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_lang_XInitialization_idl__
-#define __com_sun_star_lang_XInitialization_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -57,6 +56,5 @@ published interface XInitialization: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XLocalizable.idl b/udkapi/com/sun/star/lang/XLocalizable.idl
index e89dada2ec8a..cdfc852e137c 100644
--- a/udkapi/com/sun/star/lang/XLocalizable.idl
+++ b/udkapi/com/sun/star/lang/XLocalizable.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_lang_XLocalizable_idl__
-#define __com_sun_star_lang_XLocalizable_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -43,6 +42,5 @@ published interface XLocalizable: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XMain.idl b/udkapi/com/sun/star/lang/XMain.idl
index c869b964f72b..d8671a416ce1 100644
--- a/udkapi/com/sun/star/lang/XMain.idl
+++ b/udkapi/com/sun/star/lang/XMain.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_lang_XMain_idl__
-#define __com_sun_star_lang_XMain_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -48,6 +47,5 @@ published interface XMain: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XMultiComponentFactory.idl b/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
index f036ece8154a..31b31c6f8594 100644
--- a/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
+++ b/udkapi/com/sun/star/lang/XMultiComponentFactory.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_lang_XMultiComponentFactory_idl__
-#define __com_sun_star_lang_XMultiComponentFactory_idl__
+#pragma once
#include <com/sun/star/uno/XComponentContext.idl>
@@ -76,6 +75,5 @@ published interface XMultiComponentFactory : com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl b/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
index 31b5725d9896..551fd8728bda 100644
--- a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/XMultiServiceFactory.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_lang_XMultiServiceFactory_idl__
-#define __com_sun_star_lang_XMultiServiceFactory_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -74,6 +73,5 @@ published interface XMultiServiceFactory: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XServiceDisplayName.idl b/udkapi/com/sun/star/lang/XServiceDisplayName.idl
index eb22008c7681..d7e6be52e659 100644
--- a/udkapi/com/sun/star/lang/XServiceDisplayName.idl
+++ b/udkapi/com/sun/star/lang/XServiceDisplayName.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_lang_XServiceDisplayName_idl__
-#define __com_sun_star_lang_XServiceDisplayName_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -56,6 +55,5 @@ published interface XServiceDisplayName : ::com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XServiceInfo.idl b/udkapi/com/sun/star/lang/XServiceInfo.idl
index ff9603c25b96..0f7dc1273ecb 100644
--- a/udkapi/com/sun/star/lang/XServiceInfo.idl
+++ b/udkapi/com/sun/star/lang/XServiceInfo.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_lang_XServiceInfo_idl__
-#define __com_sun_star_lang_XServiceInfo_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -60,6 +59,5 @@ published interface XServiceInfo: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XServiceName.idl b/udkapi/com/sun/star/lang/XServiceName.idl
index 74da0504348c..733859461095 100644
--- a/udkapi/com/sun/star/lang/XServiceName.idl
+++ b/udkapi/com/sun/star/lang/XServiceName.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_lang_XServiceName_idl__
-#define __com_sun_star_lang_XServiceName_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -43,6 +42,5 @@ published interface XServiceName: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XSingleComponentFactory.idl b/udkapi/com/sun/star/lang/XSingleComponentFactory.idl
index d10f369bf87d..123c26d719b2 100644
--- a/udkapi/com/sun/star/lang/XSingleComponentFactory.idl
+++ b/udkapi/com/sun/star/lang/XSingleComponentFactory.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_lang_XSingleComponentFactory_idl__
-#define __com_sun_star_lang_XSingleComponentFactory_idl__
+#pragma once
#include <com/sun/star/uno/XComponentContext.idl>
@@ -61,6 +60,5 @@ published interface XSingleComponentFactory : com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl b/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
index b1fe4486fae5..40776b357ecc 100644
--- a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/XSingleServiceFactory.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_lang_XSingleServiceFactory_idl__
-#define __com_sun_star_lang_XSingleServiceFactory_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -61,6 +60,5 @@ published interface XSingleServiceFactory: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XTypeProvider.idl b/udkapi/com/sun/star/lang/XTypeProvider.idl
index efc0cd881b74..1197310a03cd 100644
--- a/udkapi/com/sun/star/lang/XTypeProvider.idl
+++ b/udkapi/com/sun/star/lang/XTypeProvider.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_lang_XTypeProvider_idl__
-#define __com_sun_star_lang_XTypeProvider_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -61,7 +60,6 @@ published interface XTypeProvider: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XUnoTunnel.idl b/udkapi/com/sun/star/lang/XUnoTunnel.idl
index 0b96ccc18fe2..39cd51d6e17f 100644
--- a/udkapi/com/sun/star/lang/XUnoTunnel.idl
+++ b/udkapi/com/sun/star/lang/XUnoTunnel.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_lang_XUnoTunnel_idl__
-#define __com_sun_star_lang_XUnoTunnel_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -61,6 +60,5 @@ published interface XUnoTunnel: com::sun::star::uno::XInterface
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */