diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/printhelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/printhelper.cxx b/sfx2/source/doc/printhelper.cxx index 85659b56e73e..cf7b5cff2d9f 100644 --- a/sfx2/source/doc/printhelper.cxx +++ b/sfx2/source/doc/printhelper.cxx @@ -487,7 +487,7 @@ class ImplUCBPrintWatcher : public ::osl::Thread /* waits for finishing of the print job and moves the temp file afterwards Note: Starting of the job is done outside this thread! - But we have to free some of the given ressources on heap! + But we have to free some of the given resources on heap! */ void SAL_CALL run() { @@ -777,7 +777,7 @@ void SAL_CALL SfxPrintHelper::print(const uno::Sequence< beans::PropertyValue >& // b) else { - // Note: we create(d) some ressource on the heap. (thread and tep file) + // Note: we create(d) some resource on the heap. (thread and tep file) // They will be delected by the thread automaticly if he finish his run() method. ImplUCBPrintWatcher* pWatcher = new ImplUCBPrintWatcher( pPrinter, pUCBPrintTempFile, sUcbUrl ); pWatcher->create(); |