diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-20 18:57:33 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-21 08:28:37 +0200 |
commit | 8a3912c8eb25d1acacbc0a18355f2ca75d418908 (patch) | |
tree | a1a91e8643372b524c14fcd6999e21b71268778a /sfx2 | |
parent | 59b5eca7030a091b9f39257897e757a51f2345e1 (diff) |
Fix typo
"an OLE", to complete:
https://gerrit.libreoffice.org/#/c/75983/
Change-Id: Idd5b9286348b4fa1e3382983c72b010654a1f4c2
Reviewed-on: https://gerrit.libreoffice.org/76038
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/qa/complex/sfx2/undo/ChartDocumentTest.java | 2 | ||||
-rw-r--r-- | sfx2/source/appl/lnkbase2.cxx | 2 |
2 files changed, 2 insertions, 2 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 ) ); diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx index 15bc01f84059..6d9d9808fad6 100644 --- a/sfx2/source/appl/lnkbase2.cxx +++ b/sfx2/source/appl/lnkbase2.cxx @@ -141,7 +141,7 @@ SvBaseLink::SvBaseLink( SfxLinkUpdateMode nUpdateMode, SotClipboardFormatId nCon bVisible = bSynchron = true; bWasLastEditOK = false; - // It is going to be a Ole-Link, + // It is going to be an OLE-Link, pImplData->ClientType.nUpdateMode = nUpdateMode; pImplData->ClientType.nCntntType = nContentType; pImplData->ClientType.bIntrnlLnk = false; |