Closed
Bug 273557
Opened 20 years ago
Closed 20 years ago
DeCOMtaminate nsIFontMetrics
Categories
(Core Graveyard :: GFX, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 230605
People
(Reporter: kherron+mozilla, Assigned: kherron+mozilla)
Details
Attachments
(1 file)
4.64 KB,
patch
|
Details | Diff | Splinter Review |
nsIFontMetrics.h
<http://lxr.mozilla.org/seamonkey/source/gfx/public/nsIFontMetrics.h> defines a
number of getters of the form
NS_IMETHOD GetSomeValue(nscoord &aValue)
Generally, the implementations can't fail and are all hardcoded to return NS_OK.
The class seems a good candidate for refactoring.
Assignee | ||
Comment 1•20 years ago
|
||
This is a proposal for a first round of interface changes. I'd appreciate some
feedback before developing the full patch.
Assignee | ||
Comment 2•20 years ago
|
||
Arg. I searched for dupes. Really, I did.
*** This bug has been marked as a duplicate of 230605 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•