summaryrefslogtreecommitdiffstats
path: root/include/xmlscript
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2015-07-301-8/+0
| | | | | | | Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971 Reviewed-on: https://gerrit.libreoffice.org/17378 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
| | | | | | | | | | | | | | | | ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
* xmlscript: remove SAL_THROW macroNoel Grandin2014-06-054-32/+16
| | | | Change-Id: Ic830c23d8696fde323dcf67697248a84658be2bf
* xmlscript: sal_Bool->boolNoel Grandin2014-03-271-4/+4
| | | | Change-Id: I5d0041283637dddeac86c50917d77c7e3d005b20
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-6/+6
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
* Remove visual noise from includeAlexander Wilms2014-03-013-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>
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-6/+6
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* fdo#65108 inter-module includes <> include/xmlscriptNorbert Thiebaud2013-11-094-6/+6
| | | | Change-Id: If4a7372a7520db8c362de17d81cfd393d42e17e8
* fixincludeguards.sh: include/xml*Thomas Arnhold2013-10-236-12/+12
| | | | Change-Id: Iffab819621615c59709c087202cc578af00dd799
* execute move of global headersBjoern Michaelsen2013-04-236-0/+439
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a