You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by er...@apache.org on 2011/08/28 23:59:49 UTC

svn commit: r1162603 - /incubator/ooo/trunk/main/offapi/com/sun/star/ucb/Content.idl

Author: erack
Date: Sun Aug 28 21:59:49 2011
New Revision: 1162603

URL: http://svn.apache.org/viewvc?rev=1162603&view=rev
Log:
workaround idlc complainig about unexpected identifiers in _comment_

Crazy idea that worked:
For files that included Content.idl idlc complained with
../../../../com/sun/star/ucb/Content.idl(296) : Illegal syntax following service member declaration: syntax error, unexpected IDL_IDENTIFIER
Removing the header guards around included .idl files got rid of that.

Modified:
    incubator/ooo/trunk/main/offapi/com/sun/star/ucb/Content.idl

Modified: incubator/ooo/trunk/main/offapi/com/sun/star/ucb/Content.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/offapi/com/sun/star/ucb/Content.idl?rev=1162603&r1=1162602&r2=1162603&view=diff
==============================================================================
--- incubator/ooo/trunk/main/offapi/com/sun/star/ucb/Content.idl (original)
+++ incubator/ooo/trunk/main/offapi/com/sun/star/ucb/Content.idl Sun Aug 28 21:59:49 2011
@@ -28,49 +28,17 @@
 #ifndef __com_sun_star_ucb_Content_idl__
 #define __com_sun_star_ucb_Content_idl__
 
-#ifndef __com_sun_star_ucb_XContent_idl__
 #include <com/sun/star/ucb/XContent.idl>
-#endif
-
-#ifndef __com_sun_star_ucb_XContent_idl__
 #include <com/sun/star/ucb/XContent.idl>
-#endif
-
-#ifndef __com_sun_star_lang_XComponent_idl__
 #include <com/sun/star/lang/XComponent.idl>
-#endif
-
-#ifndef __com_sun_star_ucb_XCommandProcessor_idl__
 #include <com/sun/star/ucb/XCommandProcessor.idl>
-#endif
-
-#ifndef __com_sun_star_ucb_XCommandProcessor2_idl__
 #include <com/sun/star/ucb/XCommandProcessor2.idl>
-#endif
-
-#ifndef __com_sun_star_ucb_XCommandInfoChangeNotifier_idl__
 #include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
-#endif
-
-#ifndef __com_sun_star_beans_XPropertyContainer_idl__
 #include <com/sun/star/beans/XPropertyContainer.idl>
-#endif
-
-#ifndef __com_sun_star_beans_XPropertySetInfoChangeNotifier_idl__
 #include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
-#endif
-
-#ifndef __com_sun_star_beans_XPropertiesChangeNotifier_idl__
 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
-#endif
-
-#ifndef __com_sun_star_ucb_XContentCreator_idl__
 #include <com/sun/star/ucb/XContentCreator.idl>
-#endif
-
-#ifndef __com_sun_star_container_XChild_idl__
 #include <com/sun/star/container/XChild.idl>
-#endif
 
 //=============================================================================