forked from openlp/openlp
Ensure exception is raised if all attempts to connect with uno fail
This commit is contained in:
parent
367dfa4585
commit
6856e3ef44
@ -128,7 +128,7 @@ class OooImport(SongImport):
|
||||
self.desktop = manager.createInstanceWithContext(
|
||||
"com.sun.star.frame.Desktop", uno_instance)
|
||||
return
|
||||
raise
|
||||
raise
|
||||
|
||||
def start_ooo_process(self):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user