summaryrefslogtreecommitdiff
path: root/include/editeng/unonrule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unonrule.hxx')
-rw-r--r--include/editeng/unonrule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unonrule.hxx b/include/editeng/unonrule.hxx
index 461fed4ea1a6..1bead5014de0 100644
--- a/include/editeng/unonrule.hxx
+++ b/include/editeng/unonrule.hxx
@@ -43,7 +43,7 @@ private:
SvxNumRule maRule;
public:
SvxUnoNumberingRules( const SvxNumRule& rRule ) throw();
- virtual ~SvxUnoNumberingRules() throw();
+ virtual ~SvxUnoNumberingRules() throw() override;
UNO3_GETIMPLEMENTATION_DECL( SvxUnoNumberingRules )