summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-01-08 13:55:41 +0000
committerRüdiger Timm <rt@openoffice.org>2004-01-08 13:55:41 +0000
commitb35eee51d9ba1af392f5289bcfa8a4447284b381 (patch)
tree977c95f3882797a00095b9eb283d6b443034ec7e /vcl
parent473ccbd24c012c010ec05d5e74e0129c80e6ecae (diff)
#100000# msg still needed in case of non-product builds.
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/app/saldata.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/app/saldata.cxx b/vcl/unx/source/app/saldata.cxx
index 072385f427bf..cf22bddff753 100644
--- a/vcl/unx/source/app/saldata.cxx
+++ b/vcl/unx/source/app/saldata.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saldata.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 14:30:40 $
+ * last change: $Author: rt $ $Date: 2004-01-08 14:55:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -603,6 +603,7 @@ void EmitFontpathWarning( void )
void SalXLib::XError( Display *pDisplay, XErrorEvent *pEvent )
{
+ char msg[ 120 ] = "";
if( nIgnoreErrorLevel > 0 )
return;
@@ -621,7 +622,6 @@ void SalXLib::XError( Display *pDisplay, XErrorEvent *pEvent )
}
-
if( ! bIgnoreXErrors_ )
{
if ( (pEvent->error_code == BadAlloc)