summaryrefslogtreecommitdiffstats
path: root/vcl/source/control/field.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-17 16:41:20 +0200
committerMichael Stahl <mstahl@redhat.com>2017-08-17 21:53:28 +0200
commit64a3124d928f337011cad137c2c059f1ef064377 (patch)
treecdcea46848e5b61872716d8deb6f5d5b8f57894a /vcl/source/control/field.cxx
parentdrop unused SdrCustomShapeReplacementURLItem (diff)
downloadcore-64a3124d928f337011cad137c2c059f1ef064377.tar.gz
core-64a3124d928f337011cad137c2c059f1ef064377.zip
Fix typos
Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3 Reviewed-on: https://gerrit.libreoffice.org/41194 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/source/control/field.cxx')
-rw-r--r--vcl/source/control/field.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx
index 1256472fb8de..0caa0fa64170 100644
--- a/vcl/source/control/field.cxx
+++ b/vcl/source/control/field.cxx
@@ -965,7 +965,7 @@ void NumericBox::InsertValue( sal_Int64 nValue, sal_Int32 nPos )
static bool ImplMetricProcessKeyInput( const KeyEvent& rKEvt,
bool bUseThousandSep, const LocaleDataWrapper& rWrapper )
{
- // no meaningfull strict format; therefore allow all characters
+ // no meaningful strict format; therefore allow all characters
return ImplNumericProcessKeyInput( rKEvt, false, bUseThousandSep, rWrapper );
}