summaryrefslogtreecommitdiff
path: root/store/source/object.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/object.cxx')
-rw-r--r--store/source/object.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/store/source/object.cxx b/store/source/object.cxx
index 04427e64c933..b961bd67fecc 100644
--- a/store/source/object.cxx
+++ b/store/source/object.cxx
@@ -23,7 +23,6 @@
namespace store
{
-
/*========================================================================
*
* OStoreObject implementation.
@@ -34,10 +33,7 @@ const sal_uInt32 OStoreObject::m_nTypeId = sal_uInt32(0x58190322);
/*
* isKindOf.
*/
-bool OStoreObject::isKindOf (sal_uInt32 nTypeId)
-{
- return (nTypeId == m_nTypeId);
-}
+bool OStoreObject::isKindOf(sal_uInt32 nTypeId) { return (nTypeId == m_nTypeId); }
} // namespace store