Fix non-DBG_UTIL case.
This commit is contained in:
parent
7c704c78d3
commit
c76d098cd8
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue