diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-03 16:43:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-03 16:43:37 +0000 |
commit | cdae651d0d3fb35526b644b14ff5bbe084f7d1f1 (patch) | |
tree | 3d887653be12ec13d87bbe5021d193929db21e46 /vcl/source/window/wrkwin.cxx | |
parent | 4b79887a55b613a738cccbb33c3f5ded1ccb816c (diff) |
INTEGRATION: CWS res32bit (1.11.114); FILE MERGED
2004/11/05 14:27:32 pl 1.11.114.1: #i34513# more adjustments for resource 32bit change
Diffstat (limited to 'vcl/source/window/wrkwin.cxx')
-rw-r--r-- | vcl/source/window/wrkwin.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/wrkwin.cxx b/vcl/source/window/wrkwin.cxx index 2802fde4b04a..204ea9bf6dcf 100644 --- a/vcl/source/window/wrkwin.cxx +++ b/vcl/source/window/wrkwin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: wrkwin.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2004-06-17 11:44:01 $ + * last change: $Author: obo $ $Date: 2005-01-03 17:43:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -218,7 +218,7 @@ void WorkWindow::ImplLoadRes( const ResId& rResId ) { SystemWindow::ImplLoadRes( rResId ); - ReadShortRes(); + ReadLongRes(); if ( !(rResId.aWinBits & WB_HIDE) && (RSC_WORKWIN == rResId.GetRT()) ) Show(); } |