avoid EndDocument and AbortDocument + nasty dialogs during printing regression tests

bug 125053 r=karnaze,rods sr=attinasi
This commit is contained in:
bernd.mielke%snafu.de 2002-02-13 20:01:42 +00:00
parent 1347683650
commit 62b1dc6afe
2 changed files with 2 additions and 2 deletions

View File

@ -800,7 +800,7 @@ PrintData::~PrintData()
OnEndPrinting(NS_OK); // removes listener OnEndPrinting(NS_OK); // removes listener
if (mPrintDC) { if (mPrintDC && !mDebugFilePtr) {
#ifdef DEBUG_PRINTING #ifdef DEBUG_PRINTING
fprintf(mDebugFD, "****************** End Document ************************\n"); fprintf(mDebugFD, "****************** End Document ************************\n");
#endif #endif

View File

@ -800,7 +800,7 @@ PrintData::~PrintData()
OnEndPrinting(NS_OK); // removes listener OnEndPrinting(NS_OK); // removes listener
if (mPrintDC) { if (mPrintDC && !mDebugFilePtr) {
#ifdef DEBUG_PRINTING #ifdef DEBUG_PRINTING
fprintf(mDebugFD, "****************** End Document ************************\n"); fprintf(mDebugFD, "****************** End Document ************************\n");
#endif #endif