summaryrefslogtreecommitdiff
path: root/vcl/source/window/window3.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 17:06:55 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 17:06:55 +0000
commitf777b3fe0c85ca9f25602674e6159ba230735c49 (patch)
treeddf7987a18f4ea2a4533ff7a7e7ba4bae597dd0d /vcl/source/window/window3.cxx
parent49eaaa3d7418b414da8305af8fbae40d8b29f608 (diff)
INTEGRATION: CWS vclcompact (1.2.168); FILE MERGED
2004/12/16 15:03:12 ssa 1.2.168.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/06 09:59:07 dv 1.2.168.1: #i37763# dtor of WaitObject not inline any longer
Diffstat (limited to 'vcl/source/window/window3.cxx')
-rw-r--r--vcl/source/window/window3.cxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/vcl/source/window/window3.cxx b/vcl/source/window/window3.cxx
index b305429c996b..21799ebba29e 100644
--- a/vcl/source/window/window3.cxx
+++ b/vcl/source/window/window3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: window3.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 15:12:59 $
+ * last change: $Author: kz $ $Date: 2005-01-13 18:06:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,6 +71,9 @@
#ifndef _SV_WINDOW_HXX
#include <window.hxx>
#endif
+#ifndef _SV_WAITOBJ_HXX
+#include <waitobj.hxx>
+#endif
#ifndef _SV_SALGDI_HXX
#include <salgdi.hxx>
@@ -260,3 +263,9 @@ BOOL Window::GetNativeControlRegion( ControlType nType,
// -----------------------------------------------------------------------
+
+WaitObject::~WaitObject()
+{
+ if ( mpWindow )
+ mpWindow->LeaveWait();
+}