summaryrefslogtreecommitdiff
path: root/store/source/storpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storpage.hxx')
-rw-r--r--store/source/storpage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/source/storpage.hxx b/store/source/storpage.hxx
index a72d13dacba7..384a1b974734 100644
--- a/store/source/storpage.hxx
+++ b/store/source/storpage.hxx
@@ -58,7 +58,7 @@ public:
* @return sal_True upon successful initialization,
* sal_False otherwise.
*/
- inline sal_Bool isValid (void) const;
+ inline bool isValid (void) const;
/** DirectoryPage I/O (managed).
*/
@@ -130,7 +130,7 @@ public:
/** IStoreHandle.
*/
- virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);
+ virtual bool SAL_CALL isKindOf (sal_uInt32 nTypeId);
protected:
/** Destruction.
@@ -190,7 +190,7 @@ private:
OStorePageManager& operator= (const OStorePageManager&);
};
-inline sal_Bool OStorePageManager::isValid (void) const
+inline bool OStorePageManager::isValid (void) const
{
return (base::isValid() /* @@@ NYI && (m_aRoot.is()) */);
}