summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-02-04 12:23:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-02-04 12:23:14 +0000
commit823acabfab17caf1f7977b54ab5effe4b4e43d57 (patch)
tree55e08d8cd883280f6facca1c90304392d1735a8e
parent78fa9c1f9df94d07defb8490e89c6a759ada50e6 (diff)
#65293# direct assertion to shell for webtop
-rw-r--r--vcl/source/app/dbggui.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 00fb86594b74..815f8d55c734 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbggui.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ssa $ $Date: 2001-12-13 15:33:24 $
+ * last change: $Author: vg $ $Date: 2002-02-04 13:23:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1747,9 +1747,14 @@ void DbgDialogTest( Window* pWindow )
}
// =======================================================================
+void DbgPrintShell( const char* pLine );
void DbgPrintMsgBox( const char* pLine )
{
+#ifndef REMOTE_APPSERVER
+ DbgPrintShell( pLine );
+ return;
+#endif
if ( Application::IsDialogCancelEnabled() )
{
#if defined( WNT )