summaryrefslogtreecommitdiff
path: root/basic/source/app/appbased.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 07:31:20 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 07:31:20 +0000
commite9433641f585c066d0ac702587dc86434e63e109 (patch)
treedea0606bbb7a8856b22b07b65a046c24d3c03e60 /basic/source/app/appbased.cxx
parentc4f16ea9a0bc280fcd693227dcff3b77f2cb329a (diff)
INTEGRATION: CWS residcleanup (1.10.62); FILE MERGED
2007/02/18 21:06:55 pl 1.10.62.1: #i74635# get rid of implicit global ResMgr
Diffstat (limited to 'basic/source/app/appbased.cxx')
-rw-r--r--basic/source/app/appbased.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/basic/source/app/appbased.cxx b/basic/source/app/appbased.cxx
index 645420b89b2d..e6f3a7bdd8e2 100644
--- a/basic/source/app/appbased.cxx
+++ b/basic/source/app/appbased.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appbased.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 09:55:03 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:31:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -65,6 +65,7 @@
#include "appbased.hxx"
#include "brkpnts.hxx"
#include "testtool.hxx" // defines fr das Syntaxhighlighting
+#include "basrid.hxx"
TYPEINIT1(AppBasEd,AppEdit);
@@ -236,7 +237,7 @@ void AppBasEd::LoadSource()
bErr = !pDataEdit->Load( aName );
pBreakpoints->LoadBreakpoints( GetText() );
if( bErr )
- ErrorBox( this, ResId( IDS_READERROR ) ).Execute();
+ ErrorBox( this, SttResId( IDS_READERROR ) ).Execute();
else
UpdateFileInfo( HAS_BEEN_LOADED );
bCompiled = FALSE; // because the code might have changed in the meantime
@@ -304,7 +305,7 @@ void AppBasEd::Run()
{
pMain->SetDebugFlags( pFrame->nFlags );
// Loest Call aus!
- pFrame->SetAppMode( String( ResId ( IDS_APPMODE_RUN ) ) );
+ pFrame->SetAppMode( String( SttResId( IDS_APPMODE_RUN ) ) );
pMain->Run();
if (aBasicApp.pFrame)
{