diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:20:34 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:20:34 +0000 |
commit | ecbbea0428f8ba491a846ecab00a7f6b00baba17 (patch) | |
tree | 50f264b61c1953f7c4f8355505f2dd375e33fd22 /padmin | |
parent | f3fa79f66c54059cff1f12c69fab4b8b792a0a8b (diff) |
INTEGRATION: CWS residcleanup (1.20.22); FILE MERGED
2007/02/28 21:19:58 pl 1.20.22.1: #i74635# no more ResMgr fallback
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/helper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ); } /* |