summaryrefslogtreecommitdiff
path: root/framework/source/jobs/jobresult.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/jobresult.cxx')
-rw-r--r--framework/source/jobs/jobresult.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/jobresult.cxx b/framework/source/jobs/jobresult.cxx
index 8544172a3f06..eef4ff59b463 100644
--- a/framework/source/jobs/jobresult.cxx
+++ b/framework/source/jobs/jobresult.cxx
@@ -176,7 +176,7 @@ void JobResult::operator=( const JobResult& rCopy )
@return We return true only, if any set flag of the given mask match.
*/
-sal_Bool JobResult::existPart( sal_uInt32 eParts ) const
+bool JobResult::existPart( sal_uInt32 eParts ) const
{
SolarMutexGuard g;
return ((m_eParts & eParts) == eParts);