summaryrefslogtreecommitdiff
path: root/svtools/source/config
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-21 11:33:46 +0200
committerNoel Grandin <noel@peralex.com>2013-08-22 10:49:32 +0200
commit3728952b56e0690f09ed375e683ff09bc3fbff71 (patch)
tree1e2246086256bb169f713e7362aababc2ef459f3 /svtools/source/config
parent23cafe3f1d619f715efc421de8abc0403a84f6b4 (diff)
convert svtools/source/contnr/* from String to OUString
Change-Id: I51ad001473a83eb336f6b00fd989b9e6b2f73ec5
Diffstat (limited to 'svtools/source/config')
-rw-r--r--svtools/source/config/fontsubstconfig.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/fontsubstconfig.cxx b/svtools/source/config/fontsubstconfig.cxx
index d0c9399dc071..2f55f5dd97d2 100644
--- a/svtools/source/config/fontsubstconfig.cxx
+++ b/svtools/source/config/fontsubstconfig.cxx
@@ -189,7 +189,7 @@ void SvtFontSubstConfig::Apply()
nFlags |= FONT_SUBSTITUTE_ALWAYS;
if(pSubs->bReplaceOnScreenOnly)
nFlags |= FONT_SUBSTITUTE_SCREENONLY;
- OutputDevice::AddFontSubstitute( String(pSubs->sFont), String(pSubs->sReplaceBy), nFlags );
+ OutputDevice::AddFontSubstitute( pSubs->sFont, pSubs->sReplaceBy, nFlags );
}
OutputDevice::EndFontSubstitution();