summaryrefslogtreecommitdiff
path: root/store/source/stortree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/stortree.hxx')
-rw-r--r--store/source/stortree.hxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/store/source/stortree.hxx b/store/source/stortree.hxx
index 69db0c3c8e9a..2f18b2e50ef7 100644
--- a/store/source/stortree.hxx
+++ b/store/source/stortree.hxx
@@ -35,11 +35,6 @@ namespace store
class OStorePageBIOS;
-/*========================================================================
- *
- * OStoreBTreeEntry.
- *
- *======================================================================*/
struct OStoreBTreeEntry
{
typedef OStorePageKey K;
@@ -95,11 +90,6 @@ struct OStoreBTreeEntry
}
};
-/*========================================================================
- *
- * OStoreBTreeNodeData.
- *
- *======================================================================*/
#define STORE_MAGIC_BTREENODE sal_uInt32(0x58190322)
struct OStoreBTreeNodeData : public store::PageData
@@ -218,11 +208,6 @@ struct OStoreBTreeNodeData : public store::PageData
void truncate (sal_uInt16 n);
};
-/*========================================================================
- *
- * OStoreBTreeNodeObject.
- *
- *======================================================================*/
class OStoreBTreeNodeObject : public store::OStorePageObject
{
typedef OStorePageObject base;
@@ -260,11 +245,6 @@ public:
OStorePageBIOS & rBIOS);
};
-/*========================================================================
- *
- * OStoreBTreeRootObject.
- *
- *======================================================================*/
class OStoreBTreeRootObject : public store::OStoreBTreeNodeObject
{
typedef OStoreBTreeNodeObject base;
@@ -316,12 +296,6 @@ private:
OStorePageBIOS & rBIOS);
};
-/*========================================================================
- *
- * The End.
- *
- *======================================================================*/
-
} // namespace store
#endif // INCLUDED_STORE_SOURCE_STORTREE_HXX