bc5a72d6 | 30-Aug-2011 |
Eike Rathke |
explicit braces to avoid ambiguous 'else' gcc 4.5.1 complained about this, 4.6.1 did not, but.. Patch by: Pavel Janík <Pavel@Janik.cz> git-svn-id: https://svn.apache.org/re
explicit braces to avoid ambiguous 'else' gcc 4.5.1 complained about this, 4.6.1 did not, but.. Patch by: Pavel Janík <Pavel@Janik.cz> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1163398 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8f717c22 | 28-Aug-2011 |
Michael Stahl |
comphelper: OSLOutputStreamWrapper: remove re-implementation of XInterface (symbols are somehow not exported with GCC 4.6, and it seems to be unnecessary) git-svn-id: htt
comphelper: OSLOutputStreamWrapper: remove re-implementation of XInterface (symbols are somehow not exported with GCC 4.6, and it seems to be unnecessary) git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162611 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e5886c2d | 28-Aug-2011 |
Eike Rathke |
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/Con
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. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162603 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|