[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 21 13:24:54 UTC 2020
sw/source/filter/xml/XMLRedlineImportHelper.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7fef4817e96ca3e804e4a2c7d65afaf4c522f97f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 20 13:07:04 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 21 15:24:17 2020 +0200
Fix typo in code
Change-Id: Ib227bf6be5dc2615fc2cfccdf3382253c11ae43f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101106
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/filter/xml/XMLRedlineImportHelper.hxx b/sw/source/filter/xml/XMLRedlineImportHelper.hxx
index 43bcdd5a92a8..4a479a9cc38e 100644
--- a/sw/source/filter/xml/XMLRedlineImportHelper.hxx
+++ b/sw/source/filter/xml/XMLRedlineImportHelper.hxx
@@ -96,7 +96,7 @@ public:
css::uno::Reference<css::text::XTextRange> const & rRange, // the actual XTextRange
// text range is (from an XML view) outside of a paragraph
// (i.e. before a table)
- bool bIsOusideOfParagraph);
+ bool bIsOutsideOfParagraph);
/**
* Adjust the start (end) position for a redline that begins in a
More information about the Libreoffice-commits
mailing list