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:
mkaply%us.ibm.com 2001-09-06 04:01:45 +00:00
parent 3594d5d6bb
commit 0bee895f7b

View File

@ -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)
{