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