diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-03-08 00:13:55 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-03-08 13:30:37 +0100 |
commit | 9042e7ebaf0f77393cfbb72fe299d4fe524bd689 (patch) | |
tree | 441320f4db059a303d2bb653550a5535f814b592 /include/drawinglayer | |
parent | b262b973ad1e3cb5c7b89842fc7566bc8715d34f (diff) |
Fix typo
Change-Id: Icb3c9deb140b119311066784157da413f686aba3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90178
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include/drawinglayer')
-rw-r--r-- | include/drawinglayer/geometry/viewinformation2d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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( |