diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-02-22 14:35:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-02-22 13:55:40 +0000 |
commit | 3d95141d6350a63c09f190639c435136b20a8936 (patch) | |
tree | 33fe235e3262784941dab4441caff5e0d595e426 /oox | |
parent | f80e93a4241091ef1686e3850cd11c2b25d99b71 (diff) |
Fix typo
Change-Id: Ib61d53a7f48057a7b63d9c0f2e473ea763badaf7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147470
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/drawingml/fontworkhelpers.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/fontworkhelpers.hxx b/oox/inc/drawingml/fontworkhelpers.hxx index 7d8d0a9692dd..b7d4c5594854 100644 --- a/oox/inc/drawingml/fontworkhelpers.hxx +++ b/oox/inc/drawingml/fontworkhelpers.hxx @@ -82,7 +82,7 @@ void createCharInteropGrabBagUpdatesFromShapeProps( void applyUpdatesToCharInteropGrabBag(const std::vector<css::beans::PropertyValue>& rUpdatePropVec, css::uno::Reference<css::text::XText>& rXText); -// ToDo: This is essentially the same as contained in methode DrawingML::WriteOutline. Change it +// ToDo: This is essentially the same as contained in method DrawingML::WriteOutline. Change it // there to use this method too, perhaps move this method to a common location. /** Uses LineDash and LineCap to detect, whether the dashing comes from a prstDash in MS Office. If prstDash is detected, the method puts the corresponding string for markup into rsPrstDash |