From 1da4e8c6bf1f82691514edc5c780907b3009f443 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 19 Sep 2012 17:52:31 +0100 Subject: sot: stgcache re-factor to use sane lifecycle semantics Store a dirty page hash to allow us to fix the LRU cache next. Change-Id: I67130af37ac1bc2d0a4abbb11f4d9871bb2bc306 --- sot/source/sdstor/stgdir.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot/source/sdstor/stgdir.hxx') diff --git a/sot/source/sdstor/stgdir.hxx b/sot/source/sdstor/stgdir.hxx index 88c2cab59abb..c62a035370eb 100644 --- a/sot/source/sdstor/stgdir.hxx +++ b/sot/source/sdstor/stgdir.hxx @@ -72,7 +72,7 @@ public: sal_Bool Store( StgDirStrm& ); // save entry into dir strm sal_Bool IsContained( StgDirEntry* ); // check if subentry - void SetDirty() { bDirty = sal_True; } + void SetDirty() { bDirty = sal_True; } sal_Bool IsDirty(); void ClearDirty(); -- cgit