summaryrefslogtreecommitdiff
path: root/include/svtools/unoevent.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-12-31 10:26:43 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-01-04 14:44:33 +0000
commitf14d64fa71565e86c98348f9c54cc6cab53649d8 (patch)
tree830034b8c4ac9e9bf83f049fabb3138f9a854486 /include/svtools/unoevent.hxx
parent549e900b4b0047b8cb6c236ea50a3fc046e5fb51 (diff)
these fields can be static constants
Change-Id: Id56e219782d7f858cdeb26232c7aabd4f643c9d9 Reviewed-on: https://gerrit.libreoffice.org/21020 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svtools/unoevent.hxx')
-rw-r--r--include/svtools/unoevent.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/svtools/unoevent.hxx b/include/svtools/unoevent.hxx
index 36337f4c6857..ac1f03c38a6f 100644
--- a/include/svtools/unoevent.hxx
+++ b/include/svtools/unoevent.hxx
@@ -60,18 +60,6 @@ class SVT_DLLPUBLIC SvBaseEventDescriptor : public cppu::WeakImplHelper2
css::lang::XServiceInfo
>
{
- const OUString sEventType;
- const OUString sMacroName;
- const OUString sLibrary;
- const OUString sStarBasic;
- const OUString sJavaScript;
- const OUString sScript;
- const OUString sNone;
-
-
- /// name of own service
- const OUString sServiceName;
-
protected:
/// last element is 0, 0
const SvEventDescription* mpSupportedMacroItems;