diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:10:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:10:38 +0000 |
commit | d3e6146e6384724d567abb5b5d7e37c537c0caac (patch) | |
tree | 134188767aa7992dd0469269b2a8e85e63822b46 /rdbmaker/source | |
parent | 50724e71f13bcf9526f0cefc12d6d682dbb9759b (diff) |
INTEGRATION: CWS warnings01 (1.2.10); FILE MERGED
2005/09/23 00:26:36 sb 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED
2005/09/07 13:50:21 sb 1.2.10.1: #i53898# Made code warning-free.
Diffstat (limited to 'rdbmaker/source')
-rw-r--r-- | rdbmaker/source/rdbmaker/specialtypemanager.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/rdbmaker/source/rdbmaker/specialtypemanager.hxx b/rdbmaker/source/rdbmaker/specialtypemanager.hxx index 87d789507a43..f664df5e7714 100644 --- a/rdbmaker/source/rdbmaker/specialtypemanager.hxx +++ b/rdbmaker/source/rdbmaker/specialtypemanager.hxx @@ -4,9 +4,9 @@ * * $RCSfile: specialtypemanager.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:07:00 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:10:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,9 +63,10 @@ public: acquire(); } + using TypeManager::init; sal_Bool init(const ::rtl::OString& registryName); - sal_Bool isValidType(const ::rtl::OString& name) + sal_Bool isValidType(const ::rtl::OString&) { return sal_True; } TypeReader getTypeReader(const ::rtl::OString& name); RTTypeClass getTypeClass(const ::rtl::OString& name); |