summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-22 08:49:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-22 08:49:15 +0100
commit49a829bf9d97ddda145b215a5928dd822efa8518 (patch)
treeb1ad09952b0dabd2343b9f975f14eca63491ca68 /include
parent60db0ded330f800306b9a829922bf389e1c0aa07 (diff)
loplugin:override
after 6517141b6233c5f9667031bc92f66109fddf5b76 "tdf#42788: FORMATTING - Numbering/ordered list" made SvxNumberType::SetNumberingType virtual. Change-Id: I856a521b88940b6c2a8f3ebbae9ec4066e14ea78
Diffstat (limited to 'include')
-rw-r--r--include/editeng/numitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx
index cefaf8f17e28..46043d0c2aeb 100644
--- a/include/editeng/numitem.hxx
+++ b/include/editeng/numitem.hxx
@@ -155,7 +155,7 @@ public:
bool operator==( const SvxNumberFormat& ) const;
bool operator!=( const SvxNumberFormat& rFmt) const {return !(*this == rFmt);}
- void SetNumberingType(sal_Int16 nSet);
+ void SetNumberingType(sal_Int16 nSet) override;
void SetNumAdjust(SvxAdjust eSet);
SvxAdjust GetNumAdjust() const {return eNumAdjust;}
void SetPrefix(const OUString& rSet) { sPrefix = rSet;}