This commit is contained in:
rods%netscape.com 2002-02-14 18:29:38 +00:00
Родитель 256565d9be
Коммит 1cb9d16d90
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -566,6 +566,11 @@ NS_IMETHODIMP nsDeviceContextGTK::EndDocument(void)
return NS_OK;
}
NS_IMETHODIMP nsDeviceContextGTK::AbortDocument(void)
{
return NS_OK;
}
NS_IMETHODIMP nsDeviceContextGTK::BeginPage(void)
{
return NS_OK;

Просмотреть файл

@ -86,6 +86,7 @@ public:
NS_IMETHOD BeginDocument(PRUnichar * aTitle);
NS_IMETHOD EndDocument(void);
NS_IMETHOD AbortDocument(void);
NS_IMETHOD BeginPage(void);
NS_IMETHOD EndPage(void);