Skip to content

Commit

Permalink
Remove superfluous space in tooltip
Browse files Browse the repository at this point in the history
This fixes

https://bz.apache.org/ooo/show_bug.cgi?id=105913

Many thanks to Oliver Specht!
  • Loading branch information
Pilot-Pirx committed Aug 24, 2022
1 parent c464040 commit dbca5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/sw/source/ui/docvw/edtwin2.cxx
Expand Up @@ -150,7 +150,7 @@ void SwEditWin::RequestHelp(const HelpEvent &rEvt)
switch( aCntntAtPos.eCntntAtPos )
{
case SwContentAtPos::SW_TABLEBOXFML:
sTxt.AssignAscii( RTL_CONSTASCII_STRINGPARAM( "= " ));
sTxt.AssignAscii( RTL_CONSTASCII_STRINGPARAM( "=" ));
sTxt += ((SwTblBoxFormula*)aCntntAtPos.aFnd.pAttr)->GetFormula();
break;
#ifdef DBG_UTIL
Expand Down

0 comments on commit dbca5b1

Please sign in to comment.