Kaydet (Commit) 8052f3db authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS residcleanup (1.12.16); FILE MERGED

2007/02/21 22:04:06 pl 1.12.16.1: #i74635# get rid of global ResMgr
üst 9bb32b8e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: cuigaldlg.cxx,v $ * $RCSfile: cuigaldlg.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: vg $ $Date: 2007-02-05 12:07:32 $ * last change: $Author: rt $ $Date: 2007-04-26 07:28:05 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -262,11 +262,11 @@ void SearchThread::ImplSearch( const INetURLObject& rStartURL, ...@@ -262,11 +262,11 @@ void SearchThread::ImplSearch( const INetURLObject& rStartURL,
SearchProgress::SearchProgress( Window* pParent, const INetURLObject& rStartURL ) : SearchProgress::SearchProgress( Window* pParent, const INetURLObject& rStartURL ) :
ModalDialog ( pParent, GAL_RESID(RID_SVXDLG_GALLERY_SEARCH_PROGRESS ) ), ModalDialog ( pParent, GAL_RESID(RID_SVXDLG_GALLERY_SEARCH_PROGRESS ) ),
aFtSearchDir ( this, ResId( FT_SEARCH_DIR ) ), aFtSearchDir ( this, GAL_RESID( FT_SEARCH_DIR ) ),
aFLSearchDir ( this, ResId( FL_SEARCH_DIR ) ), aFLSearchDir ( this, GAL_RESID( FL_SEARCH_DIR ) ),
aFtSearchType ( this, ResId( FT_SEARCH_TYPE ) ), aFtSearchType ( this, GAL_RESID( FT_SEARCH_TYPE ) ),
aFLSearchType ( this, ResId( FL_SEARCH_TYPE ) ), aFLSearchType ( this, GAL_RESID( FL_SEARCH_TYPE ) ),
aBtnCancel ( this, ResId( BTN_CANCEL ) ), aBtnCancel ( this, GAL_RESID( BTN_CANCEL ) ),
maSearchThread ( this, (TPGalleryThemeProperties*) pParent, rStartURL ) maSearchThread ( this, (TPGalleryThemeProperties*) pParent, rStartURL )
{ {
FreeResource(); FreeResource();
...@@ -392,9 +392,9 @@ void SAL_CALL TakeThread::onTerminated() ...@@ -392,9 +392,9 @@ void SAL_CALL TakeThread::onTerminated()
TakeProgress::TakeProgress( Window* pWindow ) : TakeProgress::TakeProgress( Window* pWindow ) :
ModalDialog ( pWindow, GAL_RESID( RID_SVXDLG_GALLERY_TAKE_PROGRESS ) ), ModalDialog ( pWindow, GAL_RESID( RID_SVXDLG_GALLERY_TAKE_PROGRESS ) ),
aFtTakeFile ( this, ResId( FT_TAKE_FILE ) ), aFtTakeFile ( this, GAL_RESID( FT_TAKE_FILE ) ),
aFLTakeProgress( this, ResId( FL_TAKE_PROGRESS ) ), aFLTakeProgress( this, GAL_RESID( FL_TAKE_PROGRESS ) ),
aBtnCancel ( this, ResId( BTN_CANCEL ) ), aBtnCancel ( this, GAL_RESID( BTN_CANCEL ) ),
maTakeThread ( this, (TPGalleryThemeProperties*) pWindow, maTakenList ) maTakeThread ( this, (TPGalleryThemeProperties*) pWindow, maTakenList )
{ {
...@@ -497,9 +497,9 @@ void TakeProgress::StartExecuteModal( const Link& rEndDialogHdl ) ...@@ -497,9 +497,9 @@ void TakeProgress::StartExecuteModal( const Link& rEndDialogHdl )
ActualizeProgress::ActualizeProgress( Window* pWindow, GalleryTheme* pThm ) : ActualizeProgress::ActualizeProgress( Window* pWindow, GalleryTheme* pThm ) :
ModalDialog ( pWindow, GAL_RESID( RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS ) ), ModalDialog ( pWindow, GAL_RESID( RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS ) ),
aFtActualizeFile ( this, ResId( FT_ACTUALIZE_FILE ) ), aFtActualizeFile ( this, GAL_RESID( FT_ACTUALIZE_FILE ) ),
aFLActualizeProgress ( this, ResId( FL_ACTUALIZE_PROGRESS ) ), aFLActualizeProgress ( this, GAL_RESID( FL_ACTUALIZE_PROGRESS ) ),
aBtnCancel ( this, ResId( BTN_CANCEL ) ), aBtnCancel ( this, GAL_RESID( BTN_CANCEL ) ),
pTheme ( pThm ) pTheme ( pThm )
{ {
FreeResource(); FreeResource();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment