Issue 78282 - m215: svx\source\dialog\frmsel.cxx:301 code compile problem
Summary: m215: svx\source\dialog\frmsel.cxx:301 code compile problem
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Windows 2000
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.3
Assignee: ivo.hinkelmann
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-11 02:18 UTC by jlcheng
Modified: 2007-06-29 16:09 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
My deal to compile. (618 bytes, patch)
2007-06-11 02:57 UTC, jlcheng
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description jlcheng 2007-06-11 02:18:11 UTC
svx\source\dialog\frmsel.cxx:301

the code is like(from line 300 to 303):
#endif
L
    //                             left neighbor     right neighbor     upper
neighbor    lower neighbor
    maLeft.SetKeyboardNeighbors(   FRAMEBORDER_NONE, FRAMEBORDER_TLBR, 
FRAMEBORDER_TOP,  FRAMEBORDER_BOTTOM );


the line 301 has only one char "L", can not compile. I guess the line 301 is not
planned code. Do you think so?
Comment 1 jlcheng 2007-06-11 02:57:38 UTC
Created attachment 45792 [details]
My deal to compile.
Comment 2 pavel 2007-06-11 05:24:22 UTC
.
Comment 3 ivo.hinkelmann 2007-06-11 10:50:05 UTC
"L" removed as masterfix
Comment 4 ivo.hinkelmann 2007-06-29 16:09:38 UTC
.