summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbashapes.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:43:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:43:56 +0200
commit99661d3f5f902a004883a4be21649245de68a2fa (patch)
tree0ad57fae91dfe6ab7ed5ee807ed38422f0d32aad /include/vbahelper/vbashapes.hxx
parent42c848c506b53a6de21c3b0129fd11d2f74e20b2 (diff)
Deprecate getCppuType et al in favor of cppu::UnoType
...which doesn't suffer from the sal_uInt16 vs. sal_Unicode ambiguity. Change-Id: I4de265145e720615652e88b6a68e03903ad8cba2
Diffstat (limited to 'include/vbahelper/vbashapes.hxx')
0 files changed, 0 insertions, 0 deletions
a href='/cgit/lo/core/commit/sw/inc/extinput.hxx?id=480f6916eff8636fbf6b980a604c6e19a099df08'>loplugin:countusersofdefaultparams in swNoel Grandin Change-Id: I65beb17816641cff6a07379b7ba234afe26806b3 Reviewed-on: https://gerrit.libreoffice.org/29488 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e 2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin Change-Id: I94706bdea91d367fc8c2bbd482f6b4d8f55449d7 Reviewed-on: https://gerrit.libreoffice.org/24821 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>