summaryrefslogtreecommitdiff
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
commit01fe7aa019d012defc0ca804a73cf90620502b47 (patch)
treefff95914aa1f9ff3563e2449baf5eaeb6319ed92
parentf412531358858e83a6ae65a3c4506c89f89b109c (diff)
fix testtool not boostrapping libreoffice instance
-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 866bd55143a2..d370b3947ca3 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