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).
This commit is contained in:
Oliver Bolte
2006-10-12 13:58:27 +00:00
parent 180fc3bac5
commit 19dcc51c2e

View File

@@ -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 );