diff options
Diffstat (limited to 'include/svtools/unoevent.hxx')
-rw-r--r-- | include/svtools/unoevent.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svtools/unoevent.hxx b/include/svtools/unoevent.hxx index a29b9d217cf1..ef303638f7ae 100644 --- a/include/svtools/unoevent.hxx +++ b/include/svtools/unoevent.hxx @@ -69,7 +69,7 @@ public: SvBaseEventDescriptor(const SvEventDescription* pSupportedMacroItems); - virtual ~SvBaseEventDescriptor(); + virtual ~SvBaseEventDescriptor() override; // XNameReplace @@ -176,7 +176,7 @@ public: SvEventDescriptor(css::uno::XInterface& rParent, const SvEventDescription* pSupportedMacroItems); - virtual ~SvEventDescriptor(); + virtual ~SvEventDescriptor() override; protected: @@ -230,7 +230,7 @@ public: SvDetachedEventDescriptor(const SvEventDescription* pSupportedMacroItems); - virtual ~SvDetachedEventDescriptor(); + virtual ~SvDetachedEventDescriptor() override; //XServiceInfo virtual OUString SAL_CALL getImplementationName() @@ -278,7 +278,7 @@ public: SvMacroTableEventDescriptor(const SvxMacroTableDtor& aFmt, const SvEventDescription* pSupportedMacroItems); - virtual ~SvMacroTableEventDescriptor(); + virtual ~SvMacroTableEventDescriptor() override; void copyMacrosFromTable(const SvxMacroTableDtor& aFmt); void copyMacrosIntoTable(SvxMacroTableDtor& aFmt); |