diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-10 14:18:33 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-10 21:29:27 +0200 |
commit | 3bf6b6d9ba2914d10b6b215c87838f9f4a24cefc (patch) | |
tree | 4287fd570c3a6a5f4dbf100c2f2f170de5f7679a /include/oox/vml | |
parent | 4a3016be1b5271affcc9e1f338c463dd727ebe53 (diff) |
Fix typos
Change-Id: Ia138abbdb81f0c324721118d487392757f779a96
Reviewed-on: https://gerrit.libreoffice.org/40971
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/oox/vml')
-rw-r--r-- | include/oox/vml/vmldrawing.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/vml/vmldrawing.hxx b/include/oox/vml/vmldrawing.hxx index e75fd480b82f..40c3ba20de90 100644 --- a/include/oox/vml/vmldrawing.hxx +++ b/include/oox/vml/vmldrawing.hxx @@ -81,7 +81,7 @@ struct OOX_DLLPUBLIC ControlInfo OUString maShapeId; ///< Shape identifier for shape lookup. OUString maFragmentPath; ///< Path to the fragment describing the form control properties. OUString maName; ///< Programmatical name of the form control. - bool mbTextContentShape; ///< Whether this control shape will be imported to Writer or not (has AnchorType poperty or not). + bool mbTextContentShape; ///< Whether this control shape will be imported to Writer or not (has AnchorType property or not). explicit ControlInfo(); |