INTEGRATION: CWS os61 (1.3.18); FILE MERGED

2005/04/27 13:29:48 os 1.3.18.1: #i48267# convert node names containing quoting correctly
This commit is contained in:
Rüdiger Timm
2005-05-18 10:30:39 +00:00
parent e7c0f788ca
commit 3e65dc4010

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: fontsubstconfig.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: obo $ $Date: 2005-04-13 10:47:47 $
* last change: $Author: rt $ $Date: 2005-05-18 11:30:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,7 +126,7 @@ SvtFontSubstConfig::SvtFontSubstConfig() :
bIsEnabled = *(sal_Bool*)aValues.getConstArray()[0].getValue();
OUString sPropPrefix(C2U(cFontPairs));
Sequence<OUString> aNodeNames = GetNodeNames(sPropPrefix);
Sequence<OUString> aNodeNames = GetNodeNames(sPropPrefix, CONFIG_NAME_LOCAL_PATH);
const OUString* pNodeNames = aNodeNames.getConstArray();
Sequence<OUString> aPropNames(aNodeNames.getLength() * 4);
OUString* pNames = aPropNames.getArray();