diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-04-15 20:06:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-15 20:10:33 +0100 |
commit | 31ce5f723fddf552743e9b7d333ffe7463e657a7 (patch) | |
tree | 91bc2eb6fdd4f022a78b9140fc9327bfa8d06cab /dbaccess | |
parent | 672260fc77408791998814e2cb8b787c8657730f (diff) |
FontWeigth->FontWeight
Change-Id: I6250c3e3de81c33e8f4d73e2f80570521fdb6ea6
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/misc/UITools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } // ----------------------------------------------------------------------------- |