diff options
Diffstat (limited to 'starmath/source/rect.cxx')
-rw-r--r-- | starmath/source/rect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx index 6b31b6dc7cd9..8eef2bcb15e0 100644 --- a/starmath/source/rect.cxx +++ b/starmath/source/rect.cxx @@ -619,7 +619,7 @@ bool SmGetGlyphBoundRect(const OutputDevice &rDev, const FontMetric aDevFM (rDev.GetFontMetric()); pGlyphDev->Push(PUSH_FONT | PUSH_MAPMODE); - Font aFnt(rDev.GetFont()); + vcl::Font aFnt(rDev.GetFont()); aFnt.SetAlign(ALIGN_TOP); // use scale factor when calling GetTextBoundRect to counter |