summaryrefslogtreecommitdiff
path: root/store/source/storpage.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/storpage.cxx
parente59ae07a5c108bf6ec4eb670182c4cc046392ff0 (diff)
store: sal_Bool -> bool
Change-Id: I7d108e7ae387f9c07cce182a0bb09b69a6608226
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);
}