summaryrefslogtreecommitdiff
path: root/vcl/unx/source/app
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-11 15:53:24 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-11 15:53:24 +0000
commite42cbc0906b445772e45dbd93cee7fa5991f1e35 (patch)
tree6f211a47d4df45bc156087165f454f79b3efeef2 /vcl/unx/source/app
parent18dc246c66815d26778f97f419b7e7fa9e92d96c (diff)
INTEGRATION: CWS docking3 (1.49.4); FILE MERGED
2004/07/29 10:52:23 cd 1.49.4.1: #i10000# Initialize variables
Diffstat (limited to 'vcl/unx/source/app')
-rw-r--r--vcl/unx/source/app/wmadaptor.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/vcl/unx/source/app/wmadaptor.cxx b/vcl/unx/source/app/wmadaptor.cxx
index a4b121be93d7..877cf4e91603 100644
--- a/vcl/unx/source/app/wmadaptor.cxx
+++ b/vcl/unx/source/app/wmadaptor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wmadaptor.cxx,v $
*
- * $Revision: 1.49 $
+ * $Revision: 1.50 $
*
- * last change: $Author: obo $ $Date: 2004-07-06 13:51:37 $
+ * last change: $Author: obo $ $Date: 2004-08-11 16:53:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1969,9 +1969,10 @@ int GnomeWMAdaptor::handlePropertyNotify( X11SalFrame* pFrame, XPropertyEvent* p
if( pEvent->state == PropertyNewValue )
{
Atom nType;
- int nFormat;
- unsigned long nItems, nBytesLeft;
- unsigned char* pData;
+ int nFormat = 0;
+ unsigned long nItems = 0;
+ unsigned long nBytesLeft = 0;
+ unsigned char* pData = 0;
XGetWindowProperty( m_pDisplay,
pEvent->window,
m_aWMAtoms[ WIN_STATE ],