Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA3588E7B for ; Sun, 28 Aug 2011 22:00:11 +0000 (UTC) Received: (qmail 3408 invoked by uid 500); 28 Aug 2011 22:00:11 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 3326 invoked by uid 500); 28 Aug 2011 22:00:11 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 3306 invoked by uid 99); 28 Aug 2011 22:00:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 22:00:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 22:00:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B29DB23889DE; Sun, 28 Aug 2011 21:59:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1162603 - /incubator/ooo/trunk/main/offapi/com/sun/star/ucb/Content.idl Date: Sun, 28 Aug 2011 21:59:49 -0000 To: ooo-commits@incubator.apache.org From: erack@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110828215949.B29DB23889DE@eris.apache.org> 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 -#endif - -#ifndef __com_sun_star_ucb_XContent_idl__ #include -#endif - -#ifndef __com_sun_star_lang_XComponent_idl__ #include -#endif - -#ifndef __com_sun_star_ucb_XCommandProcessor_idl__ #include -#endif - -#ifndef __com_sun_star_ucb_XCommandProcessor2_idl__ #include -#endif - -#ifndef __com_sun_star_ucb_XCommandInfoChangeNotifier_idl__ #include -#endif - -#ifndef __com_sun_star_beans_XPropertyContainer_idl__ #include -#endif - -#ifndef __com_sun_star_beans_XPropertySetInfoChangeNotifier_idl__ #include -#endif - -#ifndef __com_sun_star_beans_XPropertiesChangeNotifier_idl__ #include -#endif - -#ifndef __com_sun_star_ucb_XContentCreator_idl__ #include -#endif - -#ifndef __com_sun_star_container_XChild_idl__ #include -#endif //=============================================================================