summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );