summaryrefslogtreecommitdiff
path: root/starmath/source/view.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r--starmath/source/view.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 53a3e4fc6586..f59f9bc24f44 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -1191,7 +1191,7 @@ void SmViewShell::Impl_Print(
{
Size aSize600 (0, 600);
Size aSize650 (0, 650);
- Font aFont(FAMILY_DONTKNOW, aSize600);
+ vcl::Font aFont(FAMILY_DONTKNOW, aSize600);
aFont.SetAlign(ALIGN_TOP);
aFont.SetWeight(WEIGHT_BOLD);
@@ -1236,7 +1236,7 @@ void SmViewShell::Impl_Print(
// output text on bottom
if (bIsPrintFormulaText)
{
- Font aFont(FAMILY_DONTKNOW, Size(0, 600));
+ vcl::Font aFont(FAMILY_DONTKNOW, Size(0, 600));
aFont.SetAlign(ALIGN_TOP);
aFont.SetColor( Color(COL_BLACK) );