summaryrefslogtreecommitdiff
path: root/package/inc/mutexholder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc/mutexholder.hxx')
-rw-r--r--package/inc/mutexholder.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/mutexholder.hxx b/package/inc/mutexholder.hxx
index b4255187a22c..4b2e47f208dc 100644
--- a/package/inc/mutexholder.hxx
+++ b/package/inc/mutexholder.hxx
@@ -113,7 +113,7 @@ public:
return m_pHolder;
}
- sal_Bool Is() const
+ bool Is() const
{
return m_pHolder != NULL;
}