summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 14:47:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 14:47:46 +0000
commit2baeb822eaa2edd9545ba220cbdfa9122e54ef26 (patch)
tree924ec305b6d9b15a2bfce91075375312d0d826c4 /automation
parentacf8e8efca60fd2e113e13fbe28d62c401cfb6cf (diff)
INTEGRATION: CWS gh10 (1.9.10); FILE MERGED
2004/12/22 13:19:22 gh 1.9.10.1: #i38967#filter osl assertions with DBG_ tooling assertionfilter
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/server.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx
index 5d78364a3c2b..f352c18cf550 100644
--- a/automation/source/server/server.cxx
+++ b/automation/source/server/server.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: server.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 16:52:13 $
+ * last change: $Author: vg $ $Date: 2005-03-23 15:47:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -154,7 +154,8 @@
#ifdef DBG_UTIL
void TestToolDebugPrint( const sal_Char *pString )
{
- StatementList::DirectLog( S_AssertError, UniString( pString, RTL_TEXTENCODING_UTF8 ) );
+ if ( !DbgFilterMessage( pString ) )
+ StatementList::DirectLog( S_AssertError, UniString( pString, RTL_TEXTENCODING_UTF8 ) );
}
void SAL_CALL osl_TestToolDebugPrint( const sal_Char *pString )
{