summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 07:22:20 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 07:22:20 +0000
commit2346381038a8bd282069dee45862d1c125cc291f (patch)
treec92df65fc2e768db7e1170e89cad475c1521ba00
parent89f6c5943c2824cf40d8da2d832a6ffa4c33cb6c (diff)
INTEGRATION: CWS residcleanup (1.13.114); FILE MERGED
2007/02/24 19:59:49 pl 1.13.114.1: #i74635# residcleanup
-rw-r--r--desktop/source/app/configinit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/configinit.cxx b/desktop/source/app/configinit.cxx
index 5829936c8a9c..8e5767eb4ec6 100644
--- a/desktop/source/app/configinit.cxx
+++ b/desktop/source/app/configinit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: configinit.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:05:05 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:22:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -106,7 +106,7 @@ OUString getMsgString( USHORT nId, char const * aFallBackMsg )
if ( !pResMgr || !nId )
return OUString::createFromAscii(aFallBackMsg);
else
- return OUString( String(ResId( nId, pResMgr )));
+ return OUString( String(ResId( nId, *pResMgr )));
}
// ----------------------------------------------------------------------------
/** Creates the normal configuration provider.