summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-03-09 15:21:06 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-03-25 10:54:24 +0100
commit8713236683f28d8ec1a13fe5c34d217af39e128e (patch)
tree010de1813a71583bc2696f3a52cc73de360bc22b
parent12235d3390a7fc5146bf65f9d6166034b8a048ee (diff)
Fix typo
Change-Id: I22dad8c614e04da2234746834fffa8365c71d713 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90226 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/drawinglayer/geometry/viewinformation3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/geometry/viewinformation3d.hxx b/include/drawinglayer/geometry/viewinformation3d.hxx
index d8800a1ea46a..e6faece8d01f 100644
--- a/include/drawinglayer/geometry/viewinformation3d.hxx
+++ b/include/drawinglayer/geometry/viewinformation3d.hxx
@@ -108,7 +108,7 @@ namespace drawinglayer
@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 ViewInformation3D(const css::uno::Sequence< css::beans::PropertyValue >& rViewParameters);