summaryrefslogtreecommitdiff
path: root/include/vcl/animate.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-11 18:31:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-11 18:31:48 +0100
commit8fb6f4a74b00dbaa62cf75c1da46cd8c3f6e3a3c (patch)
tree6b8b715c9c59a0f4b1e0be84732b88480637328d /include/vcl/animate.hxx
parentb710952a3a28c915b8e45a6cc8186b0ea9407c26 (diff)
Mark overriding cppuhelper class template member functions as SAL_OVERRIDE
Change-Id: I51942d37eacd11000c08a784d8a995bd8f9f972c
Diffstat (limited to 'include/vcl/animate.hxx')
0 files changed, 0 insertions, 0 deletions
h=feature/taggedPDF&id=362d4f0cd4e50111edfae9d30c90602c37ed65a2'>Explicitly mark overriding destructors as "virtual"Stephan Bergmann 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-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f 2014-03-11Remove newly unused getUnoTunnelImplementationId functionsStephan Bergmann ...after recent clean-up of getImplementationId implementations. Change-Id: I2a11f6ddf03dc7852b7e8e50dc6284a7215a0113 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3 2013-11-05fixincludeguards.sh: dbaccessThomas Arnhold Change-Id: Iadd4326d58a5df5761a0ed5ce7fd5fb01fb87d11