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:
parent
1d1ebdf5c1
commit
66fa6bcd8b
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user