Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-16 | allow using rtl::OUString etc. simply as OUString, without rtl:: | Luboš Luňák | |
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 | |||
2012-04-09 | cppu: use InternalUnoApi | Matúš Kukan | |
2011-12-19 | cppu: convert to gbuild | Matúš Kukan | |
Because of unit tests is here custom target where are idl files processed. |