diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:30:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:30:02 +0000 |
commit | df3d6f787a629f91b65a1a39b2dadec9dbcb5dea (patch) | |
tree | 8639dfef2417ba42643afdaa53d444f88f8865f7 /vcl | |
parent | 43d20dfcc8624ac4dec31ac35feb7011377b1351 (diff) |
INTEGRATION: CWS residcleanup (1.10.164); FILE MERGED
2007/02/18 18:18:57 pl 1.10.164.1: #i74635# get rid of implicit global ResMgr
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/keycod.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vcl/source/window/keycod.cxx b/vcl/source/window/keycod.cxx index 2cfc94a4380a..3d9a18f3f874 100644 --- a/vcl/source/window/keycod.cxx +++ b/vcl/source/window/keycod.cxx @@ -4,9 +4,9 @@ * * $RCSfile: keycod.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-09-17 12:19:13 $ + * last change: $Author: rt $ $Date: 2007-04-26 09:30:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -137,9 +137,6 @@ KeyCode::KeyCode( const ResId& rResId ) rResId.SetRT( RSC_KEYCODE ); ResMgr* pResMgr = rResId.GetResMgr(); - if ( !pResMgr ) - pResMgr = Resource::GetResManager(); - if ( pResMgr && pResMgr->GetResource( rResId ) ) { pResMgr->Increment( sizeof( RSHEADER_TYPE ) ); |