diff options
Diffstat (limited to 'store/source/stortree.hxx')
-rw-r--r-- | store/source/stortree.hxx | 4 |
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; |