summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unoevent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unoevent.hxx')
-rw-r--r--sw/source/core/inc/unoevent.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/source/core/inc/unoevent.hxx b/sw/source/core/inc/unoevent.hxx
index 569710eb06ac..2ef2a690eccb 100644
--- a/sw/source/core/inc/unoevent.hxx
+++ b/sw/source/core/inc/unoevent.hxx
@@ -37,7 +37,7 @@ class SwHyperlinkEventDescriptor : public SvDetachedEventDescriptor
//XServiceInfo
virtual OUString SAL_CALL getImplementationName(void)
- throw( ::com::sun::star::uno::RuntimeException, std::exception );
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
protected:
virtual ~SwHyperlinkEventDescriptor();
public:
@@ -71,12 +71,12 @@ public:
~SwFrameEventDescriptor();
virtual OUString SAL_CALL getImplementationName(void)
- throw( ::com::sun::star::uno::RuntimeException, std::exception );
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
protected:
- virtual void setMacroItem(const SvxMacroItem& rItem);
- virtual const SvxMacroItem& getMacroItem();
- virtual sal_uInt16 getMacroItemWhich() const;
+ virtual void setMacroItem(const SvxMacroItem& rItem) SAL_OVERRIDE;
+ virtual const SvxMacroItem& getMacroItem() SAL_OVERRIDE;
+ virtual sal_uInt16 getMacroItemWhich() const SAL_OVERRIDE;
};
class SwFrameStyleEventDescriptor : public SvEventDescriptor
@@ -91,12 +91,12 @@ public:
~SwFrameStyleEventDescriptor();
virtual OUString SAL_CALL getImplementationName(void)
- throw( ::com::sun::star::uno::RuntimeException, std::exception );
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
protected:
- virtual void setMacroItem(const SvxMacroItem& rItem);
- virtual const SvxMacroItem& getMacroItem();
- virtual sal_uInt16 getMacroItemWhich() const;
+ virtual void setMacroItem(const SvxMacroItem& rItem) SAL_OVERRIDE;
+ virtual const SvxMacroItem& getMacroItem() SAL_OVERRIDE;
+ virtual sal_uInt16 getMacroItemWhich() const SAL_OVERRIDE;
};
#endif