From ea1eb4fd465f9afccc942651037cc42c1db21bee Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Mon, 15 Jul 2002 11:08:31 +0000 Subject: #96422# check if type is currency --- connectivity/source/inc/OTypeInfo.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'connectivity/source/inc/OTypeInfo.hxx') diff --git a/connectivity/source/inc/OTypeInfo.hxx b/connectivity/source/inc/OTypeInfo.hxx index dc8511a9fe97..73b2a7c11020 100644 --- a/connectivity/source/inc/OTypeInfo.hxx +++ b/connectivity/source/inc/OTypeInfo.hxx @@ -2,9 +2,9 @@ * * $RCSfile: OTypeInfo.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2002-07-05 07:03:01 $ + * last change: $Author: oj $ $Date: 2002-07-15 12:08:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,6 +120,8 @@ namespace connectivity sal_Bool operator == (const OTypeInfo& lh) const { return lh.nType == nType; } sal_Bool operator != (const OTypeInfo& lh) const { return lh.nType != nType; } + + inline ::rtl::OUString getDBName() const { return aTypeName; } }; } #endif // _CONNECTIVITY_OTYPEINFO_HXX_ -- cgit