summaryrefslogtreecommitdiff
path: root/store/source/storpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storpage.cxx')
-rw-r--r--store/source/storpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/storpage.cxx b/store/source/storpage.cxx
index d7b9dc523e0c..1c4a331db9cf 100644
--- a/store/source/storpage.cxx
+++ b/store/source/storpage.cxx
@@ -61,7 +61,7 @@ OStorePageManager::~OStorePageManager (void)
/*
* isKindOf.
*/
-sal_Bool SAL_CALL OStorePageManager::isKindOf (sal_uInt32 nTypeId)
+bool SAL_CALL OStorePageManager::isKindOf (sal_uInt32 nTypeId)
{
return (nTypeId == m_nTypeId);
}