View | Details | Raw Unified | Return to issue 105913
Collapse All | Expand All

(-)a/sw/source/ui/docvw/edtwin2.cxx (-1 / +1 lines)
Lines 173-179 Link Here
173
             switch( aCntntAtPos.eCntntAtPos )
173
             switch( aCntntAtPos.eCntntAtPos )
174
			{
174
			{
175
			case SwContentAtPos::SW_TABLEBOXFML:
175
			case SwContentAtPos::SW_TABLEBOXFML:
176
				sTxt.AssignAscii( RTL_CONSTASCII_STRINGPARAM( "= " ));
176
                sTxt.AssignAscii( RTL_CONSTASCII_STRINGPARAM( "=" ));
177
				sTxt += ((SwTblBoxFormula*)aCntntAtPos.aFnd.pAttr)->GetFormula();
177
				sTxt += ((SwTblBoxFormula*)aCntntAtPos.aFnd.pAttr)->GetFormula();
178
				break;
178
				break;
179
#ifndef PRODUCT
179
#ifndef PRODUCT

Return to issue 105913