From 0b659ad2cb5c1e6f364c774259dbcce52e32a4ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 26 Apr 2007 06:49:39 +0000 Subject: [PATCH] INTEGRATION: CWS residcleanup (1.52.262); FILE MERGED 2007/02/22 21:37:36 pl 1.52.262.1: #i74635# get rid of global ResMgr fallback --- svx/source/gallery2/galbrws2.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx index b91b645fa8d3..d14d5d7e2254 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: galbrws2.cxx,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: obo $ $Date: 2006-09-17 05:15:48 $ + * last change: $Author: rt $ $Date: 2007-04-26 07:49:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1019,7 +1019,7 @@ void GalleryBrowser2::ImplExecute( USHORT nId ) SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); if(pFact) { - AbstractTitleDialog* aDlg = pFact->CreateTitleDialog( this, aOldTitle, ResId(RID_SVXDLG_GALLERY_TITLE) ); + AbstractTitleDialog* aDlg = pFact->CreateTitleDialog( this, aOldTitle, RID_SVXDLG_GALLERY_TITLE ); DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 if( aDlg->Execute() == RET_OK )//CHINA001 if( aDlg.Execute() == RET_OK ) {