include/editeng/numitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 49a829bf9d97ddda145b215a5928dd822efa8518 Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Jan 22 08:49:15 2016 +0100 loplugin:override after 6517141b6233c5f9667031bc92f66109fddf5b76 "tdf#42788: FORMATTING - Numbering/ordered list" made SvxNumberType::SetNumberingType virtual. Change-Id: I856a521b88940b6c2a8f3ebbae9ec4066e14ea78 diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx index cefaf8f..46043d0 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;} _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits