summaryrefslogtreecommitdiff
path: root/sw/source/core/attr/format.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-05 11:12:59 +0200
committerNoel Grandin <noel@peralex.com>2016-10-05 11:13:25 +0200
commitc47c1e3551e9bdfb92bbbb8bc87b5e2314449efd (patch)
tree01c9793359495aa90311fe52e1c83fa2d5671ca7 /sw/source/core/attr/format.cxx
parentbbefa7589633d1c88f1c12d75b1e820666119c3a (diff)
loplugin:unnecessaryoverride in sw
Change-Id: I641175c9c17fcc46b582b6487b8207deb343e645
Diffstat (limited to 'sw/source/core/attr/format.cxx')
-rw-r--r--sw/source/core/attr/format.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/attr/format.cxx b/sw/source/core/attr/format.cxx
index e958b2eb4dae..09202c36bd2c 100644
--- a/sw/source/core/attr/format.cxx
+++ b/sw/source/core/attr/format.cxx
@@ -721,11 +721,6 @@ sal_uInt16 SwFormat::ResetAllFormatAttr()
return aNew.Count();
}
-bool SwFormat::GetInfo( SfxPoolItem& rInfo ) const
-{
- return SwModify::GetInfo( rInfo );
-}
-
void SwFormat::DelDiffs( const SfxItemSet& rSet )
{
if( !m_aSet.Count() )