summaryrefslogtreecommitdiff
path: root/basic/source/app/app.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/app/app.cxx')
-rw-r--r--basic/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx
index cdf4d3ae1f..1252c5bc22 100644
--- a/basic/source/app/app.cxx
+++ b/basic/source/app/app.cxx
@@ -306,7 +306,7 @@ void BasicApp::Main( )
// Install filter for OSLAsserts
DbgPrintMsgBox = DbgGetPrintMsgBox();
DbgSetPrintTestTool( DBG_TestToolDebugMessageFilter );
- DBG_INSTOUTERROR( DBG_OUT_TESTTOOL )
+ DBG_INSTOUTERROR( DBG_OUT_TESTTOOL );
if ( osl_setDebugMessageFunc( osl_TestToolDebugMessageFilter ) )
DBG_ERROR("osl_setDebugMessageFunc returns non NULL pointer");