summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-04-01 20:47:04 +0000
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 09:32:06 +0200
commit88ab3554a7ec3856f7e16fe6195ae20d850924ee (patch)
tree756e2713211c8905bbdd7e6e392fdcbc022c44f7
parenta928f70c9f3b69d7c01c7712f70abd4982eefd32 (diff)
gnumake4: fix a typo (spotted by gang65) [hg:d60f717932a2]
-rw-r--r--framework/test/test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/test/test.cxx b/framework/test/test.cxx
index 3750b7c2b0d5..8b6051c9aadd 100644
--- a/framework/test/test.cxx
+++ b/framework/test/test.cxx
@@ -241,7 +241,7 @@ void TestApplication::Main()
// Execute();
// xFrame->dispose();
// delete pMainWindow;
- if( bState = sal_True )
+ if( bState == sal_True )
{
LOG_ERROR( "TestApplication::Main()", "Test successful ..." )
}