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 4d5d844ac480..2ddd2ee251d4 100644
--- a/mysqlc/source/mysqlc_types.hxx
+++ b/mysqlc/source/mysqlc_types.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* 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
@@ -47,8 +47,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;
};