summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:32:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:32:20 +0000
commita0c8044df67be6d0fd3fce7ac320513d261afe3a (patch)
treea1e13c1cfeb34fc0a77ee03f62f7727d7bbb8575 /basic
parent189f29e13d54ad49b5a941af76ec9155ea3b67dd (diff)
INTEGRATION: CWS residcleanup (1.11.62); FILE MERGED
2007/02/18 21:06:56 pl 1.11.62.1: #i74635# get rid of implicit global ResMgr
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/mybasic.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/app/mybasic.cxx b/basic/source/app/mybasic.cxx
index 0e6032ee47fc..8872d7bb3773 100644
--- a/basic/source/app/mybasic.cxx
+++ b/basic/source/app/mybasic.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mybasic.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 09:57:12 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:32:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -68,6 +68,7 @@
#include "object.hxx"
#include "processw.hxx"
+#include "basrid.hxx"
TYPEINIT1(MyBasic,StarBASIC)
@@ -280,7 +281,7 @@ USHORT MyBasic::BreakHdl()
BasicError::BasicError
( AppBasEd* w, USHORT nE, const String& r, USHORT nL, USHORT nC1, USHORT nC2 )
- : aText( ResId( IDS_ERROR1 ) )
+ : aText( SttResId( IDS_ERROR1 ) )
{
pWin = w;
nLine = nL;