You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2012/09/21 13:00:16 UTC

[Bug 53914] New: TableRow#getTopBorder() return bottom's border

https://issues.apache.org/bugzilla/show_bug.cgi?id=53914

          Priority: P2
            Bug ID: 53914
          Assignee: dev@poi.apache.org
           Summary: TableRow#getTopBorder() return bottom's border
          Severity: normal
    Classification: Unclassified
          Reporter: madgaoh@gmail.com
          Hardware: PC
            Status: NEW
           Version: 3.8
         Component: HWPF
           Product: POI

Hi, I found a simple mistake

in org.apache.poi.hwpf.usermodel.TableRow line 111

    public BorderCode getTopBorder()
    {
        return _tprops.getBrcBottom();
    }

Please return the top.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 53914] TableRow#getTopBorder() return bottom's border

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53914

Sergey Vladimirov <vl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 OS|                            |All

--- Comment #1 from Sergey Vladimirov <vl...@gmail.com> ---
Satake,

Thanks, fixed in trunk!

Sergey

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org