summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotextpathdecomposition.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdotextpathdecomposition.cxx')
-rw-r--r--svx/source/svdraw/svdotextpathdecomposition.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdotextpathdecomposition.cxx b/svx/source/svdraw/svdotextpathdecomposition.cxx
index 058d0c1a4513..6522feb7a2b8 100644
--- a/svx/source/svdraw/svdotextpathdecomposition.cxx
+++ b/svx/source/svdraw/svdotextpathdecomposition.cxx
@@ -366,8 +366,8 @@ namespace
{
const impPathTextPortion* pCandidate = rTextPortions[a];
basegfx::B2DVector aFontScaling;
- const drawinglayer::primitive2d::FontAttributes aCandidateFontAttributes(
- drawinglayer::primitive2d::getFontAttributesFromVclFont(
+ const drawinglayer::attribute::FontAttribute aCandidateFontAttribute(
+ drawinglayer::primitive2d::getFontAttributeFromVclFont(
aFontScaling,
pCandidate->getFont(),
pCandidate->isRTL(),
@@ -520,7 +520,7 @@ namespace
nPortionIndex,
nNextGlyphLen,
aNewDXArray,
- aCandidateFontAttributes,
+ aCandidateFontAttribute,
pCandidate->getLocale(),
aRGBShadowColor);
@@ -545,7 +545,7 @@ namespace
nPortionIndex,
nNextGlyphLen,
aNewDXArray,
- aCandidateFontAttributes,
+ aCandidateFontAttribute,
pCandidate->getLocale(),
aRGBColor);