[Libreoffice-commits] .: vcl/win
Lubos Lunak
llunak at kemper.freedesktop.org
Tue Mar 13 03:28:00 PDT 2012
vcl/win/source/gdi/salgdi3.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1613a4949fae679365996db2781c1fb26df9279f
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue Mar 13 11:27:49 2012 +0100
fix compile
diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx
index 3e24d75..674567d 100644
--- a/vcl/win/source/gdi/salgdi3.cxx
+++ b/vcl/win/source/gdi/salgdi3.cxx
@@ -551,7 +551,7 @@ namespace
const com::sun::star::lang::Locale& rLocale )
{
// get the default font for a specified locale
- const DefaultFontConfiguration& rDefaults = DefaultFontConfiguration::get();
+ const DefaultFontConfiguration& rDefaults = utl::DefaultFontConfiguration::get();
const rtl::OUString aDefault = rDefaults.getUserInterfaceFont(rLocale);
return rDevFontList.ImplFindByTokenNames(aDefault);
}
More information about the Libreoffice-commits
mailing list