summaryrefslogtreecommitdiff
path: root/vcl/source/window/keycod.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 08:30:02 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 08:30:02 +0000
commitdf3d6f787a629f91b65a1a39b2dadec9dbcb5dea (patch)
tree8639dfef2417ba42643afdaa53d444f88f8865f7 /vcl/source/window/keycod.cxx
parent43d20dfcc8624ac4dec31ac35feb7011377b1351 (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/source/window/keycod.cxx')
-rw-r--r--vcl/source/window/keycod.cxx7
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 ) );