summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:58:27 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:58:27 +0000
commit19dcc51c2ed5e1a4e12e1492c25b27a0cfcbd558 (patch)
tree544e18dcf0a9ba0e85f384a18e2ba421f2f69070 /vcl
parentINTEGRATION: CWS sb59 (1.5.108); FILE MERGED (diff)
downloadcore-19dcc51c2ed5e1a4e12e1492c25b27a0cfcbd558.tar.gz
core-19dcc51c2ed5e1a4e12e1492c25b27a0cfcbd558.zip
INTEGRATION: CWS sb59 (1.238.2); FILE MERGED
2006/08/18 18:53:15 sb 1.238.2.2: RESYNC: (1.238-1.241); FILE MERGED 2006/08/18 11:57:54 sb 1.238.2.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/window.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 6f32a6c99824..cfe4b0c52a3b 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: window.cxx,v $
*
- * $Revision: 1.244 $
+ * $Revision: 1.245 $
*
- * last change: $Author: kz $ $Date: 2006-10-06 09:58:58 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:58:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -6541,7 +6541,7 @@ void Window::GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder,
// -----------------------------------------------------------------------
-void Window::Enable( BOOL bEnable, BOOL bChild )
+void Window::Enable( bool bEnable, bool bChild )
{
DBG_CHKTHIS( Window, ImplDbgCheckWindow );