summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/componentresmodule.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 09:03:04 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 09:03:04 +0000
commit13ca506b175e788cf09ca8c2acc6a64c49774543 (patch)
tree1fe513b486a48050712f2cb1e1f01dde72108c45 /unotools/inc/unotools/componentresmodule.hxx
parent3de01f07bf667c79f842f2d355b6ddba937b4f51 (diff)
INTEGRATION: CWS residcleanup (1.2.44); FILE MERGED
2007/02/18 17:24:28 pl 1.2.44.1: #i74635# get rid of implicit global ResMgr
Diffstat (limited to 'unotools/inc/unotools/componentresmodule.hxx')
-rw-r--r--unotools/inc/unotools/componentresmodule.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/inc/unotools/componentresmodule.hxx b/unotools/inc/unotools/componentresmodule.hxx
index 087a5084ee13..fa648b243e95 100644
--- a/unotools/inc/unotools/componentresmodule.hxx
+++ b/unotools/inc/unotools/componentresmodule.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: componentresmodule.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2006-03-14 11:37:58 $
+ * last change: $Author: rt $ $Date: 2007-04-26 10:03:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -95,7 +95,7 @@ namespace utl
class UNOTOOLS_DLLPUBLIC ModuleRes : public ::ResId
{
public:
- ModuleRes( USHORT _nId, OComponentResourceModule& _rModule ) : ResId( _nId, _rModule.getResManager() ) { }
+ ModuleRes( USHORT _nId, OComponentResourceModule& _rModule ) : ResId( _nId, *_rModule.getResManager() ) { }
};
//====================================================================