summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/maildispatcher.hxx
AgeCommit message (Expand)Author
2015-02-05Remove uses of deprecated salhelper/refobj.hxxStephan Bergmann
2014-11-17salhelper: include-what-you-use cleanup of public headersMichael Stahl
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-03sw: fix include guardsThomas Arnhold
2014-05-27sw: move SwSendMailDialog etc. to swui libraryMichael Stahl
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl
lass='decoration'>Stephan Bergmann In OOo times, there'd originally been efforts to allow building on Windows with MinGW. Later, in LO times, this has been shifted to an attempt of cross- compiling for Windows on Linux. That attempt can be considered abandoned, and the relevant code rotting. Due to this heritage, there are now three kinds of MinGW-specific code in LO: * Code from the original OOo native Windows effort that is no longer relevant for the LO cross-compilation effort, but has never been removed properly. * Code from the original OOo native Windows effort that is re-purposed for the LO cross-compilation effort. * Code that has been added specifially for the LO cross-compilation effort. All three kinds of code are removed. (An unrelated, remaining use of MinGW is for --enable-build-unowinreg, utilizing --with-mingw-cross-compiler, MINGWCXX, and MINGWSTRIP.) Change-Id: I49daad8669b4cbe49fa923050c4a4a6ff7dda568 Reviewed-on: https://gerrit.libreoffice.org/34127 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin Change-Id: Iea28debc7d3abc58cca21bd3856cb65b321dc1e6 Reviewed-on: https://gerrit.libreoffice.org/33693 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>