summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/swcache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/swcache.hxx b/sw/source/core/inc/swcache.hxx
index aba30d131f6e..63995eaa77c1 100644
--- a/sw/source/core/inc/swcache.hxx
+++ b/sw/source/core/inc/swcache.hxx
@@ -108,7 +108,7 @@ public:
SwCache( const sal_uInt16 nInitSize, const rtl::OString &rNm );
~SwCache();
#else
- SwCache( const sal_uInt16 nInitSize, const sal_uInt16 nGrowSize );
+ SwCache( const sal_uInt16 nInitSize );
#endif
void Flush( const sal_uInt8 nPercent = 100 );
='/cgit/lo/core/commit/sd/source/ui/inc/slideshow.hxx?h=cp-6.2-16&id=198f3ec116996788be1d73f9462ecb808b78f309'>loplugin:unusedmethodsNoel Grandin 2016-01-14loplugin:unusedmethods unused return value in sdNoel Grandin