diff options
Diffstat (limited to 'sw/source/ui/chrdlg/drpcps.cxx')
-rw-r--r-- | sw/source/ui/chrdlg/drpcps.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/drpcps.cxx b/sw/source/ui/chrdlg/drpcps.cxx index 4a251c8eb98e..13993d1b20f8 100644 --- a/sw/source/ui/chrdlg/drpcps.cxx +++ b/sw/source/ui/chrdlg/drpcps.cxx @@ -116,7 +116,7 @@ static void calcFontHeightAnyAscent(vcl::RenderContext& rWin, vcl::Font const & { if ( !_nHeight ) { - rWin.Push(PushFlags::FONT); + rWin.Push(vcl::PushFlags::FONT); rWin.SetFont(_rFont); FontMetric aMetric(rWin.GetFontMetric()); _nHeight = aMetric.GetLineHeight(); |