summaryrefslogtreecommitdiff
path: root/store/source/storcach.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storcach.hxx')
-rw-r--r--store/source/storcach.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/storcach.hxx b/store/source/storcach.hxx
index a045a8bf3529..511fbba12e3d 100644
--- a/store/source/storcach.hxx
+++ b/store/source/storcach.hxx
@@ -35,7 +35,7 @@ namespace store
*
*======================================================================*/
-class PageCache : public rtl::IReference
+class PageCache : public virtual salhelper::SimpleReferenceObject
{
public:
/** load.
@@ -62,7 +62,7 @@ public:
sal_uInt32 nOffset);
protected:
- ~PageCache() {}
+ virtual ~PageCache() {}
private:
/** Implementation (abstract).