diff options
Diffstat (limited to 'svx/source/dialog/fontlb.cxx')
-rw-r--r-- | svx/source/dialog/fontlb.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/fontlb.cxx b/svx/source/dialog/fontlb.cxx index 94edf0a55c56..b697a66061c8 100644 --- a/svx/source/dialog/fontlb.cxx +++ b/svx/source/dialog/fontlb.cxx @@ -47,7 +47,7 @@ SvLBoxFontString::SvLBoxFontString( mbUseColor( pColor != NULL ) { DBG_CTOR( SvLBoxFontString, 0 ); - SetText( pEntry, rString ); + SetText( rString ); if( pColor ) maFont.SetColor( *pColor ); } |