[PATCH 2/7] add missing #ifndef
Tomas Hlavaty
tom at logand.com
Sun Jan 22 09:05:20 PST 2012
---
udkapi/com/sun/star/corba/corba.idl | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/udkapi/com/sun/star/corba/corba.idl b/udkapi/com/sun/star/corba/corba.idl
index 45c239a..8f5d62b 100644
--- a/udkapi/com/sun/star/corba/corba.idl
+++ b/udkapi/com/sun/star/corba/corba.idl
@@ -25,6 +25,9 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+#ifndef __com_sun_star_corba_corba_idl__
+#define __com_sun_star_corba_corba_idl__
+
module com { module sun { module star { module corba
{
/**
@@ -103,4 +106,6 @@ module com { module sun { module star { module corba
}; }; }; };
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
--
1.7.5.4
--=-=-=
Content-Type: text/x-diff
Content-Disposition: inline;
filename=0003-idl-fix-package-for-CorbaString8-and-CorbaUnion.patch
More information about the LibreOffice
mailing list