summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/qa')
-rw-r--r--sfx2/qa/complex/sfx2/undo/ChartDocumentTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/complex/sfx2/undo/ChartDocumentTest.java b/sfx2/qa/complex/sfx2/undo/ChartDocumentTest.java
index 8ccbe6b6c5b7..5d5ea95b2662 100644
--- a/sfx2/qa/complex/sfx2/undo/ChartDocumentTest.java
+++ b/sfx2/qa/complex/sfx2/undo/ChartDocumentTest.java
@@ -51,7 +51,7 @@ public class ChartDocumentTest implements DocumentTest
{
m_textDocument = OfficeDocument.blankDocument( i_orb, DocumentType.WRITER );
- // create a OLE shape in the document
+ // create an OLE shape in the document
final XMultiServiceFactory factory = UnoRuntime.queryInterface( XMultiServiceFactory.class, m_textDocument.getDocument() );
final String shapeServiceName = "com.sun.star.text.TextEmbeddedObject";
final XPropertySet shapeProps = UnoRuntime.queryInterface( XPropertySet.class, factory.createInstance( shapeServiceName ) );