Issue 20297

Summary: MtaFop.cxx does not compile on wntmsci7
Product: gsl Reporter: Frank Schönheit <frank.schoenheit>
Component: codeAssignee: tino.rachui
Status: CLOSED FIXED QA Contact: issues@gsl <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 Beta2   
Target Milestone: OOo 2.0   
Hardware: PC   
OS: Windows 2000   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description Frank Schönheit 2003-09-29 08:50:03 UTC
If you get an OpenOffice.org build environment on Windows, then
  fpicker/source/win32/MtaFop.cxx
does not compile. The problem is the local function DeinitializeRequestContext,
which does have an implicit "int" return type, but doesn't return anything. It
seems that the .NET compiler allows this, while the older compiler which is used
for OpenOffice.org builds doesn't.

Effectively, this means that an OpenOffice.org build on Windows cannot be run
unattended.
Comment 1 tino.rachui 2003-09-29 09:11:10 UTC
Hi Frank,

would have had expect it exactly the other way round because I thought
the new compiler is more restrictive. 
Anyway - fixed this.

Kind Regards,
Tino
Comment 2 tino.rachui 2003-09-29 09:11:43 UTC
.
Comment 3 tino.rachui 2003-09-29 09:12:07 UTC
.
Comment 4 tino.rachui 2003-09-29 09:17:00 UTC
Fixed
Comment 5 Martin Hollmichel 2003-10-17 15:24:35 UTC
verified
Comment 6 tino.rachui 2003-10-20 09:59:49 UTC
closed