diff options
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/unoevent.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/unoevent.hxx b/include/svtools/unoevent.hxx index 74470085ff52..bb2d438fe04f 100644 --- a/include/svtools/unoevent.hxx +++ b/include/svtools/unoevent.hxx @@ -207,8 +207,6 @@ class SVT_DLLPUBLIC SvDetachedEventDescriptor : public SvBaseEventDescriptor // the macros; aMacros[i] is the value for aSupportedMacroItemIDs[i] std::vector<std::unique_ptr<SvxMacro>> aMacros; - const OUString sImplName; - public: SvDetachedEventDescriptor(const SvEventDescription* pSupportedMacroItems); |