mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
fixed some small declaration problems
This commit is contained in:
parent
233aa43ce2
commit
4c099da38f
@ -73,7 +73,7 @@ protected:
|
||||
|
||||
virtual ~nsFieldSetFrame();
|
||||
|
||||
void nsFieldSetFrame::SetMaxElementSize(nsSize& maxSize, nsSize* aSize);
|
||||
void SetMaxElementSize(nsSize& maxSize, nsSize* aSize);
|
||||
virtual PRIntn GetSkipSides() const;
|
||||
//virtual void GetDesiredSize(nsIPresContext* aPresContext,
|
||||
// const nsReflowState& aReflowState,
|
||||
|
@ -48,7 +48,7 @@ public:
|
||||
nsIRenderingContext& aRenderingContext,
|
||||
const nsRect& aDirtyRect);
|
||||
|
||||
PRInt32 nsLegendFrame::GetAlign();
|
||||
PRInt32 GetAlign();
|
||||
|
||||
PRBool IsInline();
|
||||
|
||||
|
@ -73,7 +73,7 @@ protected:
|
||||
|
||||
virtual ~nsFieldSetFrame();
|
||||
|
||||
void nsFieldSetFrame::SetMaxElementSize(nsSize& maxSize, nsSize* aSize);
|
||||
void SetMaxElementSize(nsSize& maxSize, nsSize* aSize);
|
||||
virtual PRIntn GetSkipSides() const;
|
||||
//virtual void GetDesiredSize(nsIPresContext* aPresContext,
|
||||
// const nsReflowState& aReflowState,
|
||||
|
@ -48,7 +48,7 @@ public:
|
||||
nsIRenderingContext& aRenderingContext,
|
||||
const nsRect& aDirtyRect);
|
||||
|
||||
PRInt32 nsLegendFrame::GetAlign();
|
||||
PRInt32 GetAlign();
|
||||
|
||||
PRBool IsInline();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user