summaryrefslogtreecommitdiff
path: root/sdext/Library_minimizer.mk
AgeCommit message (Collapse)Author
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
2013-01-04SunPresentationMinimizer uses uno interfacesLuboš Luňák
Change-Id: I186af92084de6a7eee27d742d0377da09936473f
2012-12-02sdext: there is a severe shortage of boost dependencies hereMichael Stahl
Change-Id: Ide652d073edc3321995b787b01ea9c0bf1920827
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-05Remove bogus dependency of extension on comphelperStephan Bergmann
Change-Id: I2a0d4bc968b9b1d285006f26603da4a98fbd870b
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-04-19convert presentation minimizer to passive registrationDavid Tardon
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-06gbuildize sdextDavid Tardon