dbaccess: sal_Bool -> bool

Change-Id: Ifad71823e72be71cbd9f9f58a51f4553ff54e4d4
This commit is contained in:
Stephan Bergmann
2014-09-12 16:15:27 +02:00
parent 6fb5bf5266
commit b396ae62f7
37 changed files with 77 additions and 77 deletions

View File

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