diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:20:59 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:23:17 +0000 |
commit | ffa8892c5a929ac121fc7b1020d8f6b5b3cf45be (patch) | |
tree | 4633fab92c7f808a932025491e97c5b62509b7f9 /chart2/source/inc/chartview | |
parent | 3dfdd18707019c49723ad98e74f5202a3ae436f7 (diff) |
Fix typos
Change-Id: I75b4ad61785bf0ba1cb07735d938c0977356b8cc
Reviewed-on: https://gerrit.libreoffice.org/16705
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'chart2/source/inc/chartview')
-rw-r--r-- | chart2/source/inc/chartview/ExplicitScaleValues.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/chartview/ExplicitScaleValues.hxx b/chart2/source/inc/chartview/ExplicitScaleValues.hxx index 11b8682d4330..4eea76d68c5a 100644 --- a/chart2/source/inc/chartview/ExplicitScaleValues.hxx +++ b/chart2/source/inc/chartview/ExplicitScaleValues.hxx @@ -142,7 +142,7 @@ struct OOO_DLLPUBLIC_CHARTVIEW ExplicitIncrementData distance between two neighboring main tickmarks is divided for positioning of further sub tickmarks. Every following SubIncrement determines the positions of subsequent tickmarks in relation to their parent tickmarks - iven by the preceding SubIncrement.</p> + given by the preceding SubIncrement.</p> */ ::std::vector< ExplicitSubIncrement > SubIncrements; }; |