diff options
author | Noel Grandin <noel@peralex.com> | 2016-10-05 11:12:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-10-05 11:13:25 +0200 |
commit | c47c1e3551e9bdfb92bbbb8bc87b5e2314449efd (patch) | |
tree | 01c9793359495aa90311fe52e1c83fa2d5671ca7 /sw/inc/format.hxx | |
parent | bbefa7589633d1c88f1c12d75b1e820666119c3a (diff) |
loplugin:unnecessaryoverride in sw
Change-Id: I641175c9c17fcc46b582b6487b8207deb343e645
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r-- | sw/inc/format.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx index f03c2e172622..21e09108c00a 100644 --- a/sw/inc/format.hxx +++ b/sw/inc/format.hxx @@ -79,9 +79,6 @@ public: /// for Querying of Writer-functions. sal_uInt16 Which() const { return m_nWhichId; } - /// Query format information. - virtual bool GetInfo( SfxPoolItem& ) const override; - /// Copy attributes even among documents. void CopyAttrs( const SwFormat& ); |