diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-21 17:51:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-21 17:51:19 +0100 |
commit | c76d098cd840c3bf830f04aecc879521b844098d (patch) | |
tree | 1d02342aa40fdc64217dd6aec3d82efbe84736f6 /sw | |
parent | 7c704c78d3c652504c064b4ac7af55a2c1ee49bb (diff) |
Fix non-DBG_UTIL case.
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/swcache.hxx | 2 |
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 ); |