dbaccess: sal_Bool -> bool
Change-Id: Ifad71823e72be71cbd9f9f58a51f4553ff54e4d4
This commit is contained in:
@@ -2625,7 +2625,7 @@ void OQueryDesignView::resizeDocumentView(Rectangle& _rPlayground)
|
||||
_rPlayground.SetSize( Size( 0, 0 ) );
|
||||
}
|
||||
|
||||
void OQueryDesignView::setReadOnly(sal_Bool _bReadOnly)
|
||||
void OQueryDesignView::setReadOnly(bool _bReadOnly)
|
||||
{
|
||||
m_pSelectionBox->SetReadOnly(_bReadOnly);
|
||||
}
|
||||
|
Reference in New Issue
Block a user