summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-11-25 09:29:04 +0000
committerRüdiger Timm <rt@openoffice.org>2003-11-25 09:29:04 +0000
commit4a34a3b73e24da0a1cdaf4caf8b7ea928d56dcd8 (patch)
tree4ff1e9ba852251016e9e64e8f5fce09157024c4b /dtrans
parent97d465081f1660d098091bc51715817e49b3d0ed (diff)
INTEGRATION: CWS valgrind01 (1.64.14); FILE MERGED
2003/10/01 11:31:15 hr 1.64.14.1: #i20184#: initialize member m_aCurrentDropWindow before using it
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/X11/X11_selection.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dtrans/source/X11/X11_selection.cxx b/dtrans/source/X11/X11_selection.cxx
index b889d962f25f..61d981343bd9 100644
--- a/dtrans/source/X11/X11_selection.cxx
+++ b/dtrans/source/X11/X11_selection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: X11_selection.cxx,v $
*
- * $Revision: 1.64 $
+ * $Revision: 1.65 $
*
- * last change: $Author: hr $ $Date: 2003-07-16 17:33:25 $
+ * last change: $Author: rt $ $Date: 2003-11-25 10:29:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -261,6 +261,7 @@ SelectionManager::SelectionManager() :
m_pDisplay( NULL ),
m_aWindow( None ),
m_aDropWindow( None ),
+ m_aCurrentDropWindow( None ),
m_aDropProxy( None ),
m_aThread( NULL ),
m_aDragExecuteThread( NULL ),