summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:31:31 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:31:31 +0000
commitbd6eb9f53fce67172d5bee4178be6113b3c8f317 (patch)
treef8d2add88b185a836afde8bc0dab4e74cd20cd6a /basic
parente9433641f585c066d0ac702587dc86434e63e109 (diff)
INTEGRATION: CWS residcleanup (1.10.50); FILE MERGED
2007/02/18 21:06:55 pl 1.10.50.1: #i74635# get rid of implicit global ResMgr
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/brkpnts.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/app/brkpnts.cxx b/basic/source/app/brkpnts.cxx
index 002c4bcca83b..3bf97baf327a 100644
--- a/basic/source/app/brkpnts.cxx
+++ b/basic/source/app/brkpnts.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: brkpnts.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:22:01 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:31:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,6 +71,7 @@
#include "brkpnts.hxx"
#include "basic.hrc"
#include "resids.hrc"
+#include "basrid.hxx"
struct Breakpoint
{
@@ -91,7 +92,7 @@ BreakpointWindow::BreakpointWindow( Window *pParent )
, bErrorMarker( FALSE )
{
if ( !pImages )
- pImages = new ImageList( ResId( RID_IMGLST_LAYOUT ) );
+ pImages = new ImageList( SttResId( RID_IMGLST_LAYOUT ) );
Gradient aGradient( GRADIENT_AXIAL, Color( 185, 182, 215 ), Color( 250, 245, 255 ) );
aGradient.SetAngle(900);