summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
Diffstat (limited to 'unotest')
0 files changed, 0 insertions, 0 deletions
fb1c0 2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-5/+1 Change-Id: I4a33bd92fc8448638a4bfe1eab7e5041a4c5cc39 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3 Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-05-24coverity#983657 Uncaught exceptionCaolán McNamara1-3/+2 Change-Id: I4feec3aeaf5f7b821a15f3b74f7b2df1f63a6681 2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-4/+4 Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9 2014-04-22eventattacher: sal_Bool->boolNoel Grandin1-3/+3 Change-Id: Iaf760bc747bfd8e16a52ba2047b0be8178b740cf 2014-04-14Remove dead function declarationStephan Bergmann1-1/+0 Change-Id: I638fade941d369f0b09a016cfdc23cf5c981b8f0 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1 It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-17/+17 ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a 2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-2/+2