summaryrefslogtreecommitdiff
path: root/store/source/stortree.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-30 10:38:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-30 11:06:19 +0200
commit904959b85853be0a79c757f9df92e1a9b7e0c01c (patch)
tree2b1e7fa7ee93a25b594b25155dc9d9e655cd1121 /store/source/stortree.hxx
parentba09cda3ef52f58a1d5387ee33b30042baf2bf34 (diff)
Remove OStorePageData typedef
Change-Id: I9f4e8fa41a59325fe7036acb66d045a833294bd6
Diffstat (limited to 'store/source/stortree.hxx')
-rw-r--r--store/source/stortree.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/stortree.hxx b/store/source/stortree.hxx
index 1146859aa1f4..f5aea525ecc5 100644
--- a/store/source/stortree.hxx
+++ b/store/source/stortree.hxx
@@ -100,9 +100,9 @@ struct OStoreBTreeEntry
*======================================================================*/
#define STORE_MAGIC_BTREENODE sal_uInt32(0x58190322)
-struct OStoreBTreeNodeData : public store::OStorePageData
+struct OStoreBTreeNodeData : public store::PageData
{
- typedef OStorePageData base;
+ typedef PageData base;
typedef OStoreBTreeNodeData self;
typedef OStorePageGuard G;