summaryrefslogtreecommitdiff
path: root/cppuhelper/Module_cppuhelper.mk
AgeCommit message (Collapse)Author
2012-10-13cppuhelper: remove obsolete commentMichael Stahl
2012-10-10replace findsofficepath.obj by static libDavid Tardon
Change-Id: I652ac46aec72a92667995353efa637f0a2310672
2012-07-16allow 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-09cppuhelper: use InternalUnoApiMatúš Kukan
2012-01-02CppunitTest_cppuhelper_qa_weak depends on module bridgesStephan Bergmann
...through a call to cppu::getCaughtException.
2012-01-02cppuhelper: convert to gbuildMatúš Kukan
missing subsequent test qa/propertysetmixin/makefile.mk