sfx2/source/doc/SfxRedactionHelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c47696e3bc68abcb04842529edf361c34b564292 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat May 11 07:47:39 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat May 11 10:20:05 2019 +0200 Fix typo Change-Id: Ibf2f7fec9b8840d8a844def4228415d8bcc9f142 Reviewed-on: https://gerrit.libreoffice.org/72141 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sfx2/source/doc/SfxRedactionHelper.cxx b/sfx2/source/doc/SfxRedactionHelper.cxx index 8f0b2ca5d1c0..4f1c01da4907 100644 --- a/sfx2/source/doc/SfxRedactionHelper.cxx +++ b/sfx2/source/doc/SfxRedactionHelper.cxx @@ -91,7 +91,7 @@ void fixMetaFile(GDIMetaFile& tmpMtf) } /* - * Sets page margins for a Draw page. Negative values are considered erronous. + * Sets page margins for a Draw page. Negative values are considered erroneous * */ void setPageMargins(uno::Reference<beans::XPropertySet>& xPageProperySet, const PageMargins& aPageMargins) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
