[Libreoffice-commits] .: Branch 'libreoffice-3-3' - 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 a2f34f3ea54fdf2f7f3b62d627c4ec50648564f9
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 55b3369..aedfa4e 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