summaryrefslogtreecommitdiff
path: root/store/source/storbios.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbios.hxx')
-rw-r--r--store/source/storbios.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/storbios.hxx b/store/source/storbios.hxx
index 37d9dc3854db..d90be7eb5687 100644
--- a/store/source/storbios.hxx
+++ b/store/source/storbios.hxx
@@ -83,7 +83,7 @@ public:
/** isValid.
*/
- inline sal_Bool isValid (void) const;
+ inline bool isValid (void) const;
/** Page Access.
*/
@@ -233,7 +233,7 @@ inline bool OStorePageBIOS::isWriteable (void) const
{
return m_bWriteable;
}
-inline sal_Bool OStorePageBIOS::isValid (void) const
+inline bool OStorePageBIOS::isValid (void) const
{
return m_xLockBytes.is();
}