To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=65598 Issue #:|65598 Summary:|syntax error in XSlideShow.idl Component:|Presentation Version:|680m167 Platform:|All URL:| OS/Version:|Linux Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|obo Reported by:|cloph
------- Additional comments from [EMAIL PROTECTED] Fri May 19 11:01:39 -0700 2006 ------- slideshow/source/api/com/sun/star/presentation/XSlideShow.idl contains #endif // ! defined(INCLUDED_com_sun_star_presentation_XSlideShow_idl) This makes the compiler complain. see eg http://go-oo.org/tinderbox/gunzip.cgi?tree=SRC680_m169&brief-log=1147521238.16402#err17 ============= Building project slideshow ============= /home/cloph/compile/shadow/slideshow/source/api mkout -- version: 1.5 idlc -I. -I/home/cloph/compile/shadow/solver/680/unxlngi6.pro/idl -O../../unxlngi6.pro/ucr com/sun/star/presentation/XSlideShow.idl com/sun/star/presentation/XSlideShowView.idl com/sun/star/presentation/XSlideShowListener.idl com/sun/star/presentation/XShapeEventListener.idl cpp: /tmp/idli_GopOie:329 Syntax error in #endif idlc: compile ´com/sun/star/presentation/XSlideShow.idl´ ... idlc: compile ´com/sun/star/presentation/XSlideShowView.idl´ ... idlc: compile ´com/sun/star/presentation/XSlideShowListener.idl´ ... idlc: compile ´com/sun/star/presentation/XShapeEventListener.idl´ ... idlc: returned successful That file is the only idl that contains some comment after the #endif. The attached patch removes the comment. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
