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 | 596fa6b9d409caa191958669a4cb8529881b8fd8 (patch) | |
tree | 815fa3e46c70f87907c7e637af7e0a346f6d8d3f /rdbmaker | |
parent | eb8198d6b8b52c6beebabdafe9b0154b7a3a8d92 (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')
-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 efa7920c8..b36978ed9 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); |