[Libreoffice-commits] core.git: include/editeng
Stephan Bergmann
sbergman at redhat.com
Thu Jan 21 23:51:21 PST 2016
include/editeng/numitem.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 49a829bf9d97ddda145b215a5928dd822efa8518
Author: Stephan Bergmann <sbergman at 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;}
More information about the Libreoffice-commits
mailing list