summaryrefslogtreecommitdiffstats
path: root/forms/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-09-12 11:32:53 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-09-12 11:09:43 +0000
commit774d2a94d31c14fb24c07a5c85220e5ef528ad20 (patch)
tree36c8b4ddc4572f55d208bc022802cbf3d18b71bc /forms/source/inc
parentPage size popup converted to use outside sidebar (diff)
downloadcore-774d2a94d31c14fb24c07a5c85220e5ef528ad20.tar.gz
core-774d2a94d31c14fb24c07a5c85220e5ef528ad20.zip
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.hxx8
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();
};