summaryrefslogtreecommitdiff
path: root/vcl/source/control/field2.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-30 07:54:09 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-30 20:58:56 +0200
commitf93a345ab5d35aadb5bbbd501df10ff2521c8104 (patch)
treea1eefd9451f5dceef83082fe645362d97618edc7 /vcl/source/control/field2.cxx
parent70d3bbe11e56f12a339a5b8759b53a96b4fe84ab (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/field2.cxx')
-rw-r--r--vcl/source/control/field2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/field2.cxx b/vcl/source/control/field2.cxx
index faeadcfb481f..d35b3c51c727 100644
--- a/vcl/source/control/field2.cxx
+++ b/vcl/source/control/field2.cxx
@@ -256,7 +256,7 @@ static OUString ImplPatternReformat( const OUString& rStr,
nStrIndex++;
else
{
- // Otherwise we check if it is a invalid character. This is the case if it does not
+ // Otherwise we check if it is an invalid character. This is the case if it does not
// fit in the pattern of the next non-literal character.
n = i+1;
while ( n < rEditMask.getLength() )
@@ -2297,7 +2297,7 @@ void TimeFormatter::ImplInit()
{
meFormat = TimeFieldFormat::F_NONE;
mbDuration = false;
- mnTimeFormat = TimeFormat::Hour24; // Should become a ExtTimeFieldFormat in next implementation, merge with mbDuration and meFormat
+ mnTimeFormat = TimeFormat::Hour24; // Should become an ExtTimeFieldFormat in next implementation, merge with mbDuration and meFormat
}
TimeFormatter::TimeFormatter(Edit* pEdit) :