summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RelControliFace.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/RelControliFace.hxx')
-rw-r--r--dbaccess/source/ui/inc/RelControliFace.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/RelControliFace.hxx b/dbaccess/source/ui/inc/RelControliFace.hxx
index 7a602556ba9b..a499b2120dad 100644
--- a/dbaccess/source/ui/inc/RelControliFace.hxx
+++ b/dbaccess/source/ui/inc/RelControliFace.hxx
@@ -37,7 +37,7 @@ namespace dbaui
/** setValid set the valid inside, can be used for OK buttons
@param _bValid true when the using control allows an update
*/
- virtual void setValid(sal_Bool _bValid) = 0;
+ virtual void setValid(bool _bValid) = 0;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > getConnection() = 0;