summaryrefslogtreecommitdiff
path: root/include/store
AgeCommit message (Collapse)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
Change-Id: I2a4f84e8c36197a9d39a5bd36cb1e2401a956d87
2015-10-27loplugin:unusedmethodsNoel Grandin2-309/+0
Change-Id: I161cd52606c11b6008f5d8b1d8ee391692f91861 Reviewed-on: https://gerrit.libreoffice.org/19231 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-01followup fixNoel Grandin1-1/+1
to commit 10e59aee74ede837ad0560e261b0f106371ce96a "always surround our own includes with <>" Change-Id: I71abc565cdcb887bbdccd345f0ff4e9b24d78057
2015-10-01always surround our own includes with <>Noel Grandin2-3/+3
followup to aed0a639f4af8e630dbd6bd4f2e0368b1481eae3 "tdf#42949 remove unnecessary includes using iwyu" Change-Id: I6cd17a24d1a8f2d718f42333a6e1866d77a5553f
2015-10-01tdf#42949 remove unnecessary includes using iwyuNoel Grandin3-3/+6
Change-Id: I13960721b7e15b1761aff8497391e39ae5645b89 Reviewed-on: https://gerrit.libreoffice.org/18616 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-16/+0
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-17/+17
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
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-36/+0
Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
2014-06-05various: remove SAL_THROW macroNoel Grandin1-44/+44
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
2014-02-17store: sal_Bool -> boolStephan Bergmann1-1/+1
Change-Id: I7d108e7ae387f9c07cce182a0bb09b69a6608226
2013-12-18URE headers do not have "using rtl::OUString"Stephan Bergmann1-16/+16
Change-Id: I525b93371dbd89dafa6916f7c3696423f44753f6
2013-11-09fdo#65108 inter-module includes <> include/storeNorbert Thiebaud2-4/+4
Change-Id: I3c2db6a3660d46faba6fb11a63ecf3a73709f2c0
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold4-12/+12
Change-Id: I57fcfd442d2b5815e7c07a9cbd660f3698168dee
2013-04-23execute move of global headersBjoern Michaelsen4-0/+1202
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a