summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8graf2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8graf2.cxx')
-rw-r--r--sw/source/filter/ww8/ww8graf2.cxx4
1 files changed, 2 insertions, 2 deletions
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)