Files
libreoffice/toolkit/src2xml
Thomas Arnhold 3e7832724e Revert hrc string cleanup
This reverts mostly all of my hrc string cleanup commits. As Markus
stated in dc05a825e7 those are erroneous
and mostly untested. And therefore absolutely unsave. I only did test
them by compiling and checking the main screens. Cleaning those files
seems to be much more complicated than I thought.

So to be absolutely save I do this huge revert. Sorry for this.

Revert "hrc cleanup: Further cleanup"
This reverts commit 60212988e1.

Revert "hrc cleanup: Remove unused strings"
This reverts commit 0e2d7550dd.

Revert "hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc"
This reverts commit efb74b5dfd.

Revert "hrc cleanup: Remove unused Strings in cui"
This reverts commit 527e8f6186.

Revert "hrc cleanup: Remove unused Strings in desktop"
This reverts commit ac3800fbb9.

Revert "hrc cleanup: Remove unused cstitem.src"
This reverts commit ae95e31831.

Revert "hrc cleanup: Remove unused strings in wizards"
This reverts commit 20f9a17443.

Revert "hrc cleanup: Remove unused Strings in sfx2"
This reverts commit c26d4d3446.
2012-07-18 23:28:54 +02:00
..
2012-07-18 23:28:54 +02:00

SRC2XML: Convert OO.o resource to Layout XML.

This directory contains a Python script to convert OO.o's existing dialog
resource files into XML layout files.

The main executable file is located in ./source/src2xml.py.  Run

   source/src2xml.py --help

for more information.

See also: source/dryrunall.sh and ../workben/run-s2x


Author: Kohei Yoshida  <kyoshida@novell.com>
Modifications: Jan Nieuwenhuizen  <jnieuwenhuizen@novell.com>