Home
last modified time | relevance | path

Searched refs:shapeServiceName (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sfx2/qa/complex/sfx2/undo/
H A DChartDocumentTest.java70 final String shapeServiceName = "com.sun.star.text.TextEmbeddedObject"; in ChartDocumentTest() local
71 …rops = UnoRuntime.queryInterface( XPropertySet.class, factory.createInstance( shapeServiceName ) ); in ChartDocumentTest()