summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-02 11:36:26 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-02 11:36:26 +0000
commit6059ba599eee137fef22fd548cb2ee092ba8fdb1 (patch)
tree27473f93e0926e70e1a5798491e721439e2237a5 /connectivity
parent005fb710743c7daec75d6217948f41b340f94998 (diff)
INTEGRATION: CWS oj07 (1.2.104); FILE MERGED
2003/08/22 09:20:58 oj 1.2.104.1: #109720# typehandling for ado adjusted
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/ado/WrapColumn.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/ado/WrapColumn.hxx b/connectivity/source/inc/ado/WrapColumn.hxx
index 2090ab3bad7f..3f2a8ae826ad 100644
--- a/connectivity/source/inc/ado/WrapColumn.hxx
+++ b/connectivity/source/inc/ado/WrapColumn.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: WrapColumn.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2002-11-29 12:22:56 $
+ * last change: $Author: rt $ $Date: 2004-03-02 12:36:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,7 +90,7 @@ namespace connectivity
void put_Type(const DataTypeEnum& _eNum) ;
sal_Int32 get_Precision() const;
void put_Precision(sal_Int32 _nPre) ;
- sal_Int32 get_NumericScale() const;
+ sal_uInt8 get_NumericScale() const;
void put_NumericScale(sal_Int8 _nScale);
SortOrderEnum get_SortOrder() const;
void put_SortOrder(SortOrderEnum _nScale);