[Libreoffice-commits] core.git: sw/inc
Stephan Bergmann
sbergman at redhat.com
Mon Aug 29 14:43:12 UTC 2016
sw/inc/docary.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2ba31d772d58c458f359da8e06c7bfd5106ec031
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Aug 29 16:42:40 2016 +0200
loplugin:override
Change-Id: I07167541ae506c7ac0a4fbcdbf14fbfaa163a200
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index 93def1f..ad4d58a 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -229,8 +229,8 @@ public:
void dumpAsXml(struct _xmlTextWriter* pWriter, const char* pName) const;
- virtual size_t GetFormatCount() const { return m_Array.size(); }
- virtual SwFormat* GetFormat(size_t idx) const { return operator[]( idx ); }
+ virtual size_t GetFormatCount() const override { return m_Array.size(); }
+ virtual SwFormat* GetFormat(size_t idx) const override { return operator[]( idx ); }
bool Contains( const value_type& x ) const;
inline bool Contains( const SwFormat* p ) const;
More information about the Libreoffice-commits
mailing list