diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-30 07:54:09 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-30 20:58:56 +0200 |
commit | f93a345ab5d35aadb5bbbd501df10ff2521c8104 (patch) | |
tree | a1eefd9451f5dceef83082fe645362d97618edc7 /vcl/source/control/fmtfield.cxx | |
parent | 70d3bbe11e56f12a339a5b8759b53a96b4fe84ab (diff) |
Fix typos
Change-Id: Ib737ff364f627b9e4d0dc2a9903a07a0af36a8ae
Reviewed-on: https://gerrit.libreoffice.org/76551
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'vcl/source/control/fmtfield.cxx')
-rw-r--r-- | vcl/source/control/fmtfield.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/fmtfield.cxx b/vcl/source/control/fmtfield.cxx index 0f91c1ea723c..4a87fb979455 100644 --- a/vcl/source/control/fmtfield.cxx +++ b/vcl/source/control/fmtfield.cxx @@ -937,7 +937,7 @@ bool FormattedField::ImplGetValue(double& dNewVal) SvNumFormatType::NUMBER == m_pFormatter->GetType(nTempFormat)) // the string is equivalent to a number formatted one (has no % sign) -> append it sText += "%"; - // (with this, a input of '3' becomes '3%', which then by the formatter is translated + // (with this, an input of '3' becomes '3%', which then by the formatter is translated // into 0.03. Without this, the formatter would give us the double 3 for an input '3', // which equals 300 percent. } |