Kaydet (Commit) 3beb6f66 authored tarafından Caolán McNamara's avatar Caolán McNamara

missing namespace

üst 1038fd6d
...@@ -551,7 +551,8 @@ namespace ...@@ -551,7 +551,8 @@ namespace
const com::sun::star::lang::Locale& rLocale ) const com::sun::star::lang::Locale& rLocale )
{ {
// get the default font for a specified locale // get the default font for a specified locale
const DefaultFontConfiguration& rDefaults = utl::DefaultFontConfiguration::get(); const utl::DefaultFontConfiguration& rDefaults =
utl::DefaultFontConfiguration::get();
const rtl::OUString aDefault = rDefaults.getUserInterfaceFont(rLocale); const rtl::OUString aDefault = rDefaults.getUserInterfaceFont(rLocale);
return rDevFontList.ImplFindByTokenNames(aDefault); return rDevFontList.ImplFindByTokenNames(aDefault);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment