To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80115





------- Additional comments from [EMAIL PROTECTED] Fri Jul 27 14:22:02 +0000 
2007 -------
Looks good so far. Is that all to make chart2 warning free on Mac? Cool!

OTH, I ask myself why there are again differences here, as this should also be a
gcc. Is this due to different versions, or different warnings that are switched 
on?

And one small thing: I'd prefer exact type initializations, i.e. sal_Bool =
sal_False instead of false, or double foo = 0.0 instead of 0. Don't know if this
really matters.

And does

template< typename T >
...
  T aFoo = T();

always work, also for POD types? Are there "default constructors" for them? what
does "int i = int();" do?

---------------------------------------------------------------------
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]

Reply via email to