summaryrefslogtreecommitdiff
path: root/toolkit/source/helper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-16 09:14:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-16 10:15:38 +0100
commitcb7412b8185d6b94ca59b48668ec5e77fa8f7999 (patch)
tree9a0e17cbffb5de39ade4d5aa73184a9db852396c /toolkit/source/helper
parentade27059dc2e1c84ab00023c15430ee6645617f7 (diff)
merge duplicated CreateFontDescriptor methods
Change-Id: I33f9df7f17158eedc4a4c0dedfd0fc4cddc6180f
Diffstat (limited to 'toolkit/source/helper')
-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 6df61c00a469..3d275c1593b5 100644
--- a/toolkit/source/helper/vclunohelper.cxx
+++ b/toolkit/source/helper/vclunohelper.cxx
@@ -305,7 +305,7 @@ FontWeight VCLUnoHelper::ConvertFontWeight( float f )
else if( f <= ::com::sun::star::awt::FontWeight::BLACK )
return WEIGHT_BLACK;
- OSL_FAIL( "Unknown FontWeigth" );
+ OSL_FAIL( "Unknown FontWeight" );
return WEIGHT_DONTKNOW;
}