summaryrefslogtreecommitdiff
path: root/store/source/stordata.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-05-29 23:58:44 +1000
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-06-16 16:48:50 +0200
commitdf65749845192ded79a9ea6ad3208eb2d9bcf6d1 (patch)
tree60a71341fce8f300407da0963279f10238c43507 /store/source/stordata.hxx
parent805adaae918d91cbde510aef6d7422cb345c41d4 (diff)
Remove a bunch of comment cruft - esp. "the end." bits
Change-Id: I5a339a4211ec8eb547459996be69610b9f2b3766 Reviewed-on: https://gerrit.libreoffice.org/38147 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'store/source/stordata.hxx')
-rw-r--r--store/source/stordata.hxx46
1 files changed, 0 insertions, 46 deletions
diff --git a/store/source/stordata.hxx b/store/source/stordata.hxx
index 33bfe0ef32ee..c8f1597f551a 100644
--- a/store/source/stordata.hxx
+++ b/store/source/stordata.hxx
@@ -34,11 +34,6 @@
namespace store
{
-/*========================================================================
- *
- * OStoreDataPageData.
- *
- *======================================================================*/
constexpr sal_uInt32 STORE_MAGIC_DATAPAGE(0x94190310);
struct OStoreDataPageData : public store::PageData
@@ -95,11 +90,6 @@ struct OStoreDataPageData : public store::PageData
}
};
-/*========================================================================
- *
- * OStoreDataPageObject.
- *
- *======================================================================*/
class OStoreDataPageObject : public store::OStorePageObject
{
typedef OStorePageObject base;
@@ -118,11 +108,6 @@ public:
virtual storeError verify (sal_uInt32 nAddr) const override;
};
-/*========================================================================
- *
- * OStoreIndirectionPageData.
- *
- *======================================================================*/
constexpr sal_uInt32 STORE_MAGIC_INDIRECTPAGE(0x89191107);
struct OStoreIndirectionPageData : public store::PageData
@@ -205,11 +190,6 @@ struct OStoreIndirectionPageData : public store::PageData
}
};
-/*========================================================================
- *
- * OStoreIndirectionPageObject.
- *
- *======================================================================*/
class OStoreIndirectionPageObject : public store::OStorePageObject
{
typedef OStorePageObject base;
@@ -289,11 +269,6 @@ public:
OStorePageBIOS &rBIOS);
};
-/*========================================================================
- *
- * OStorePageNameBlock.
- *
- *======================================================================*/
struct OStorePageNameBlock
{
typedef OStorePageGuard G;
@@ -342,11 +317,6 @@ struct OStorePageNameBlock
}
};
-/*========================================================================
- *
- * OStoreDirectoryDataBlock.
- *
- *======================================================================*/
#define STORE_LIMIT_DATAPAGE_DIRECT 16
#define STORE_LIMIT_DATAPAGE_SINGLE 8
#define STORE_LIMIT_DATAPAGE_DOUBLE 1
@@ -514,11 +484,6 @@ struct OStoreDirectoryDataBlock
}
};
-/*========================================================================
- *
- * OStoreDirectoryPageData.
- *
- *======================================================================*/
#define STORE_MAGIC_DIRECTORYPAGE sal_uInt32(0x62190120)
struct OStoreDirectoryPageData : public store::PageData
@@ -627,11 +592,6 @@ struct OStoreDirectoryPageData : public store::PageData
}
};
-/*========================================================================
- *
- * OStoreDirectoryPageObject.
- *
- *======================================================================*/
class OStoreDirectoryPageObject : public store::OStorePageObject
{
typedef OStorePageObject base;
@@ -792,12 +752,6 @@ private:
OStorePageBIOS &rBIOS);
};
-/*========================================================================
- *
- * The End.
- *
- *======================================================================*/
-
} // namespace store
#endif // INCLUDED_STORE_SOURCE_STORDATA_HXX