[Libreoffice-commits] .: sw/source

Stephan Bergmann sbergmann at kemper.freedesktop.org
Sat Jan 21 08:51:32 PST 2012


 sw/source/core/inc/swcache.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c76d098cd840c3bf830f04aecc879521b844098d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sat Jan 21 17:51:19 2012 +0100

    Fix non-DBG_UTIL case.

diff --git a/sw/source/core/inc/swcache.hxx b/sw/source/core/inc/swcache.hxx
index aba30d1..63995ea 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 );


More information about the Libreoffice-commits mailing list