summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper/implbase11.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoAndrea Gelmini2019-08-091-2/+2
| | | | | | | | | "Inherting" Change-Id: Ib9b1fcfd9ef585149de5018ce650707c71d412c8 Reviewed-on: https://gerrit.libreoffice.org/77127 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+3
| | | | | | | | | | Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib420e9216b8313f5ed7634ec375e39ceb741fd45 Reviewed-on: https://gerrit.libreoffice.org/59297 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* cppuhelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-0/+8
| | | | | | | | | | | | | ...by explicitly defaulting the copy/move functions (and, where needed in turn, also a default ctor) for classes that have a user-declared dtor that does nothing other than an implicitly-defined one would do, but needs to be user- declared because it is virtual and potentially serves as a key function to emit the vtable, or is non-public, etc. (For LIBO_INTERNAL_ONLY.) Change-Id: I9da48559b083bdec9b1b4014634f6f3bfb1c3de3 Reviewed-on: https://gerrit.libreoffice.org/58107 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* 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
* a whole bunch of SAL_WARN_UNUSEDNoel Grandin2017-01-311-1/+1
| | | | | | | 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>
* Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann2017-01-271-17/+17
| | | | | | ...only odk/examples/ remains to be clean up Change-Id: I875a1e8d6750b6b007bd75126b8010273e1f32d5
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
| | | | Change-Id: If965f73934c182a1c96d9fdca6f395c256f6b259
* Silence -Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann2016-03-041-0/+6
| | | | Change-Id: Icac0f029461c886ebb03aedcd54189116b66d8a3
* com::sun::star->css in include/cppuhelperNoel Grandin2015-10-211-39/+39
| | | | | | | Change-Id: I3d9dcd4cd756a3f0d9cedd894377a117c9dbeecc Reviewed-on: https://gerrit.libreoffice.org/19486 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-3/+3
| | | | | | | Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin: cstylecastNoel Grandin2014-09-221-2/+2
| | | | Change-Id: I84873c9f84651dc8a1337f37c63020b461314e1b
* cppu and cppuhelper: loplugin: cstylecastNoel Grandin2014-09-171-12/+12
| | | | | | | 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-25/+25
| | | | Change-Id: I51942d37eacd11000c08a784d8a995bd8f9f972c
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-10/+10
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* fixincludeguards.sh: include/c*Thomas Arnhold2013-10-231-2/+2
| | | | Change-Id: Icba422d99836518a1b662b15144bc9334bed1473
* move URE headers to include/David Tardon2013-04-241-0/+297
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>