summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_types.hxx')
-rw-r--r--mysqlc/source/mysqlc_types.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysqlc/source/mysqlc_types.hxx b/mysqlc/source/mysqlc_types.hxx
index 50b2014c9502..1f7540cd631c 100644
--- a/mysqlc/source/mysqlc_types.hxx
+++ b/mysqlc/source/mysqlc_types.hxx
@@ -28,11 +28,11 @@ struct TypeInfoDef {
const char *literalSuffix;
const char *createParams;
sal_Int16 nullable;
- sal_Bool caseSensitive;
+ bool caseSensitive;
sal_Int16 searchable;
- sal_Bool isUnsigned;
- sal_Bool fixedPrecScale;
- sal_Bool autoIncrement;
+ bool isUnsigned;
+ bool fixedPrecScale;
+ bool autoIncrement;
const char *localTypeName;
sal_Int32 minScale;
sal_Int32 maxScale;