summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/python/org/libreoffice/unotest.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/unotest/source/python/org/libreoffice/unotest.py b/unotest/source/python/org/libreoffice/unotest.py
index 1f5f7d1c4202..a135baa9acb5 100644
--- a/unotest/source/python/org/libreoffice/unotest.py
+++ b/unotest/source/python/org/libreoffice/unotest.py
@@ -161,9 +161,7 @@ class UnoConnection:
finally:
self.connection = None
-class UnoNotConnection:
- def __init__(self, args):
- self.args = args
+class UnoInProcess:
def getContext(self):
return self.xContext
def getDoc(self):