summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2010-11-10 13:02:16 +0000
committerNoel Power <noel.power@novell.com>2010-11-10 13:02:16 +0000
commit986e40bc10ee410b54b05b141ef8a06dc9dcc141 (patch)
tree60f9010e27c78018d034683643c12c9c0a06cf60 /basic
parent77a5a5c93da60dfc436d8816e162a647fa0cd5ed (diff)
fix testtool not boostrapping libreoffice instance
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/process.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/app/process.cxx b/basic/source/app/process.cxx
index 458a3b476d..367ba2d80a 100644
--- a/basic/source/app/process.cxx
+++ b/basic/source/app/process.cxx
@@ -179,7 +179,7 @@ void Process::SetImage( const String &aAppPath, const String &aAppParams, const
BOOL Process::Start()
{ // Start program
BOOL bSuccess=FALSE;
- if ( m_pProcess && !ImplIsRunning() )
+ if ( m_aProcessName.getLength() && !ImplIsRunning() )
{
bWasGPF = FALSE;
#ifdef WNT