INTEGRATION: CWS sb18 (1.1.1.1.118); FILE MERGED
2004/05/24 09:31:14 sb 1.1.1.1.118.1: #i21150# Adapted to new registry type reader.
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: specialtypemanager.cxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
@@ -111,9 +111,7 @@ TypeReader SpecialTypeManager::getTypeReader(const OString& name)
|
|||||||
|
|
||||||
if ( (blopSize = getTypeBlop( name.getStr(), &pBlop)) > 0 )
|
if ( (blopSize = getTypeBlop( name.getStr(), &pBlop)) > 0 )
|
||||||
{
|
{
|
||||||
RegistryTypeReaderLoader & rReaderLoader = getRegistryTypeReaderLoader();
|
reader = TypeReader(pBlop, blopSize, sal_True);
|
||||||
|
|
||||||
reader = TypeReader(rReaderLoader, pBlop, blopSize, sal_True);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( pBlop )
|
if ( pBlop )
|
||||||
|
Reference in New Issue
Block a user