summaryrefslogtreecommitdiff
path: root/store/source/storpage.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2022-01-09 06:22:41 +1100
committerStephan Bergmann <sbergman@redhat.com>2022-06-20 08:54:08 +0200
commit983aa4a107bac672497f07b0bbbc752126af2d2a (patch)
tree0b03ab6017f3b9682d37f30cc3b303b0150af7cb /store/source/storpage.cxx
parent1b7a4ea1d59c9f5cb9d5312d362c1d4decb19e02 (diff)
store: remove useless comments from store
Change-Id: I4b2582d3a7314d8752a56e83a4af7618b053abb5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128170 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'store/source/storpage.cxx')
-rw-r--r--store/source/storpage.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/store/source/storpage.cxx b/store/source/storpage.cxx
index 4eb9c2596442..df7e8cc17531 100644
--- a/store/source/storpage.cxx
+++ b/store/source/storpage.cxx
@@ -32,30 +32,16 @@
using namespace store;
-/*========================================================================
- *
- * OStorePageManager implementation.
- *
- *======================================================================*/
const sal_uInt32 OStorePageManager::m_nTypeId = sal_uInt32(0x62190120);
-/*
- * OStorePageManager.
- */
OStorePageManager::OStorePageManager()
{
}
-/*
- * ~OStorePageManager.
- */
OStorePageManager::~OStorePageManager()
{
}
-/*
- * isKindOf.
- */
bool OStorePageManager::isKindOf (sal_uInt32 nTypeId)
{
return (nTypeId == m_nTypeId);
@@ -505,5 +491,4 @@ storeError OStorePageManager::remove (const OStorePageKey &rKey)
return remove_Impl (e);
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */