summaryrefslogtreecommitdiff
path: root/vcl/source/control/tabctrl.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 08:28:58 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 08:28:58 +0000
commit740819b8e3aa6defc2e2d92863f1a70a5080a0d0 (patch)
tree3c9899b3670aae561532b854cfb4ed8aa2176802 /vcl/source/control/tabctrl.cxx
parent2f056bb622270916d6346f13c4f66a66d5728155 (diff)
INTEGRATION: CWS residcleanup (1.29.164); FILE MERGED
2007/02/18 18:18:56 pl 1.29.164.1: #i74635# get rid of implicit global ResMgr
Diffstat (limited to 'vcl/source/control/tabctrl.cxx')
-rw-r--r--vcl/source/control/tabctrl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx
index 1c4e1ed4286d..d92e19c05088 100644
--- a/vcl/source/control/tabctrl.cxx
+++ b/vcl/source/control/tabctrl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabctrl.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 11:55:55 $
+ * last change: $Author: rt $ $Date: 2007-04-26 09:28:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -292,7 +292,7 @@ void TabControl::ImplLoadRes( const ResId& rResId )
// Item hinzufuegen
for( ULONG i = 0; i < nEle; i++ )
{
- InsertPage( ResId( (RSHEADER_TYPE *)GetClassRes() ) );
+ InsertPage( ResId( (RSHEADER_TYPE *)GetClassRes(), *rResId.GetResMgr() ) );
IncrementRes( GetObjSizeRes( (RSHEADER_TYPE *)GetClassRes() ) );
}
}