summaryrefslogtreecommitdiff
path: root/include/store
AgeCommit message (Collapse)AuthorFilesLines
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