Kaydet (Commit) 58021e88 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: change to true and false in Window::SetCallHandlersOnInputDisabled()

Change-Id: Id6af99e1dfbf6bce68794027700eb500b7f3a8dc
üst fd95975a
...@@ -2985,7 +2985,7 @@ void Window::Enable( bool bEnable, bool bChild ) ...@@ -2985,7 +2985,7 @@ void Window::Enable( bool bEnable, bool bChild )
void Window::SetCallHandlersOnInputDisabled( bool bCall ) void Window::SetCallHandlersOnInputDisabled( bool bCall )
{ {
mpWindowImpl->mbCallHandlersDuringInputDisabled = bCall ? sal_True : sal_False; mpWindowImpl->mbCallHandlersDuringInputDisabled = bCall ? true : false;
Window* pChild = mpWindowImpl->mpFirstChild; Window* pChild = mpWindowImpl->mpFirstChild;
while ( pChild ) while ( pChild )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment