Difference between revisions of "Hacking procedure on Fedora"

From CDOT Wiki
Jump to: navigation, search
(Make a change)
(OOo Category)
 
Line 12: Line 12:
 
== Run ==
 
== Run ==
 
* your_installation_dir/program/soffice
 
* your_installation_dir/program/soffice
 +
 +
[[Category:OpenOffice.org]]

Latest revision as of 16:40, 11 May 2009

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