Hacking procedure on Fedora
Make a change
For example, have a hack at vcl/source/window/menu.cxx (Menu::SetItemText); (near line 1821) I suggest manually applying this change:
- pData->aText = rStr; + pData->aText = String(rStr).Reverse();
then save it
Rebuild your source
Installing
Run
- your_installation_dir/program/soffice