summaryrefslogtreecommitdiffstats
path: root/include/connectivity/sdbcx/VUser.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-16/+16
| | | | Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-171-5/+5
| | | | | | | | | with the variadic variants, for connectivity. Change-Id: I3645a2855e903848936520ac854fc1039fc456e8 Reviewed-on: https://gerrit.libreoffice.org/16971 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
* connectivity: sal_Bool->boolNoel Grandin2014-04-011-2/+2
| | | | Change-Id: Iafa52d3643b9313c20c75cf98f6b1ec231bf9d6d
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-16/+16
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-11/+11
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* fdo#65108 inter-module includes <>Norbert Thiebaud2013-11-091-5/+5
| | | | Change-Id: I338b2f923a31058dc7a3a9a4dcefba52109aa3b0
* fixincludeguards.sh: include/c*Thomas Arnhold2013-10-231-3/+3
| | | | Change-Id: Icba422d99836518a1b662b15144bc9334bed1473
* execute move of global headersBjoern Michaelsen2013-04-231-0/+100
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a