Changes

Jump to: navigation, search

Hacking procedure on Fedora

363 bytes added, 22:14, 14 February 2009
Make a change
== 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:
<pre>
- pData->aText = rStr;
+ pData->aText = String(rStr).Reverse();
</pre>
then save it
 
== Rebuild your source ==
== Installing ==
* [[Installing]]
== Run ==
* your_installation_dir/program/soffice
1
edit

Navigation menu