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 <m...@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 ..." ) }