diff --git a/openlp/plugins/presentations/lib/keynotecontroller.py b/openlp/plugins/presentations/lib/keynotecontroller.py index 56e2542ab..8545df407 100644 --- a/openlp/plugins/presentations/lib/keynotecontroller.py +++ b/openlp/plugins/presentations/lib/keynotecontroller.py @@ -272,7 +272,7 @@ class KeynoteController(AppleScriptBaseController): return True except ValueError: pass - return False + return False class KeynoteDocument(AppleScriptBaseDocument): diff --git a/openlp/plugins/presentations/lib/powerpointmaccontroller.py b/openlp/plugins/presentations/lib/powerpointmaccontroller.py index 9b0dea237..5188be1df 100644 --- a/openlp/plugins/presentations/lib/powerpointmaccontroller.py +++ b/openlp/plugins/presentations/lib/powerpointmaccontroller.py @@ -308,6 +308,7 @@ class PowerPointMacController(AppleScriptBaseController): return False if major_version >= 15: return True + return False class PowerPointMacDocument(AppleScriptBaseDocument):