summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-15 20:06:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-15 20:10:33 +0100
commit31ce5f723fddf552743e9b7d333ffe7463e657a7 (patch)
tree91bc2eb6fdd4f022a78b9140fc9327bfa8d06cab /toolkit
parent672260fc77408791998814e2cb8b787c8657730f (diff)
FontWeigth->FontWeight
Change-Id: I6250c3e3de81c33e8f4d73e2f80570521fdb6ea6
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/helper/vclunohelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/helper/vclunohelper.cxx b/toolkit/source/helper/vclunohelper.cxx
index deda11ed238e..6df61c00a469 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;
}