No bug
r=mkaply, sr=blizzard OS/2 only - Got these reversed - on OS/2, NEWFRAME is used at the end of a page, not the beginning git-svn-id: svn://10.0.0.236/trunk@102384 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3594d5d6bb
commit
0bee895f7b
@ -986,6 +986,11 @@ nsresult nsDeviceContextOS2::EndDocument()
|
||||
}
|
||||
|
||||
nsresult nsDeviceContextOS2::BeginPage()
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult nsDeviceContextOS2::EndPage()
|
||||
{
|
||||
if (NULL != mPrintDC)
|
||||
{
|
||||
@ -1003,11 +1008,6 @@ nsresult nsDeviceContextOS2::BeginPage()
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult nsDeviceContextOS2::EndPage()
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
char*
|
||||
nsDeviceContextOS2::GetACPString(const nsString& aStr)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user