summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdfmtf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdfmtf.cxx')
-rw-r--r--svx/source/svdraw/svdfmtf.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdfmtf.cxx b/svx/source/svdraw/svdfmtf.cxx
index de91990ccde8..80f03d393215 100644
--- a/svx/source/svdraw/svdfmtf.cxx
+++ b/svx/source/svdraw/svdfmtf.cxx
@@ -1014,9 +1014,9 @@ void ImpSdrGDIMetaFileImport::ImportText( const Point& rPos, const OUString& rSt
Point aPos( FRound(rPos.X() * mfScaleX + maOfs.X()), FRound(rPos.Y() * mfScaleY + maOfs.Y()) );
Size aSize( nTextWidth, nTextHeight );
- if ( eAlg == ALIGN_BASELINE )
+ if ( eAlg == TextAlign::Baseline )
aPos.AdjustY( -(FRound(aFontMetric.GetAscent() * mfScaleY)) );
- else if ( eAlg == ALIGN_BOTTOM )
+ else if ( eAlg == TextAlign::Bottom )
aPos.AdjustY( -nTextHeight );
tools::Rectangle aTextRect( aPos, aSize );