You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/11/15 00:19:27 UTC

svn commit: r1409539 - /incubator/ooo/branches/gbuild/main/framework/test/test.cxx

Author: arist
Date: Wed Nov 14 23:19:27 2012
New Revision: 1409539

URL: http://svn.apache.org/viewvc?rev=1409539&view=rev
Log:
gnumake4_043_d60f717932a2.patch
# HG changeset patch
# User Michael Stahl <ms...@openoffice.org>
# Date 1301690824 0
# Node ID d60f717932a2b5b4ae1e6e00f9164b7c705b3d76
# Parent  83ae8c87a0eaeb67e57c0be344032ce84dfd0741
gnumake4: fix a typo (spotted by gang65)


Modified:
    incubator/ooo/branches/gbuild/main/framework/test/test.cxx

Modified: incubator/ooo/branches/gbuild/main/framework/test/test.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/framework/test/test.cxx?rev=1409539&r1=1409538&r2=1409539&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/framework/test/test.cxx (original)
+++ incubator/ooo/branches/gbuild/main/framework/test/test.cxx Wed Nov 14 23:19:27 2012
@@ -237,7 +237,7 @@ void TestApplication::Main()
 //	Execute();
 //    xFrame->dispose();
 //    delete pMainWindow;
-	if( bState = sal_True )
+	if( bState == sal_True )
 	{
 		LOG_ERROR( "TestApplication::Main()", "Test successful ..." )
 	}