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):
2-16&id=92c697c0e3e4bde88424322875c993c161696b1e'>loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht 2015-08-20loplugin: defaultparamsNoel Grandin 2015-07-18Convert SdTbxControl to the generic controllerMaxim Monastirsky 2015-07-16Convert Alignment button to the generic controllerMaxim Monastirsky 2015-06-25implement equalize width and height for impress/drawCaolán McNamara 2014-11-10loplugin: cstylecastNoel Grandin 2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann 2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann 2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin 2014-08-06Consistency around SdrMetricItem in svx/sxelditm.hxxStephan Bergmann 2014-06-25remove whitespacesMarkus Mohrhard 2014-04-24sd: sal_Bool->boolNoel Grandin 2014-03-11svx: sal_Bool->boolNoel Grandin