diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 06:23:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 06:23:21 +0000 |
commit | 21031d78ee5abc916ca7edaa837abd4d9cbd88f6 (patch) | |
tree | a6760696aaa0365e8a739d50c548fa26a83d7cbd /svx/inc/svdglob.hxx | |
parent | 48e00349dd9ac4142ff386b4a1c127ef11baef8f (diff) |
INTEGRATION: CWS residcleanup (1.5.164); FILE MERGED
2007/02/22 21:37:35 pl 1.5.164.1: #i74635# get rid of global ResMgr fallback
Diffstat (limited to 'svx/inc/svdglob.hxx')
-rw-r--r-- | svx/inc/svdglob.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/svdglob.hxx b/svx/inc/svdglob.hxx index 2719049874d6..52e2d0611dc7 100644 --- a/svx/inc/svdglob.hxx +++ b/svx/inc/svdglob.hxx @@ -4,9 +4,9 @@ * * $RCSfile: svdglob.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 12:47:18 $ + * last change: $Author: rt $ $Date: 2007-04-26 07:23:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,7 @@ ResMgr* ImpGetResMgr(); class SdrResId: ResId { public: - SdrResId(USHORT nId): ResId(nId,ImpGetResMgr()) {} + SdrResId(USHORT nId): ResId(nId,*ImpGetResMgr()) {} }; // ResourceCache fuer haeuffig benoetigte Strings |