summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8atr.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-12-16 18:35:08 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-12-16 21:52:43 +0100
commit63f2350fa3f91fcc310f85a59f1becdfee2784af (patch)
tree6f33312c3695ec845c4a1014a7a3f8a9c868ce44 /sw/source/filter/ww8/ww8atr.cxx
parentab864bd178a44208c98a2fd1b1248df5f1db1fc9 (diff)
Fix typos
Change-Id: I66feced8bed05c7859e36a6d2f746a7faf30c7a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126915 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sw/source/filter/ww8/ww8atr.cxx')
-rw-r--r--sw/source/filter/ww8/ww8atr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index 490f7f296757..243add5dc339 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -1315,7 +1315,7 @@ void WW8AttributeOutput::CharUnderline( const SvxUnderlineItem& rUnderline )
if(pWordline)
bWord = pWordline->GetValue();
else
- SAL_WARN("sw.ww8", "m_rWW8Export has an RES_CHRATR_WORDLINEMODE item, but its of the wrong type.");
+ SAL_WARN("sw.ww8", "m_rWW8Export has an RES_CHRATR_WORDLINEMODE item, but it's of the wrong type.");
}
// WW95 - parameters: 0 = none, 1 = single, 2 = by Word,
@@ -5299,7 +5299,7 @@ void WW8AttributeOutput::ParaTabStop( const SvxTabStopItem& rTabStops )
nCurrentLeft = pLR->GetTextLeft();
else
// FIXME: This fails in sw.ww8export/testCommentExport::Load_Verify_Reload_Verify
- SAL_WARN("sw.ww8", "m_rWW8Export has an RES_LR_SPACE item, but its of the wrong type.");
+ SAL_WARN("sw.ww8", "m_rWW8Export has an RES_LR_SPACE item, but it's of the wrong type.");
}
}