From 31ce5f723fddf552743e9b7d333ffe7463e657a7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 15 Apr 2013 20:06:40 +0100 Subject: FontWeigth->FontWeight Change-Id: I6250c3e3de81c33e8f4d73e2f80570521fdb6ea6 --- dbaccess/source/ui/misc/UITools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/misc/UITools.cxx b/dbaccess/source/ui/misc/UITools.cxx index c6564d5cb12b..f71fdcd8b45d 100644 --- a/dbaccess/source/ui/misc/UITools.cxx +++ b/dbaccess/source/ui/misc/UITools.cxx @@ -776,7 +776,7 @@ float ConvertFontWeight( ::FontWeight eWeight ) else if( eWeight == WEIGHT_BLACK ) return ::com::sun::star::awt::FontWeight::BLACK; - SAL_WARN("dbaccess.ui", "Unknown FontWeigth" ); + SAL_WARN("dbaccess.ui", "Unknown FontWeight" ); return ::com::sun::star::awt::FontWeight::DONTKNOW; } // ----------------------------------------------------------------------------- -- cgit