summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellAttrib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/SpellAttrib.cxx')
-rw-r--r--cui/source/dialogs/SpellAttrib.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/dialogs/SpellAttrib.cxx b/cui/source/dialogs/SpellAttrib.cxx
index be09cce60c51..d8a0f731988b 100644
--- a/cui/source/dialogs/SpellAttrib.cxx
+++ b/cui/source/dialogs/SpellAttrib.cxx
@@ -47,7 +47,7 @@ SpellErrorAttrib::~SpellErrorAttrib()
}
-void SpellErrorAttrib::SetFont( Font& ) const
+void SpellErrorAttrib::SetFont( vcl::Font& ) const
{
//this attribute doesn't have a visual effect
}
@@ -85,7 +85,7 @@ SpellLanguageAttrib::~SpellLanguageAttrib()
}
-void SpellLanguageAttrib::SetFont( Font& ) const
+void SpellLanguageAttrib::SetFont( vcl::Font& ) const
{
//no visual effect
}
@@ -123,7 +123,7 @@ SpellBackgroundAttrib::~SpellBackgroundAttrib()
}
-void SpellBackgroundAttrib::SetFont( Font& rFont ) const
+void SpellBackgroundAttrib::SetFont( vcl::Font& rFont ) const
{
rFont.SetFillColor(m_aBackgroundColor);
}