diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-12-17 15:41:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-12-17 20:43:28 +0100 |
commit | 9d65987055a6127899403951cec270f1cf5295e5 (patch) | |
tree | 676bb89d4011d0ef7f818660b6dac09c2e98fd1c /xmloff | |
parent | 31f51598fd08c2b76583a1baad0c0d6d4b336664 (diff) |
Fix typos
Change-Id: I7f1636226c4fbe29d9d2ef850318a9d57f1b5450
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127009
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index 5cee4085e693..504c32b90f57 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -1570,7 +1570,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > XMLImpSpanContext_Impl rImport, nElement, xAttrList, xShapes ); pContext = pShapeContext; // OD 2004-04-20 #i26791# - keep shape in a text frame hint to - // adjust its anchor position, if its at-character anchored + // adjust its anchor position, if it's at-character anchored Reference < XTextRange > xAnchorPos = rImport.GetTextImport()->GetCursor()->getStart(); rHints.push_back( |