[Libreoffice-commits] .: basic/source

Noel Power noelp at kemper.freedesktop.org
Wed Nov 10 05:07:36 PST 2010


 basic/source/app/process.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 986e40bc10ee410b54b05b141ef8a06dc9dcc141
Author: Noel Power <noel.power at novell.com>
Date:   Wed Nov 10 13:02:16 2010 +0000

    fix testtool not boostrapping libreoffice instance

diff --git a/basic/source/app/process.cxx b/basic/source/app/process.cxx
index 458a3b4..367ba2d 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


More information about the Libreoffice-commits mailing list