diff -ur ooo_ooo64bit02_src.orig/svtools/source/dialogs/wizardmachine.cxx ooo_ooo64bit02_src/svtools/source/dialogs/wizardmachine.cxx --- ooo_ooo64bit02_src.orig/svtools/source/dialogs/wizardmachine.cxx 2005-06-15 08:24:16.181692999 +0200 +++ ooo_ooo64bit02_src/svtools/source/dialogs/wizardmachine.cxx 2005-06-15 08:26:16.251585812 +0200 @@ -502,7 +502,7 @@ pChildLoop->SetStyle(pChildLoop->GetStyle() & ~WB_DEFBUTTON); // give the button the focus, this is the best method to enforce it to be repainted - sal_uInt32 nSaveFocusId = Window::SaveFocus(); + sal_IntPtr nSaveFocusId = Window::SaveFocus(); pChildLoop->GrabFocus(); Window::EndSaveFocus(nSaveFocusId); } @@ -524,7 +524,7 @@ { _pNewDefButton->SetStyle(_pNewDefButton->GetStyle() | WB_DEFBUTTON); // give the button the focus, this is the best method to enforce it to be repainted - sal_uInt32 nSaveFocusId = Window::SaveFocus(); + sal_IntPtr nSaveFocusId = Window::SaveFocus(); _pNewDefButton->GrabFocus(); Window::EndSaveFocus(nSaveFocusId); }