diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 13:24:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 13:24:11 +0000 |
commit | e9f1a5b56583c1e7cbfa3611126f03f2d80cc822 (patch) | |
tree | f4a5c9974e84f84d5ab237a4b9b1014de08d8ae7 /scripting/source/basprov | |
parent | 0485396d63bc70daaaf7f13e3f01c6432e2c0364 (diff) |
INTEGRATION: CWS tbe17 (1.7.2); FILE MERGED
2005/01/20 09:57:52 tbe 1.7.2.1: #i40880# document converter and euro converter don't work anymore
Diffstat (limited to 'scripting/source/basprov')
-rw-r--r-- | scripting/source/basprov/basscript.cxx | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/scripting/source/basprov/basscript.cxx b/scripting/source/basprov/basscript.cxx index 6b81db7b9b5f..f473232db89f 100644 --- a/scripting/source/basprov/basscript.cxx +++ b/scripting/source/basprov/basscript.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basscript.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2005-01-13 17:43:24 $ + * last change: $Author: rt $ $Date: 2005-01-27 14:24:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -131,16 +131,6 @@ namespace basprov ::vos::OGuard aGuard( Application::GetSolarMutex() ); - if ( StarBASIC::IsRunning() ) - { - throw provider::ScriptFrameworkErrorException( - ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Basic is already running!" ) ), - Reference< XInterface >(), - m_funcName, - ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Basic" ) ), - provider::ScriptFrameworkErrorType::UNKNOWN ); - } - Any aReturn; if ( m_pMethod ) |