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 /sw | |
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 'sw')
-rw-r--r-- | sw/source/core/ole/ndole.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8graf2.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx index 4d2d5b05bce8..dc4fc1317e82 100644 --- a/sw/source/core/ole/ndole.cxx +++ b/sw/source/core/ole/ndole.cxx @@ -246,7 +246,7 @@ const Graphic* SwOLENode::GetGraphic() } /** - * Loading a OLE object that has been moved to the Undo Area + * Loading an OLE object that has been moved to the Undo Area */ bool SwOLENode::RestorePersistentData() { diff --git a/sw/source/filter/ww8/ww8graf2.cxx b/sw/source/filter/ww8/ww8graf2.cxx index b3ad4f3f88d3..20f613bad670 100644 --- a/sw/source/filter/ww8/ww8graf2.cxx +++ b/sw/source/filter/ww8/ww8graf2.cxx @@ -382,7 +382,7 @@ SwFrameFormat* SwWW8ImplReader::MakeGrafInContent(const WW8_PIC& rPic, SwFrameFormat* pFlyFormat = nullptr; - if (rFileName.isEmpty() && m_nObjLocFc) // then it should be a OLE-Object + if (rFileName.isEmpty() && m_nObjLocFc) // then it should be an OLE-Object pFlyFormat = ImportOle(pGraph, &aFlySet, &rGrfSet); if( !pFlyFormat ) // then just as graphic @@ -659,7 +659,7 @@ SwFrameFormat* SwWW8ImplReader::ImportGraf(SdrTextObj const * pTextObj, // Now add the link or rather the graphic to the doc const Graphic& rGraph = pGraphObject->GetGraphic(); - if (m_nObjLocFc) // is it a OLE-Object? + if (m_nObjLocFc) // is it an OLE-Object? pRet = ImportOle(&rGraph, &aAttrSet, &aGrSet, pObject->GetBLIPSizeRectangle()); if (!pRet) |