summaryrefslogtreecommitdiff
path: root/store/source/storcach.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 13:06:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 13:06:40 +0000
commitf26f117c6cdeab38ceda7bbba7f005e9c2d97ef4 (patch)
tree1a7d156dcb3bfedeaed1d99acc8d3421ae1a0f10 /store/source/storcach.hxx
parent414c097c65bb7925eef9ddc158b112228b49ed12 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'store/source/storcach.hxx')
-rw-r--r--store/source/storcach.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/store/source/storcach.hxx b/store/source/storcach.hxx
index aae88679bdf3..a4826d47d94b 100644
--- a/store/source/storcach.hxx
+++ b/store/source/storcach.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: storcach.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mhu $ $Date: 2002-08-17 17:29:04 $
+ * last change: $Author: hr $ $Date: 2003-03-27 14:06:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,7 @@
************************************************************************/
#ifndef _STORE_STORCACH_HXX
-#define _STORE_STORCACH_HXX "$Revision: 1.3 $"
+#define _STORE_STORCACH_HXX "$Revision: 1.4 $"
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
@@ -92,8 +92,8 @@ class OStorePageBIOS;
* (OStorePageData in external representation)
*
*======================================================================*/
-#define STORE_DEFAULT_CACHEPAGES 128
#define STORE_LIMIT_CACHEPAGES 256
+#define STORE_DEFAULT_CACHEPAGES STORE_LIMIT_CACHEPAGES
struct OStorePageCacheEntry;