include/drawinglayer/processor3d/cutfindprocessor3d.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a5dc7a01287046ec7906f78bda38e3f54c3bb17d Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Mar 9 15:21:11 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Mar 9 19:51:41 2020 +0100 Fix typo Change-Id: Iefbf8488ce39b22988616ba063a649893e00b7e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90230 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/drawinglayer/processor3d/cutfindprocessor3d.hxx b/include/drawinglayer/processor3d/cutfindprocessor3d.hxx index 7d415fae4ec8..943bad0830f1 100644 --- a/include/drawinglayer/processor3d/cutfindprocessor3d.hxx +++ b/include/drawinglayer/processor3d/cutfindprocessor3d.hxx @@ -31,7 +31,7 @@ namespace drawinglayer { /** CutFindProcessor class - This processor extracts all cuts of 3D plane geometries in the feeded primitives + This processor extracts all cuts of 3D plane geometries in the fed primitives with the given cut vector, based on the ViewInformation3D given. */ class DRAWINGLAYER_DLLPUBLIC CutFindProcessor final : public BaseProcessor3D _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
