Apparently missing "cChar =="

Change-Id: Id99ed7633e960bc690b3e37e958485486658f88a
This commit is contained in:
Stephan Bergmann
2014-01-28 10:34:54 +01:00
parent 16d83688f8
commit c1be13dafe

View File

@@ -958,7 +958,7 @@ sal_uInt16 SwTxtNode::GetScalingOfSelectedText( sal_Int32 nStt, sal_Int32 nEnd )
nProWidth += aIter.GetFnt()->_GetTxtSize( aDrawInf ).Width();
nIdx++;
}
else if ( pHint && ( cChar == CH_TXTATR_BREAKWORD || CH_TXTATR_INWORD ) )
else if ( pHint && ( cChar == CH_TXTATR_BREAKWORD || cChar == CH_TXTATR_INWORD ) )
{
switch( pHint->Which() )
{