summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-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 ) );