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