INTEGRATION: CWS networker2 (1.10.54); FILE MERGED
2003/12/18 11:50:32 jb 1.10.54.1: #i23603# Change requestoptions and localehelper to use UNO Locale objects internally.
This commit is contained in:
parent
35575cc439
commit
40378cf294
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: schemabuilder.cxx,v $
|
||||
*
|
||||
* $Revision: 1.10 $
|
||||
* $Revision: 1.11 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2003-05-26 08:05:55 $
|
||||
* last change: $Author: obo $ $Date: 2004-01-20 16:25:05 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -351,7 +351,7 @@ void SAL_CALL SchemaBuilder::addPropertyWithDefault( const OUString& aName, sal_
|
|||
m_aFactory.createLocalizedContainer(aName,aDefaultValue.getValueType(),aValueAttributes);
|
||||
|
||||
std::auto_ptr<ValueNode> aPropertyValue =
|
||||
m_aFactory.getNodeFactory().createValueNode(localehelper::getDefaultLocale(),aDefaultValue,aValueAttributes);
|
||||
m_aFactory.getNodeFactory().createValueNode(localehelper::getDefaultLanguage(),aDefaultValue,aValueAttributes);
|
||||
|
||||
aLocalizedProp->addChild( base_ptr(aPropertyValue) );
|
||||
|
||||
|
|
Loading…
Reference in a new issue