summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgdir.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-09-19 17:52:31 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-09-19 17:53:49 +0100
commit1da4e8c6bf1f82691514edc5c780907b3009f443 (patch)
tree7bb300b708ba2835bec1499c7e19bcd403a6b406 /sot/source/sdstor/stgdir.hxx
parent3fa50ac35b6a56ae9628b0310cbf0eb7b4634736 (diff)
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
Diffstat (limited to 'sot/source/sdstor/stgdir.hxx')
-rw-r--r--sot/source/sdstor/stgdir.hxx2
1 files changed, 1 insertions, 1 deletions
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();