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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysqlc/source/mysqlc_types.hxx b/mysqlc/source/mysqlc_types.hxx
index 22c4135fbd8d..65baad64fc84 100644
--- a/mysqlc/source/mysqlc_types.hxx
+++ b/mysqlc/source/mysqlc_types.hxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-*
+*
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -46,8 +46,8 @@ struct TypeInfoDef {
const char *localTypeName;
sal_Int32 minScale;
sal_Int32 maxScale;
- sal_Int32 sqlDataType;
- sal_Int32 sqlDateTimeSub;
+ sal_Int32 sqlDataType;
+ sal_Int32 sqlDateTimeSub;
sal_Int32 numPrecRadix;
};