summaryrefslogtreecommitdiff
path: root/extensions/source/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:07:08 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:07:08 +0000
commit7d996724f626a2cc99cab2ba05c3ccea214c5a80 (patch)
tree5a9846df287e41b1b2c0722554fb784201daabd5 /extensions/source/inc
parentd99263f856c634a98fbec603a3581e5ee9fa8009 (diff)
INTEGRATION: CWS residcleanup (1.4.310); FILE MERGED
2007/02/28 20:46:10 pl 1.4.310.1: #i74635# no more ResMgr fallback
Diffstat (limited to 'extensions/source/inc')
-rw-r--r--extensions/source/inc/componentmodule.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/inc/componentmodule.hxx b/extensions/source/inc/componentmodule.hxx
index b8f43682b6c9..4fb206e24c4b 100644
--- a/extensions/source/inc/componentmodule.hxx
+++ b/extensions/source/inc/componentmodule.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: componentmodule.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:34:57 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:07:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -207,7 +207,7 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleService
class ModuleRes : public ::ResId
{
public:
- ModuleRes(USHORT _nId) : ResId(_nId, OModule::getResManager()) { }
+ ModuleRes(USHORT _nId) : ResId(_nId, *OModule::getResManager()) { }
};
//==========================================================================