summaryrefslogtreecommitdiff
path: root/framework/source/services/mediatypedetectionhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/mediatypedetectionhelper.cxx')
-rw-r--r--framework/source/services/mediatypedetectionhelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/mediatypedetectionhelper.cxx b/framework/source/services/mediatypedetectionhelper.cxx
index 49ab890cb02f..3167cb00a4a3 100644
--- a/framework/source/services/mediatypedetectionhelper.cxx
+++ b/framework/source/services/mediatypedetectionhelper.cxx
@@ -56,7 +56,7 @@ DEFINE_INIT_SERVICE ( MediaTypeDetectionHelper,
sal_Bool SAL_CALL MediaTypeDetectionHelper::mapStrings(uno::Sequence< OUString >& rSeq)
throw (uno::RuntimeException, std::exception)
{
- sal_Bool bModified = sal_False;
+ bool bModified = false;
for( sal_Int32 i = rSeq.getLength(); i--; )
{
@@ -67,7 +67,7 @@ sal_Bool SAL_CALL MediaTypeDetectionHelper::mapStrings(uno::Sequence< OUString >
if (!aType.isEmpty())
{
rUrl = aType;
- bModified = sal_True;
+ bModified = true;
}
}
return bModified;