include/drawinglayer/geometry/viewinformation2d.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9042e7ebaf0f77393cfbb72fe299d4fe524bd689 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Mar 8 00:13:55 2020 +0100 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Sun Mar 8 13:30:37 2020 +0100 Fix typo Change-Id: Icb3c9deb140b119311066784157da413f686aba3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90178 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/include/drawinglayer/geometry/viewinformation2d.hxx b/include/drawinglayer/geometry/viewinformation2d.hxx index 4c73d5d02be5..95be29a72bda 100644 --- a/include/drawinglayer/geometry/viewinformation2d.hxx +++ b/include/drawinglayer/geometry/viewinformation2d.hxx @@ -112,7 +112,7 @@ public: @param rViewParameters A sequence of property values which allows holding any combination of local and various - other parameters. This constructor is feeded completely with a sequence of PropertyValues + other parameters. This constructor is fed completely with a sequence of PropertyValues which will be parsed to be able to offer the most used ones in a convenient way. */ explicit ViewInformation2D( _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
