summaryrefslogtreecommitdiff
path: root/store/source/object.hxx
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.hxx
parente59ae07a5c108bf6ec4eb670182c4cc046392ff0 (diff)
store: sal_Bool -> bool
Change-Id: I7d108e7ae387f9c07cce182a0bb09b69a6608226
Diffstat (limited to 'store/source/object.hxx')
-rw-r--r--store/source/object.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/object.hxx b/store/source/object.hxx
index 91f528a47480..a3213a168bfa 100644
--- a/store/source/object.hxx
+++ b/store/source/object.hxx
@@ -39,7 +39,7 @@ class IStoreHandle : public rtl::IReference
public:
/** Replaces dynamic_cast type checking.
*/
- virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId) = 0;
+ virtual bool SAL_CALL isKindOf (sal_uInt32 nTypeId) = 0;
protected:
~IStoreHandle() {}
@@ -76,7 +76,7 @@ public:
/** IStoreHandle.
*/
- virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);
+ virtual bool SAL_CALL isKindOf (sal_uInt32 nTypeId);
/** IReference.
*/