summaryrefslogtreecommitdiffstats
path: root/include/com/sun/star/uno/genfunc.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Missing includes (for NULL)Stephan Bergmann2015-11-101-0/+4
| | | | Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
| | | | Change-Id: I17eb40b2923793280ea220e519f97563c8490a19
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-4/+4
| | | | Change-Id: I22ee2cbacad8b19bb55db234e816d401edcf4a35
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
| | | | | | | | Unfortunately iwyu gets quite confused by the weird cyclic dependencies between various foo.h/foo.hxx and cppumaker generated headers, so it's not obvious if any improvement here is realistic... Change-Id: I0bc66f98b146712e28cabc18d56c11c08418c721
* various: remove SAL_THROW macroNoel Grandin2014-06-051-3/+0
| | | | Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
* Remove visual noise from includeAlexander Wilms2014-03-011-3/+3
| | | | | | | | | | | | | | | Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fixincludeguards.sh: include/c*Thomas Arnhold2013-10-231-2/+2
| | | | Change-Id: Icba422d99836518a1b662b15144bc9334bed1473
* EXCEPTIONS_OFF is never definedStephan Bergmann2013-08-141-4/+0
| | | | | | | | ...since gb_LinkTarget_NOEXCEPTIONFLAGS became unused with e81b1f23c49e35c1cde1faa44281812e97be60f5 "remove gb_LinkTarget_add_noexception_object." Change-Id: I4a7275b5b26a9d4b6ded66efb52e6866e6e09cc3
* move URE headers to include/David Tardon2013-04-241-0/+82
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>