Issue 13444

Summary: Cannot compile svx/source/fmcomp/fmgridif.cxx on Mac OS X 10.1
Product: porting Reporter: pluby
Component: codeAssignee: pluby
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: dan, ed, issues
Version: OOo 1.0.3Keywords: merge_pending
Target Milestone: OOo 1.0.3   
Hardware: Mac   
OS: Mac OS X, all   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Apply the patch by executing the following commands: cd $SRC_ROOT/svx ; patch -p0 /path/to/patch/file none

Description pluby 2003-04-15 06:30:57 UTC
This file, as it currently exists in the OOO_STABLE_1_PORTS branch, will not
compile on the Mac OS X 10.1 platform. The cause of this problem is that there
is a namespace declaration block between 2 method implementations. By moving the
namespace declaration earlier in the file (before all method implementations)
fixes the problem.
Comment 1 pluby 2003-04-15 06:33:50 UTC
Created attachment 5669 [details]
Apply the patch by executing the following commands: cd $SRC_ROOT/svx ; patch -p0 /path/to/patch/file
Comment 2 pluby 2003-04-15 06:34:44 UTC
Set target milestone
Comment 3 fa 2003-04-16 08:27:44 UTC
svx.patch approved and committed to PORTS.

Dan
Comment 4 pluby 2003-12-10 13:33:03 UTC
Verified that this works.
Comment 5 pluby 2003-12-10 13:33:56 UTC
Marking as resolved.
Comment 6 pluby 2003-12-10 13:34:49 UTC
Multi-line
comment
test
Comment 7 Martin Hollmichel 2004-10-15 04:05:17 UTC
close issue.