summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 09:02:40 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 09:02:40 +0000
commit3de01f07bf667c79f842f2d355b6ddba937b4f51 (patch)
treeefb5ee1221b4287b1dc4fc0e0e4928135138966d /goodies
parenta29d5c624bbeaabc46e7dc1799edcb0e1cf96fe8 (diff)
INTEGRATION: CWS residcleanup (1.10.12); FILE MERGED
2007/02/18 19:58:12 pl 1.10.12.1: #i74635# get rid of implicit global ResMgr
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/unographic/provider.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/unographic/provider.cxx b/goodies/source/unographic/provider.cxx
index bbd0a6d9ece2..f1935eb177ab 100644
--- a/goodies/source/unographic/provider.cxx
+++ b/goodies/source/unographic/provider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: provider.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2007-01-23 08:55:14 $
+ * last change: $Author: rt $ $Date: 2007-04-26 10:02:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -231,7 +231,7 @@ uno::Reference< ::graphic::XGraphic > GraphicProvider::implLoadResource( const :
if( pResMgr )
{
const ::rtl::OUString aResourceType( rResourceURL.getToken( 0, '/', nIndex ) );
- const ResId aResId( rResourceURL.getToken( 0, '/', nIndex ).toInt32(), pResMgr );
+ const ResId aResId( rResourceURL.getToken( 0, '/', nIndex ).toInt32(), *pResMgr );
if( aResourceType.getLength() )
{