summaryrefslogtreecommitdiff
path: root/cppuhelper/CustomTarget_cppuhelper_allheaders.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-02-27cppuhelper: new ZipPackage_cppuhelper_odk_headersMichael Stahl1-2/+4
Change-Id: I77d7ef6890ca584cf022059838c318a2811bcd5d
2012-09-22dependency on makefile needs full pathDavid Tardon1-1/+1
Change-Id: I0733abb5c736ab393259fd6a005a89b887304f10
2012-07-16More: echo -e is not POSIX (and unknown to Mac OS X)Stephan Bergmann1-11/+12
Change-Id: I8fdfbebd9fd4bf19b57ec83689116c6fc77227e6
2012-07-16forgot to rename cppu -> cppuhelper from the templateLuboš Luňák1-11/+11
Change-Id: I6a2ba2213d59ba73f7f170f40c7607f6ad23a0f4
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák1-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