summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlerror.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | ...(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>
* New loplugin:dynexcspec: Add @throws documentation, xmloffStephan Bergmann2017-01-191-0/+1
| | | | Change-Id: Idf9db7108514e91fb4fe3abeca55fbab844c770a
* com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin2015-10-231-7/+4
| | | | Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256
* Revert "create a macro to tidy up the declaration sites of ↵Noel Grandin2015-08-261-1/+5
| | | | | | | | | o3tl::typed_flags_set" sberg did not like this macro, let's see if I can find a better solution. This reverts commit e51fa143587d018b75db08e60cf27ff932b1cf8d.
* create a macro to tidy up the declaration sites of o3tl::typed_flags_setNoel Grandin2015-07-151-5/+1
| | | | | | | | Change-Id: Ifb8fd4fd5128188420f1dfda6b6f695160d5e77a Reviewed-on: https://gerrit.libreoffice.org/15865 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-11/+2
| | | | | | | | | | | Bin pointless '// predeclarations' or '// forward declarations' comments. If a programmer doesn't know what a forward declaration is, well, why read C++ source code? Also bin some pointless '// end of namespace foo' comments after namespace blocks just a handful of lines long, and some superfluous vertical whitespace. Change-Id: I2a31c5d73d9b4de8825fb8eb9e7559dbd7303ef9
* fdo#84938: convert ERROR_ #defines to 'enum class'Noel Grandin2015-01-061-5/+11
| | | | Change-Id: Ie76bac6b91a9faa4f9ff7dbdf2b455ea9016cf72
* remove comments why a file gets includedThomas Arnhold2014-04-211-1/+0
| | | | | | also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
* fixincludeguards.sh: include/xml*Thomas Arnhold2013-10-231-2/+2
| | | | Change-Id: Iffab819621615c59709c087202cc578af00dd799
* execute move of global headersBjoern Michaelsen2013-04-231-0/+147
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a