summaryrefslogtreecommitdiff
path: root/svtools/source/config/fontsubstconfig.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-05-18 10:30:39 +0000
committerRüdiger Timm <rt@openoffice.org>2005-05-18 10:30:39 +0000
commit3e65dc4010944452cdf55d4d9930febb7a77592c (patch)
tree06a5ffeaa4fe7e7563eabaf7ef01d4d161d83876 /svtools/source/config/fontsubstconfig.cxx
parente7c0f788ca33f89b87d789f1b7a39bb156f4a8c9 (diff)
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
Diffstat (limited to 'svtools/source/config/fontsubstconfig.cxx')
-rw-r--r--svtools/source/config/fontsubstconfig.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/fontsubstconfig.cxx b/svtools/source/config/fontsubstconfig.cxx
index 44ec7b9abde4..f833465a2f57 100644
--- a/svtools/source/config/fontsubstconfig.cxx
+++ b/svtools/source/config/fontsubstconfig.cxx
@@ -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();