summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/FieldDescriptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/FieldDescriptions.hxx')
-rw-r--r--dbaccess/source/ui/inc/FieldDescriptions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/FieldDescriptions.hxx b/dbaccess/source/ui/inc/FieldDescriptions.hxx
index 73cc8e3e88a4..14c542fa7752 100644
--- a/dbaccess/source/ui/inc/FieldDescriptions.hxx
+++ b/dbaccess/source/ui/inc/FieldDescriptions.hxx
@@ -102,7 +102,7 @@ namespace dbaui
sal_Int32 GetIsNullable() const;
sal_Int32 GetFormatKey() const;
SvxCellHorJustify GetHorJustify() const;
- TOTypeInfoSP getTypeInfo() const;
+ TOTypeInfoSP getTypeInfo() const { return m_pType;}
TOTypeInfoSP getSpecialTypeInfo() const;
bool IsAutoIncrement() const;
bool IsPrimaryKey() const { return m_bIsPrimaryKey;}