diff options
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 ); } /* |