summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rdbmaker/source/rdbmaker/specialtypemanager.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/rdbmaker/source/rdbmaker/specialtypemanager.cxx b/rdbmaker/source/rdbmaker/specialtypemanager.cxx
index 11c49419cd69..9e18ac69752b 100644
--- a/rdbmaker/source/rdbmaker/specialtypemanager.cxx
+++ b/rdbmaker/source/rdbmaker/specialtypemanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: specialtypemanager.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:29:08 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:03:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,9 +111,7 @@ TypeReader SpecialTypeManager::getTypeReader(const OString& name)
if ( (blopSize = getTypeBlop( name.getStr(), &pBlop)) > 0 )
{
- RegistryTypeReaderLoader & rReaderLoader = getRegistryTypeReaderLoader();
-
- reader = TypeReader(rReaderLoader, pBlop, blopSize, sal_True);
+ reader = TypeReader(pBlop, blopSize, sal_True);
}
if ( pBlop )