summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper/compbase9.hxx
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:includeform: UNO API include filesStephan Bergmann2017-10-231-2/+2
| | | | | | | Change these back to consistently use the "..." form to include other UNO API include files, for the benefit of external users of this API. Change-Id: I9c9188e895eb3495e20a71ad44abfa2f6061fa94
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-3/+3
| | | | | | | | | | ...from function definitions occurring within class definitions. Done with a rewriting Clang plugin (to be pushed later). Change-Id: I9c6f2818a57ccdb361548895a7743107cbacdff8 Reviewed-on: https://gerrit.libreoffice.org/34874 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | ...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* com::sun::star->css in include/cppuhelperNoel Grandin2015-10-211-22/+22
| | | | | | | Change-Id: I3d9dcd4cd756a3f0d9cedd894377a117c9dbeecc Reviewed-on: https://gerrit.libreoffice.org/19486 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* cppu and cppuhelper: loplugin: cstylecastNoel Grandin2014-09-171-3/+3
| | | | | | | Add a macro in include/cppuhelper/implbase_ex.hxx to make initialising the type_entry classes a little less verbose. Change-Id: I0904b5b9db269c92bc89e7ce3d6c8b09350c9897
* Mark overriding cppuhelper class template member functions as SAL_OVERRIDEStephan Bergmann2014-03-111-19/+19
| | | | Change-Id: I51942d37eacd11000c08a784d8a995bd8f9f972c
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-13/+13
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-161-10/+0
| | | | | | | Change-Id: I5150eec33228e18e274a8ae4effd3f185851b7f4 Reviewed-on: https://gerrit.libreoffice.org/7103 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* fixincludeguards.sh: include/c*Thomas Arnhold2013-10-231-2/+2
| | | | Change-Id: Icba422d99836518a1b662b15144bc9334bed1473
* move URE headers to include/David Tardon2013-04-241-0/+157
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>