From f8aa265698858f45378195282f5d666a8f59d44e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 11 Jul 2019 22:25:25 +0000 Subject: Fix typo Change-Id: Iac526c1a210276e6b8c752e3028d0b911be0795b Reviewed-on: https://gerrit.libreoffice.org/75582 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/oox/vml/vmlformatting.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/oox/vml') diff --git a/include/oox/vml/vmlformatting.hxx b/include/oox/vml/vmlformatting.hxx index 50e91c1bea92..875f0ecbfd98 100644 --- a/include/oox/vml/vmlformatting.hxx +++ b/include/oox/vml/vmlformatting.hxx @@ -175,7 +175,7 @@ namespace ConversionHelper } -/** The stroke arrow model structure contains all properties for an line end arrow. */ +/** The stroke arrow model structure contains all properties for a line end arrow. */ struct StrokeArrowModel { OptValue< sal_Int32 > moArrowType; -- cgit