summaryrefslogtreecommitdiff
path: root/store/source/object.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-14 23:02:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-17 17:55:17 +0100
commit824c59a38d0e5d3a7f65193e4b4087cf1e0fe64f (patch)
treef9a76bc06b3bb6ce43fb80240939705793599df2 /store/source/object.cxx
parente59ae07a5c108bf6ec4eb670182c4cc046392ff0 (diff)
store: sal_Bool -> bool
Change-Id: I7d108e7ae387f9c07cce182a0bb09b69a6608226
Diffstat (limited to 'store/source/object.cxx')
-rw-r--r--store/source/object.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/object.cxx b/store/source/object.cxx
index 20c7dae7e782..acafa83b11b6 100644
--- a/store/source/object.cxx
+++ b/store/source/object.cxx
@@ -71,7 +71,7 @@ void OStoreObject::operator delete (void *p)
/*
* isKindOf.
*/
-sal_Bool SAL_CALL OStoreObject::isKindOf (sal_uInt32 nTypeId)
+bool SAL_CALL OStoreObject::isKindOf (sal_uInt32 nTypeId)
{
return (nTypeId == m_nTypeId);
}