summaryrefslogtreecommitdiff
path: root/include/salhelper/dynload.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/salhelper/dynload.hxx')
-rw-r--r--include/salhelper/dynload.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx
index 826a217c0649..35eb81159558 100644
--- a/include/salhelper/dynload.hxx
+++ b/include/salhelper/dynload.hxx
@@ -182,7 +182,7 @@ public:
}
/// checks if the loader works on a loaded and initialized library.
- sal_Bool SAL_CALL isLoaded() const SAL_THROW(())
+ bool SAL_CALL isLoaded() const SAL_THROW(())
{
return (m_pLoader != NULL);
}