dbaccess/source/ui/misc/UITools.cxx | 2 +- toolkit/source/helper/vclunohelper.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 31ce5f723fddf552743e9b7d333ffe7463e657a7 Author: Caolán McNamara <caol...@redhat.com> Date: Mon Apr 15 20:06:40 2013 +0100 FontWeigth->FontWeight Change-Id: I6250c3e3de81c33e8f4d73e2f80570521fdb6ea6 diff --git a/dbaccess/source/ui/misc/UITools.cxx b/dbaccess/source/ui/misc/UITools.cxx index c6564d5..f71fdcd 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; } // ----------------------------------------------------------------------------- diff --git a/toolkit/source/helper/vclunohelper.cxx b/toolkit/source/helper/vclunohelper.cxx index deda11e..6df61c0 100644 --- a/toolkit/source/helper/vclunohelper.cxx +++ b/toolkit/source/helper/vclunohelper.cxx @@ -278,7 +278,7 @@ float VCLUnoHelper::ConvertFontWeight( FontWeight eWeight ) else if( eWeight == WEIGHT_BLACK ) return ::com::sun::star::awt::FontWeight::BLACK; - OSL_FAIL( "Unknown FontWeigth" ); + OSL_FAIL( "Unknown FontWeight" ); return ::com::sun::star::awt::FontWeight::DONTKNOW; }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits