diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 09:15:31 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 09:15:31 +0000 |
commit | 85a38c03bf0ea1e80aff21e975ebee54d70cdaef (patch) | |
tree | 9b7248d606556cad346b6c03802bf2e7b7fb4f7c /sfx2/source | |
parent | a5f4a6f42b1cfe173cae1dac6e04808cba2f5605 (diff) |
INTEGRATION: CWS residcleanup (1.21.30); FILE MERGED
2007/02/20 16:35:33 pl 1.21.30.1: #i74635# get rid of global ResMgr
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/view/prnmon.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/source/view/prnmon.cxx b/sfx2/source/view/prnmon.cxx index 01d65490dc42..94117485131d 100644 --- a/sfx2/source/view/prnmon.cxx +++ b/sfx2/source/view/prnmon.cxx @@ -4,9 +4,9 @@ * * $RCSfile: prnmon.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: obo $ $Date: 2007-01-23 07:14:41 $ + * last change: $Author: rt $ $Date: 2007-04-26 10:15:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -166,11 +166,11 @@ void SfxPrintProgress_Impl::SFX_NOTIFY( SfxPrintMonitor_Impl::SfxPrintMonitor_Impl( Window* pParent, SfxViewShell* rpViewShell ) : ModelessDialog( pParent, SfxResId( DLG_PRINTMONITOR ) ), pViewShell ( rpViewShell ), - aDocName ( this, ResId( FT_DOCNAME ) ), - aPrinting ( this, ResId( FT_PRINTING ) ), - aPrinter ( this, ResId( FT_PRINTER ) ), - aPrintInfo ( this, ResId( FT_PRINTINFO ) ), - aCancel ( this, ResId( PB_CANCELPRNMON ) ) + aDocName ( this, SfxResId( FT_DOCNAME ) ), + aPrinting ( this, SfxResId( FT_PRINTING ) ), + aPrinter ( this, SfxResId( FT_PRINTER ) ), + aPrintInfo ( this, SfxResId( FT_PRINTINFO ) ), + aCancel ( this, SfxResId( PB_CANCELPRNMON ) ) { FreeResource(); } |