summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/connection/AlreadyAcceptingException.idl')
-rw-r--r--udkapi/com/sun/star/connection/AlreadyAcceptingException.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl b/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl
index 6583b642e66a..ab9e3a1548cf 100644
--- a/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl
+++ b/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl
@@ -16,7 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#pragma once
+#ifndef _COM_SUN_STAR_CONNECTION_ALREADYACCEPTINGEXCEPTION_IDL_
+#define _COM_SUN_STAR_CONNECTION_ALREADYACCEPTINGEXCEPTION_IDL_
#include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module connection {
@@ -30,5 +31,6 @@ published exception AlreadyAcceptingException: com::sun::star::uno::Exception
};};};};
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */