diff options
Diffstat (limited to 'pyuno/demo/ooextract.py')
-rw-r--r-- | pyuno/demo/ooextract.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/demo/ooextract.py b/pyuno/demo/ooextract.py index 74e072fee..3959bf74b 100644 --- a/pyuno/demo/ooextract.py +++ b/pyuno/demo/ooextract.py @@ -43,8 +43,8 @@ def main(): print(filterName) if not len(args): - usage() - sys.exit() + usage() + sys.exit() ctxLocal = uno.getComponentContext() smgrLocal = ctxLocal.ServiceManager |