From ecbbea0428f8ba491a846ecab00a7f6b00baba17 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 26 Apr 2007 07:20:34 +0000 Subject: INTEGRATION: CWS residcleanup (1.20.22); FILE MERGED 2007/02/28 21:19:58 pl 1.20.22.1: #i74635# no more ResMgr fallback --- padmin/source/helper.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'padmin') diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx index 82cca66aebc4..a10739119f70 100644 --- a/padmin/source/helper.cxx +++ b/padmin/source/helper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: helper.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: obo $ $Date: 2006-10-11 08:23:53 $ + * last change: $Author: rt $ $Date: 2007-04-26 08:20:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -136,7 +136,7 @@ ResId padmin::PaResId( sal_uInt32 nId ) aSettings.SetUILocale( aLocale ); Application::SetSettings( aSettings ); } - return ResId( nId, pPaResMgr ); + return ResId( nId, *pPaResMgr ); } /* -- cgit