summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-12 08:29:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-12 09:16:29 +0200
commitce3a9b9f8db93ed7bf696bef0111b18778a21e20 (patch)
tree01911eaed48a4e28bdc701e73b49fecfb23c3d97 /sw
parentf6d00c3fdc4a134aa67d4e51e6afc3df786bb67b (diff)
Fix typos
Change-Id: Ica93ad739eb32372addc01e1c72804e33d8ce819 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102508 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index ec81036336ba..54cae24fe730 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -5762,7 +5762,7 @@ void DocxAttributeOutput::WriteOLEShape(const SwFlyFrameFormat& rFrameFormat, co
break;
}
pAttr->addNS(XML_o, XML_ole, ""); //compulsory, even if it's empty
- m_pSerializer->startElementNS(XML_v, XML_shape, pAttr);//Write the collected atttrs...
+ m_pSerializer->startElementNS(XML_v, XML_shape, pAttr);//Write the collected attrs...
if (!sLineType.isEmpty() && !sDashType.isEmpty()) //If there is a line/dash style it is time to export it
{
@@ -5834,7 +5834,7 @@ OString DocxAttributeOutput::GetOLEStyle(const SwFlyFrameFormat& rFormat, const
void DocxAttributeOutput::ExportOLESurround(const SwFormatSurround& rWrap)
{
- const bool bIsContour = rWrap.IsContour(); //Has the shape countour or not
+ const bool bIsContour = rWrap.IsContour(); //Has the shape contour or not
OString sSurround;
OString sSide;