summaryrefslogtreecommitdiff
path: root/sw/source/core/bastyp/swcache.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-29 08:03:43 +0200
committerNoel Grandin <noel@peralex.com>2016-02-29 08:04:06 +0200
commit1a3ace4d098eaea7cae26311330046cd900e21af (patch)
treee40af516375cee0a03a8729459a2497ab97c256a /sw/source/core/bastyp/swcache.cxx
parent2ac1c2f75e5f020fbb8c2c98b00ef32faa4770aa (diff)
loplugin:unuseddefaultparam in sw (part2)
Change-Id: I7eefd83d7f84c0a6301fd3ba37d77463d809e5f9
Diffstat (limited to 'sw/source/core/bastyp/swcache.cxx')
-rw-r--r--sw/source/core/bastyp/swcache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/bastyp/swcache.cxx b/sw/source/core/bastyp/swcache.cxx
index 54d361e984e9..baf8e33b2c32 100644
--- a/sw/source/core/bastyp/swcache.cxx
+++ b/sw/source/core/bastyp/swcache.cxx
@@ -123,7 +123,7 @@ SwCache::~SwCache()
delete *it;
}
-void SwCache::Flush( const sal_uInt8 )
+void SwCache::Flush()
{
INCREMENT( m_nFlushCnt );
SwCacheObj *pObj = pRealFirst;