diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 13:58:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 13:58:27 +0000 |
commit | 19dcc51c2ed5e1a4e12e1492c25b27a0cfcbd558 (patch) | |
tree | 544e18dcf0a9ba0e85f384a18e2ba421f2f69070 /vcl/source/window/window.cxx | |
parent | 180fc3bac53070ff8684e3a5507785811544fcda (diff) |
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/source/window/window.cxx')
-rw-r--r-- | vcl/source/window/window.cxx | 6 |
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 ); |