diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 16:16:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 16:16:55 +0000 |
commit | d3666b8a7cc0e6fcee37e52af2c611d282c4c5fc (patch) | |
tree | 2873e6591003e823db27ad6ca8f2c5b87d601437 /dbaccess/source/ui/inc/FieldDescriptions.hxx | |
parent | 1ce9e70310133ee63f62935165bdd5f66c589bd7 (diff) |
INTEGRATION: CWS dba22 (1.8.90); FILE MERGED
2005/01/03 12:51:23 oj 1.8.90.1: #i39146# renable DnD in beamer
Diffstat (limited to 'dbaccess/source/ui/inc/FieldDescriptions.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/FieldDescriptions.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/FieldDescriptions.hxx b/dbaccess/source/ui/inc/FieldDescriptions.hxx index e9099b5d02fe..342ddda89767 100644 --- a/dbaccess/source/ui/inc/FieldDescriptions.hxx +++ b/dbaccess/source/ui/inc/FieldDescriptions.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FieldDescriptions.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2004-05-19 13:54:46 $ + * last change: $Author: kz $ $Date: 2005-01-21 17:16:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -138,6 +138,7 @@ namespace dbaui void SetAutoIncrementValue(const ::rtl::OUString& _sAutoIncValue); void SetType(TOTypeInfoSP _pType); void SetTypeValue(sal_Int32 _nType); + void SetTypeName(const ::rtl::OUString& _sTypeName); void SetPrecision(const sal_Int32& _rPrecision); void SetScale(const sal_Int32& _rScale); void SetIsNullable(const sal_Int32& _rIsNullable); |