oox/inc/drawingml/scene3dhelper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 320b3603e4a82d072fc69df1f08127f8894b7bb6 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Feb 20 10:34:34 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Feb 20 16:25:27 2024 +0100 Fix typo Change-Id: I48d719c6e911f84f1609767df4f40f6f8684a0c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163640 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/oox/inc/drawingml/scene3dhelper.hxx b/oox/inc/drawingml/scene3dhelper.hxx index 4752cea0cdfc..95ee6889907d 100755 --- a/oox/inc/drawingml/scene3dhelper.hxx +++ b/oox/inc/drawingml/scene3dhelper.hxx @@ -81,7 +81,7 @@ private: @param [in] p3DProperties a pointer to Shape3DProperties @param [in, out] rPropertyMap a map to add ProjectMode, Origin and Skew or ViewPoint properties. - @param [in] bIsParallel true for mode PARALLEL, false for PRERPECTIVE + @param [in] bIsParallel true for mode PARALLEL, false for PERSPECTIVE @param [in] rnMSOShapeRotation shape rotation in 1/60000 degree*/ void addProjectionGeometryToMap(const oox::drawingml::Shape3DPropertiesPtr p3DProperties, oox::PropertyMap& rPropertyMap, const bool bIsParallel, @@ -93,4 +93,4 @@ private: } // end namespace oox -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
