diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-12 11:32:53 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-09-12 11:09:43 +0000 |
commit | 774d2a94d31c14fb24c07a5c85220e5ef528ad20 (patch) | |
tree | 36c8b4ddc4572f55d208bc022802cbf3d18b71bc /forms/source/inc | |
parent | 69ce52fbf26fab9239562d2bfd407db67cfb6ec8 (diff) |
loplugin:constantparam in extensions..lotuswordpro
Change-Id: Ifb30d5d53536045638d872761626a1b60fa52dad
Reviewed-on: https://gerrit.libreoffice.org/28831
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'forms/source/inc')
-rw-r--r-- | forms/source/inc/InterfaceContainer.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx index 63f3b3a84ab3..1bb167620e84 100644 --- a/forms/source/inc/InterfaceContainer.hxx +++ b/forms/source/inc/InterfaceContainer.hxx @@ -267,13 +267,7 @@ private: // hack for Vba Events void impl_addVbEvents_nolck_nothrow( const sal_Int32 i_nIndex ); - // the runtime event format has changed from version SO5.2 to OOo - enum EventFormat - { - efVersionSO5x, - efVersionSO6x - }; - void transformEvents( const EventFormat _eTargetFormat ); + void transformEvents(); void impl_createEventAttacher_nothrow(); }; |