summaryrefslogtreecommitdiffstats
path: root/salhelper/CustomTarget_salhelper_allheaders.mk
Commit message (Collapse)AuthorAgeFilesLines
* salhelper: new ZipPackage_salhelper_odk_headersMichael Stahl2013-02-271-2/+4
| | | | Change-Id: I83172bd105496dd1af8090a01ebfac864958e20c
* dependency on makefile needs full pathDavid Tardon2012-09-221-1/+1
| | | | Change-Id: I0733abb5c736ab393259fd6a005a89b887304f10
* More: echo -e is not POSIX (and unknown to Mac OS X)Stephan Bergmann2012-07-161-11/+12
| | | | Change-Id: I8fdfbebd9fd4bf19b57ec83689116c6fc77227e6
* allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák2012-07-161-0/+49
http://lists.freedesktop.org/archives/libreoffice/2012-April/029940.html The RTL_USING #define (set by gbuild for anything that's not public API) allows to use such classes simply by their name, without having to use the namespace or do explicit using rtl::OUString (which half of the sources do anyway). Change-Id: I7edaf12cd278489cdc1d5ff782f0a86361c13c0a